@injex/core
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -15,2 +15,3 @@ "use strict"; | ||
this._aliases = new Map(); | ||
this.addObject(this, "$injex"); | ||
this._createHooks(); | ||
@@ -17,0 +18,0 @@ this._logger.debug("Container created with config", this.config); |
{ | ||
"name": "@injex/core", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Simple, Decorated, Pluggable dependency-injection framework for TypeScript apps", | ||
@@ -46,3 +46,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@injex/stdlib": "^2.0.0", | ||
"@injex/stdlib": "^2.0.1", | ||
"tslib": "^2.0.1" | ||
@@ -56,3 +56,3 @@ }, | ||
}, | ||
"gitHead": "b224e1e8006a377d7cb8b09827ae1533b6794a8c" | ||
"gitHead": "b9cab0b541d8492ac9594a266945d3ce0bcf2eb2" | ||
} |
Sorry, the diff of this file is not supported yet
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
44946
650
Updated@injex/stdlib@^2.0.1