dumi-afx-deps
Advanced tools
Comparing version 1.0.0-alpha.10 to 1.0.0-alpha.11
export class SchemaParser { | ||
constructor(opts: { entryPath: string; basePath: string; unPkgHost?: string }) {} | ||
constructor(opts: { entryPath: string; basePath: string; unPkgHost?: string; mode?: 'normal' | 'worker' }) {} | ||
patch(filePaths: string[]): Promise<void>; | ||
@@ -9,3 +9,3 @@ load(): Promise<this>; | ||
export class SchemaResolver { | ||
constructor(any) {} | ||
constructor(any, opts?: { mode?: 'normal' | 'worker' }) {} | ||
@@ -12,0 +12,0 @@ get componentList(): string[]; |
{ | ||
"name": "dumi-afx-deps", | ||
"version": "1.0.0-alpha.10", | ||
"version": "1.0.0-alpha.11", | ||
"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
6013757