@injex/core
Advanced tools
Comparing version 2.0.1 to 2.0.2
@@ -171,2 +171,5 @@ "use strict"; | ||
self._injectModuleDependencies(lazyInstance, lazyMetadata); | ||
return [4 /*yield*/, self._invokeModuleInitMethod(lazyInstance, lazyMetadata)]; | ||
case 2: | ||
_a.sent(); | ||
return [2 /*return*/, lazyInstance]; | ||
@@ -306,3 +309,3 @@ } | ||
InjexContainer.prototype.getAlias = function (alias, keyBy) { | ||
var aliasModules = this._aliases.get(alias); | ||
var aliasModules = this._aliases.get(alias) || []; | ||
var map = {}; | ||
@@ -309,0 +312,0 @@ for (var _i = 0, aliasModules_1 = aliasModules; _i < aliasModules_1.length; _i++) { |
{ | ||
"name": "@injex/core", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "Simple, Decorated, Pluggable dependency-injection framework for TypeScript apps", | ||
@@ -46,3 +46,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@injex/stdlib": "^2.0.1", | ||
"@injex/stdlib": "^2.0.2", | ||
"tslib": "^2.0.1" | ||
@@ -56,3 +56,3 @@ }, | ||
}, | ||
"gitHead": "b9cab0b541d8492ac9594a266945d3ce0bcf2eb2" | ||
"gitHead": "1228cdcddec0e550736b00f55920caacae5e8282" | ||
} |
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
45220
653
Updated@injex/stdlib@^2.0.2