Skip to content

Commit

Permalink
feat(adapter-env): dotenv-expand upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
Matii96 committed Mar 17, 2024
1 parent 5aefedb commit 18bbcd4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/adapter-env/lib/env.adapter.ts
Expand Up @@ -37,7 +37,7 @@ export class EnvConfigAdapter implements ConfigSyncAdapter {
return;
}

const { parsed } = expand({ parsed: config, ignoreProcessEnv: true });
const { parsed } = expand({ parsed: config });
if (parsed) {
Object.assign(config, parsed);
}
Expand Down
4 changes: 2 additions & 2 deletions packages/adapter-env/package.json
Expand Up @@ -27,8 +27,8 @@
},
"homepage": "https://github.com/Matii96/unifig",
"dependencies": {
"dotenv": "^16.4.1",
"dotenv-expand": "^10.0.0",
"dotenv": "^16.4.5",
"dotenv-expand": "^11.0.6",
"fast-glob": "^3.3.2"
},
"devDependencies": {
Expand Down

0 comments on commit 18bbcd4

Please sign in to comment.