@travetto/config
Advanced tools
Comparing version 0.0.35 to 0.0.36
@@ -19,3 +19,3 @@ { | ||
"scripts": {}, | ||
"version": "0.0.35" | ||
"version": "0.0.36" | ||
} |
@@ -36,3 +36,3 @@ import * as path from 'path'; | ||
if (!AppEnv.test) { | ||
console.log(`Initializing: ${AppEnv.all.join(',')}`); | ||
console.info(`Initializing: ${AppEnv.all.join(',')}`); | ||
} | ||
@@ -70,5 +70,5 @@ | ||
if (!process.env.QUIET_CONFIG && !AppEnv.test) { | ||
console.log('Configured', this.map.toJSON()); | ||
console.info('Configured', this.map.toJSON()); | ||
} | ||
} | ||
} |
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
8150