@spinajs/di
Advanced tools
Comparing version 1.2.127 to 1.2.208
@@ -85,3 +85,3 @@ "use strict"; | ||
// get value registered as TypedArray ( mean to return all created instances ) | ||
if (service instanceof array_1.TypedArray) { | ||
if (service instanceof Array && service.constructor.name === 'TypedArray') { | ||
return this.cache.get((0, helpers_1.getTypeName)(service.Type)); | ||
@@ -88,0 +88,0 @@ } |
{ | ||
"name": "@spinajs/di", | ||
"version": "1.2.127", | ||
"version": "1.2.208", | ||
"description": "lightweight di container ", | ||
@@ -46,3 +46,3 @@ "main": "lib/index.js", | ||
}, | ||
"gitHead": "53b022d0e70b7f2689ac984578b52afb0fd9e967" | ||
"gitHead": "739793a1046a9e5d0b687a221ac95894d392143a" | ||
} |
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
94819