diff --git a/.api/public.d.ts b/.api/public.d.ts index ae7d0e5f..e5557962 100644 --- a/.api/public.d.ts +++ b/.api/public.d.ts @@ -362,11 +362,15 @@ declare module "@cocos/ccbuild" { */ intrinsicFlags?: Record; /** - * List of uuid that the feature depend on. + * List of uuid that the feature depends on. */ dependentAssets?: string[]; /** - * List of module that the feature depend on. + * List of script uuid that the feature depends on. + */ + dependentScripts?: string[]; + /** + * List of module that the feature depends on. */ dependentModules?: string[]; /**