@travetto/di
Advanced tools
Comparing version 4.0.4 to 4.0.5
{ | ||
"name": "@travetto/di", | ||
"version": "4.0.4", | ||
"version": "4.0.5", | ||
"description": "Dependency registration/management and injection support.", | ||
@@ -30,6 +30,6 @@ "keywords": [ | ||
"dependencies": { | ||
"@travetto/registry": "^4.0.4" | ||
"@travetto/registry": "^4.0.5" | ||
}, | ||
"peerDependencies": { | ||
"@travetto/transformer": "^4.0.2" | ||
"@travetto/transformer": "^4.0.3" | ||
}, | ||
@@ -36,0 +36,0 @@ "peerDependenciesMeta": { |
@@ -241,3 +241,3 @@ import { Class, ClassInstance, ConcreteClass, Env } from '@travetto/base'; | ||
if (Env.dynamic) { | ||
const { DependencyRegistration } = await import('../support/dynamic.injection.js'); | ||
const { DependencyRegistration } = await import('../support/dynamic.injection'); | ||
DependencyRegistration.init(this); | ||
@@ -244,0 +244,0 @@ } |
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
48797
Updated@travetto/registry@^4.0.5