@travetto/di
Advanced tools
Comparing version 0.3.10 to 0.3.11
@@ -44,3 +44,3 @@ //@ts-check | ||
if (cmd.watch !== undefined) { | ||
const watch = cmd.watch.test(/^(true|yes|on)$/i) | ||
const watch = /^(true|yes|on)$/i.test(cmd.watch); | ||
process.env.WATCH = `${watch}`; | ||
@@ -47,0 +47,0 @@ process.env.NO_WATCH = `${!watch}`; |
@@ -13,8 +13,8 @@ { | ||
"dependencies": { | ||
"@travetto/config": "^0.3.8", | ||
"@travetto/registry": "^0.3.8" | ||
"@travetto/config": "^0.3.9", | ||
"@travetto/registry": "^0.3.9" | ||
}, | ||
"description": "Dependency registration/management and injection support.", | ||
"devDependencies": { | ||
"@travetto/test": "^0.3.8" | ||
"@travetto/test": "^0.3.9" | ||
}, | ||
@@ -36,4 +36,4 @@ "homepage": "https://travetto.io", | ||
}, | ||
"version": "0.3.10", | ||
"gitHead": "d46bc60bb5d5327321d6389eb2e103a31ac1c685" | ||
"version": "0.3.11", | ||
"gitHead": "3cf9c20180e53da48f45451bd5d4a6139887508f" | ||
} |
@@ -352,3 +352,3 @@ import { MetadataRegistry, Class, RootRegistry, ChangeEvent } from '@travetto/registry'; | ||
// If targetting self (default @Injectable behavior) | ||
// If targeting self (default @Injectable behavior) | ||
if (classId === targetId && (parentConfig || parentClass.__abstract)) { | ||
@@ -355,0 +355,0 @@ const parentId = parentClass.__id; |
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/config@^0.3.9
Updated@travetto/registry@^0.3.9