@knowark/injectarkjs
Advanced tools
Comparing version 0.4.2 to 0.4.3
@@ -71,3 +71,3 @@ import { Factory } from './factory.js' // eslint-disable-line | ||
} | ||
instance = builder(...dependencyInstances) | ||
instance = builder.bind(this.factory)(...dependencyInstances) | ||
} else { | ||
@@ -74,0 +74,0 @@ instance = (this.parent |
{ | ||
"name": "@knowark/injectarkjs", | ||
"version": "0.4.2", | ||
"version": "0.4.3", | ||
"description": "Dependency Injector for Javascript", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
13190