env-schema
Advanced tools
Comparing version 3.5.2 to 4.0.0
@@ -81,3 +81,3 @@ 'use strict' | ||
if (opts.expandEnv) { | ||
require('dotenv-expand')({ parsed: process.env }) | ||
require('dotenv-expand').expand({ parsed: process.env }) | ||
} | ||
@@ -84,0 +84,0 @@ data.unshift(process.env) |
{ | ||
"name": "env-schema", | ||
"version": "3.5.2", | ||
"version": "4.0.0", | ||
"description": "Validate your env variable using Ajv and dotenv", | ||
@@ -36,3 +36,3 @@ "main": "index.js", | ||
"standard": "^16.0.0", | ||
"tap": "^15.0.2", | ||
"tap": "^16.0.0", | ||
"tsd": "^0.19.0" | ||
@@ -42,4 +42,4 @@ }, | ||
"ajv": "^8.0.0", | ||
"dotenv": "^11.0.0", | ||
"dotenv-expand": "^5.1.0" | ||
"dotenv": "^16.0.0", | ||
"dotenv-expand": "^8.0.3" | ||
}, | ||
@@ -46,0 +46,0 @@ "tsd": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
32354
+ Addeddotenv@16.4.7(transitive)
+ Addeddotenv-expand@8.0.3(transitive)
- Removeddotenv@11.0.0(transitive)
- Removeddotenv-expand@5.1.0(transitive)
Updateddotenv@^16.0.0
Updateddotenv-expand@^8.0.3