Comparing version 1.0.1 to 1.0.2
@@ -10,2 +10,3 @@ import { ILogisticsProvider } from "./logistics.interface"; | ||
settingLayout(): any; | ||
initSetting(): any; | ||
} |
@@ -38,3 +38,6 @@ "use strict"; | ||
} | ||
initSetting() { | ||
return {}; | ||
} | ||
} | ||
exports.BaseLogisticsProvider = BaseLogisticsProvider; |
@@ -7,2 +7,3 @@ export interface ILogisticsProvider { | ||
settingLayout(): any; | ||
initSetting(): any; | ||
} |
{ | ||
"name": "cc-om-lib", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
3618
84