dumi-afx-deps
Advanced tools
Comparing version 1.0.0-alpha.11 to 1.0.0-alpha.12
@@ -6,2 +6,3 @@ export class SchemaParser { | ||
parse(): Promise<any>; | ||
$$destroyWorker(): Promise<void>; | ||
} | ||
@@ -12,8 +13,9 @@ | ||
get componentList(): string[]; | ||
get components(): Record<string, any>; | ||
get componentList(): Promise<string[]>; | ||
get components(): Promise<Record<string, any>>; | ||
get getComponent(id: string): any; | ||
get functionList(): string[]; | ||
get functions(): Record<string, any>; | ||
get functionList(): Promise<string[]>; | ||
get functions(): Promise<Record<string, any>>; | ||
get getFunction(id: string): any; | ||
$$destroyWorker(): Promise<void>; | ||
} |
{ | ||
"name": "dumi-afx-deps", | ||
"version": "1.0.0-alpha.11", | ||
"version": "1.0.0-alpha.12", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "scripts": { |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6013865
7935