@travetto/di
Advanced tools
Comparing version 0.3.16 to 0.3.17
@@ -13,8 +13,8 @@ { | ||
"dependencies": { | ||
"@travetto/config": "^0.3.11", | ||
"@travetto/registry": "^0.3.10" | ||
"@travetto/config": "^0.3.12", | ||
"@travetto/registry": "^0.3.11" | ||
}, | ||
"description": "Dependency registration/management and injection support.", | ||
"devDependencies": { | ||
"@travetto/test": "^0.3.15" | ||
"@travetto/test": "^0.3.16" | ||
}, | ||
@@ -36,4 +36,4 @@ "homepage": "https://travetto.io", | ||
}, | ||
"version": "0.3.16", | ||
"gitHead": "690a82599de3778619062118a51e344d69d5946e" | ||
"version": "0.3.17", | ||
"gitHead": "7ee03431f510df773d5869aee70e3c91758f5ff3" | ||
} |
@@ -7,3 +7,2 @@ import { MetadataRegistry, Class, RootRegistry, ChangeEvent } from '@travetto/registry'; | ||
import { InjectionError } from './error'; | ||
import { ClassConfig } from '@travetto/schema'; | ||
@@ -430,2 +429,3 @@ export const DEFAULT_INSTANCE = Symbol('__default'); | ||
super.onReset(); | ||
this.resolved = false; | ||
this.pendingFinalize = []; | ||
@@ -438,2 +438,4 @@ this.instances.clear(); | ||
this.targets.clear(); | ||
this.factories.clear(); | ||
this.applications.clear(); | ||
} | ||
@@ -440,0 +442,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
31755
701
Updated@travetto/config@^0.3.12
Updated@travetto/registry@^0.3.11