@travetto/di
Advanced tools
Comparing version 0.2.10 to 0.2.11
@@ -10,8 +10,8 @@ { | ||
"dependencies": { | ||
"@travetto/config": "^0.2.8", | ||
"@travetto/registry": "^0.2.8" | ||
"@travetto/config": "^0.2.9", | ||
"@travetto/registry": "^0.2.9" | ||
}, | ||
"description": "Dependency registration/management and injection support.", | ||
"devDependencies": { | ||
"@travetto/test": "^0.2.8" | ||
"@travetto/test": "^0.2.9" | ||
}, | ||
@@ -36,4 +36,4 @@ "homepage": "https://travetto.io", | ||
}, | ||
"version": "0.2.10", | ||
"gitHead": "c95e2ecde79b8e83963a50e2a08ca3a5d931784d" | ||
"version": "0.2.11", | ||
"gitHead": "7ed52d82f4b1d5b977f982edf2b9357edf4f0f90" | ||
} |
@@ -17,2 +17,4 @@ import { MetadataRegistry, Class, RootRegistry, ChangeEvent } from '@travetto/registry'; | ||
type Proxy<T = any> = any; | ||
function getName(symbol: symbol) { | ||
@@ -19,0 +21,0 @@ return symbol.toString().split(/[()]/g)[1]; |
@@ -6,3 +6,2 @@ { | ||
"strict": true, | ||
"noStrictGenericChecks": true, | ||
"strictPropertyInitialization": false, | ||
@@ -19,2 +18,2 @@ "sourceMap": true, | ||
} | ||
} | ||
} |
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
635
29048
6
Updated@travetto/config@^0.2.9
Updated@travetto/registry@^0.2.9