@travetto/config
Advanced tools
Comparing version 0.0.19 to 0.0.20
@@ -19,3 +19,3 @@ { | ||
"scripts": {}, | ||
"version": "0.0.19" | ||
"version": "0.0.20" | ||
} |
@@ -71,3 +71,3 @@ import { bulkRead, bulkReadSync, AppEnv, bulkFindSync } from '@travetto/base'; | ||
if (k.includes(ENV_SEP)) { // Require at least one level | ||
this.map.putFlattened(k.split(ENV_SEP), process.env[k] as string); | ||
this.map.putCaseInsensitivePath(k.split(ENV_SEP), process.env[k] as string); | ||
} | ||
@@ -74,0 +74,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
7691