Comparing version 1.0.9 to 1.0.10
"use strict"; | ||
var __spreadArrays = (this && this.__spreadArrays) || function () { | ||
for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length; | ||
for (var r = Array(s), k = 0, i = 0; i < il; i++) | ||
for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++) | ||
r[k] = a[j]; | ||
return r; | ||
}; | ||
var __importDefault = (this && this.__importDefault) || function (mod) { | ||
@@ -35,4 +42,3 @@ return (mod && mod.__esModule) ? mod : { "default": mod }; | ||
var definition = this.definitions[name]; | ||
parentDeps.push(name); | ||
this.resolved[name] = definition.resolve(this, parentDeps); | ||
this.resolved[name] = definition.resolve(this, __spreadArrays(parentDeps, [name])); | ||
return this.resolved[name]; | ||
@@ -39,0 +45,0 @@ }; |
{ | ||
"name": "rsdi", | ||
"version": "1.0.9", | ||
"version": "1.0.10", | ||
"description": "dependency injection container", | ||
@@ -5,0 +5,0 @@ "scripts": { |
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
35818
522