@coast/dynamic-config
Advanced tools
Comparing version 1.4.3 to 1.4.4
@@ -35,2 +35,3 @@ "use strict"; | ||
if (this.options.envFilePath !== undefined && fs_1.default.existsSync(this.options.envFilePath)) { | ||
console.log('attempting dotenv', new Date()); | ||
dotEnvParse = dotenv_1.default.parse(fs_1.default.readFileSync(this.options.envFilePath)); | ||
@@ -43,2 +44,3 @@ this.loadFromSource(this.getAllUnsetKeys(allKeys, entries), dotEnvParse, entries); | ||
if (missingEntries.length > 0 && !this.options.skipSsm) { | ||
console.log('attempting ssm', new Date()); | ||
await this.loadFromSsm(missingEntries, dotEnvParse, entries); | ||
@@ -45,0 +47,0 @@ console.log('ssm loaded', new Date()); |
{ | ||
"name": "@coast/dynamic-config", | ||
"version": "1.4.3", | ||
"version": "1.4.4", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
13335
167