@wessberg/di
Advanced tools
Comparing version 1.0.6 to 1.0.7
{ | ||
"name": "@wessberg/di", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"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.", | ||
@@ -19,3 +19,3 @@ "main": "./dist/cjs/index.js", | ||
"test:pre": "npm run clean:compiled && tsc --module commonjs --target es2017 --sourceMap", | ||
"test": "NODE_ENV=TEST npm run test:pre && ava --verbose" | ||
"test": "NODE_ENV=TEST npm run test:pre && ava" | ||
}, | ||
@@ -42,3 +42,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@wessberg/codeanalyzer": "^1.0.4", | ||
"@wessberg/codeanalyzer": "^1.0.5", | ||
"@wessberg/fileloader": "^1.0.2", | ||
@@ -45,0 +45,0 @@ "@wessberg/globalobject": "^1.0.2", |
@@ -19,2 +19,6 @@ # DI (Dependency Injector) [![NPM version][npm-image]][npm-url] | ||
**v1.0.7**: | ||
- Bumped CodeAnalyzer dependency to v1.0.5. | ||
**v1.0.6**: | ||
@@ -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
89572
44