@injex/core
Advanced tools
Comparing version 3.0.0-alpha.0 to 3.0.0-alpha.1
@@ -300,3 +300,3 @@ "use strict"; | ||
var metadata = metadataHandlers_1.default.getMetadata(item.prototype); | ||
if (!metadata.name) { | ||
if (!metadata || !metadata.name) { | ||
return; | ||
@@ -303,0 +303,0 @@ } |
{ | ||
"name": "@injex/core", | ||
"version": "3.0.0-alpha.0", | ||
"version": "3.0.0-alpha.1", | ||
"description": "Simple, Decorated, Pluggable dependency-injection framework for TypeScript apps", | ||
@@ -46,3 +46,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@injex/stdlib": "^3.0.0-alpha.0", | ||
"@injex/stdlib": "^3.0.0-alpha.1", | ||
"tslib": "^2.0.1" | ||
@@ -56,3 +56,3 @@ }, | ||
}, | ||
"gitHead": "c52d04648f8dbd81e09f5e09f7770e55eac2014f" | ||
"gitHead": "963c75797223c24242d3fc44904aed8e97ff77ee" | ||
} |
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
49348
Updated@injex/stdlib@^3.0.0-alpha.1