@knowark/injectarkjs
Advanced tools
Comparing version 0.8.2 to 0.8.3
@@ -24,5 +24,5 @@ export declare class Factory { | ||
resolve(resource: string, strict: boolean): unknown | ||
resolve(resource: string, strict?: boolean): unknown | ||
forge(dependencies: { strategy?: object, factory?: Factory }): Injectark | ||
} |
{ | ||
"name": "@knowark/injectarkjs", | ||
"version": "0.8.2", | ||
"version": "0.8.3", | ||
"description": "Dependency Injector for Javascript", | ||
@@ -5,0 +5,0 @@ "main": "lib/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
16725