@spinajs/reflection
Advanced tools
Comparing version 2.0.38 to 2.0.39
@@ -175,3 +175,3 @@ "use strict"; | ||
if (resolve) { | ||
if (type.prototype instanceof di_1.AsyncModule) { | ||
if (type.prototype instanceof di_1.AsyncService) { | ||
promised = true; | ||
@@ -178,0 +178,0 @@ return di_1.DI.resolve(type).then((instance) => { |
{ | ||
"name": "@spinajs/reflection", | ||
"version": "2.0.38", | ||
"version": "2.0.39", | ||
"description": "SpinaJS reflection helpers", | ||
@@ -32,6 +32,6 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@spinajs/configuration": "^2.0.38", | ||
"@spinajs/di": "^2.0.38", | ||
"@spinajs/exceptions": "^2.0.12", | ||
"@spinajs/log": "^2.0.38", | ||
"@spinajs/configuration": "^2.0.39", | ||
"@spinajs/di": "^2.0.39", | ||
"@spinajs/exceptions": "^2.0.39", | ||
"@spinajs/log": "^2.0.39", | ||
"glob": "^8.0.3", | ||
@@ -46,3 +46,3 @@ "lodash": "^4.17.21", | ||
}, | ||
"gitHead": "5ea5440ee9db49595f531592ebdbc6d69f457082" | ||
"gitHead": "002dc553b0ffffd72193d0121ac425a4083bc9ee" | ||
} |
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
16380
Updated@spinajs/di@^2.0.39
Updated@spinajs/exceptions@^2.0.39
Updated@spinajs/log@^2.0.39