@dotenvx/dotenvx
Advanced tools
Comparing version 0.15.0 to 0.15.1
{ | ||
"version": "0.15.0", | ||
"version": "0.15.1", | ||
"name": "@dotenvx/dotenvx", | ||
@@ -26,2 +26,3 @@ "description": "a better dotenv–from the creator of `dotenv`", | ||
}, | ||
"funding": "Have you seen dotenvx.com? run anywhere, cross-platform, and encrypted envs.", | ||
"dependencies": { | ||
@@ -34,4 +35,4 @@ "@inquirer/prompts": "^3.3.0", | ||
"conf": "^10.2.0", | ||
"dotenv": "^16.4.0", | ||
"dotenv-expand": "^10.0.0", | ||
"dotenv": "^16.4.2", | ||
"dotenv-expand": "^11.0.2", | ||
"execa": "^5.1.1", | ||
@@ -38,0 +39,0 @@ "ignore": "^5.3.0", |
@@ -42,3 +42,3 @@ const logger = require('./../shared/logger') | ||
const expandPlease = { | ||
ignoreProcessEnv: true, // https://github.com/motdotla/dotenv-expand?tab=readme-ov-file#ignoreprocessenv | ||
processEnv: {}, // https://github.com/motdotla/dotenv-expand?tab=readme-ov-file#processenv | ||
parsed: { ...parsed, ...process.env } // must merge process.env in order to use pre-existing envs for expansion of parsed object | ||
@@ -45,0 +45,0 @@ } |
70700
+ Addeddotenv-expand@11.0.7(transitive)
- Removeddotenv-expand@10.0.0(transitive)
Updateddotenv@^16.4.2
Updateddotenv-expand@^11.0.2