@wessberg/di
Advanced tools
Comparing version 1.0.9 to 1.0.10
{ | ||
"name": "@wessberg/di", | ||
"version": "1.0.9", | ||
"version": "1.0.10", | ||
"description": "A Dependency-Injection container that holds services and can produce instances of them as required. It mimics reflection by parsing the app at compile-time and supporting the generic-reflection syntax.", | ||
@@ -41,3 +41,3 @@ "main": "./dist/cjs/index.js", | ||
"dependencies": { | ||
"@wessberg/codeanalyzer": "^1.0.5", | ||
"@wessberg/codeanalyzer": "^1.0.6", | ||
"@wessberg/fileloader": "^1.0.2", | ||
@@ -44,0 +44,0 @@ "@wessberg/globalobject": "^1.0.3", |
@@ -19,2 +19,6 @@ # DI (Dependency Injector) [![NPM version][npm-image]][npm-url] | ||
**v1.0.10**: | ||
- Bumped CodeAnalyzer dependency to v1.0.6. | ||
**v1.0.9**: | ||
@@ -21,0 +25,0 @@ |
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
89996
56