Comparing version 1.6.1 to 1.6.2
{ | ||
"name": "hekdi", | ||
"version": "1.6.1", | ||
"version": "1.6.2", | ||
"description": "Depedency injection framework for node integrated with koa.js", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -27,3 +27,3 @@ /** | ||
if (d === undefined) { | ||
throw new ReferenceError(errors.unmetDependency(this.belongTo.name, d.name)); | ||
throw new ReferenceError(errors.unmetDependency(this.belongTo.name, name)); | ||
} | ||
@@ -30,0 +30,0 @@ return d.resolver(trace); |
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
18828