@vendure/common
Advanced tools
Comparing version 0.4.0 to 0.5.0
@@ -30,6 +30,9 @@ export declare type DeepPartial<T> = { | ||
id?: string; | ||
extensionPath: string; | ||
ngModules: AdminUiExtensionModule[]; | ||
} | ||
export interface AdminUiExtensionModule { | ||
type: 'shared' | 'lazy'; | ||
ngModulePath: string; | ||
ngModuleFileName: string; | ||
ngModuleName: string; | ||
} |
{ | ||
"name": "@vendure/common", | ||
"version": "0.4.0", | ||
"version": "0.5.0", | ||
"main": "index.js", | ||
@@ -21,3 +21,3 @@ "license": "MIT", | ||
}, | ||
"gitHead": "5b44955ee065e1af76dc6e1cf898c000f99a89ae" | ||
"gitHead": "0f7c6153af26257de5de146b128a3d779e1aea45" | ||
} |
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
184535
5259