@travetto/di
Advanced tools
Comparing version 3.1.2 to 3.1.3
{ | ||
"name": "@travetto/di", | ||
"version": "3.1.2", | ||
"version": "3.1.3", | ||
"description": "Dependency registration/management and injection support.", | ||
@@ -30,6 +30,6 @@ "keywords": [ | ||
"dependencies": { | ||
"@travetto/registry": "^3.1.2" | ||
"@travetto/registry": "^3.1.3" | ||
}, | ||
"peerDependencies": { | ||
"@travetto/transformer": "^3.1.3" | ||
"@travetto/transformer": "^3.1.4" | ||
}, | ||
@@ -36,0 +36,0 @@ "peerDependenciesMeta": { |
@@ -82,3 +82,3 @@ import { RetargettingProxy, Class, ClassInstance } from '@travetto/base'; | ||
const classId = cls.Ⲑid; | ||
const proxy = this.#proxies.get(classId)!.get(qualifier); | ||
const proxy = this.#proxies.get(classId)?.get(qualifier); | ||
this.#registryDestroyInstance(cls, qualifier); | ||
@@ -85,0 +85,0 @@ if (proxy) { |
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
Updated@travetto/registry@^3.1.3