@nestjs/config
Advanced tools
Comparing version 1.1.7 to 1.2.0
@@ -27,5 +27,2 @@ "use strict"; | ||
}; | ||
var __importDefault = (this && this.__importDefault) || function (mod) { | ||
return (mod && mod.__esModule) ? mod : { "default": mod }; | ||
}; | ||
var ConfigModule_1; | ||
@@ -37,3 +34,3 @@ Object.defineProperty(exports, "__esModule", { value: true }); | ||
const dotenv = __importStar(require("dotenv")); | ||
const dotenv_expand_1 = __importDefault(require("dotenv-expand")); | ||
const dotenv_expand_1 = require("dotenv-expand"); | ||
const fs = __importStar(require("fs")); | ||
@@ -165,3 +162,3 @@ const path_1 = require("path"); | ||
if (options.expandVariables) { | ||
config = (0, dotenv_expand_1.default)({ parsed: config }).parsed || config; | ||
config = (0, dotenv_expand_1.expand)({ parsed: config }).parsed || config; | ||
} | ||
@@ -168,0 +165,0 @@ } |
{ | ||
"name": "@nestjs/config", | ||
"version": "1.1.7", | ||
"version": "1.2.0", | ||
"description": "Nest - modern, fast, powerful node.js web framework (@config)", | ||
@@ -21,4 +21,4 @@ "author": "Kamil Mysliwiec", | ||
"dependencies": { | ||
"dotenv": "10.0.0", | ||
"dotenv-expand": "5.1.0", | ||
"dotenv": "16.0.0", | ||
"dotenv-expand": "8.0.1", | ||
"lodash": "4.17.21", | ||
@@ -28,8 +28,8 @@ "uuid": "8.3.2" | ||
"devDependencies": { | ||
"@commitlint/cli": "16.1.0", | ||
"@commitlint/config-angular": "16.0.0", | ||
"@nestjs/common": "8.2.6", | ||
"@nestjs/core": "8.2.6", | ||
"@nestjs/platform-express": "8.2.6", | ||
"@nestjs/testing": "8.2.6", | ||
"@commitlint/cli": "16.2.1", | ||
"@commitlint/config-angular": "16.2.1", | ||
"@nestjs/common": "8.3.0", | ||
"@nestjs/core": "8.3.0", | ||
"@nestjs/platform-express": "8.3.0", | ||
"@nestjs/testing": "8.3.0", | ||
"@types/jest": "27.4.0", | ||
@@ -41,3 +41,3 @@ "@types/lodash": "4.14.178", | ||
"@typescript-eslint/parser": "5.11.0", | ||
"eslint": "8.8.0", | ||
"eslint": "8.9.0", | ||
"eslint-config-prettier": "8.3.0", | ||
@@ -48,3 +48,3 @@ "eslint-plugin-import": "2.25.4", | ||
"joi": "17.6.0", | ||
"lint-staged": "12.3.3", | ||
"lint-staged": "12.3.4", | ||
"prettier": "2.5.1", | ||
@@ -51,0 +51,0 @@ "reflect-metadata": "0.1.13", |
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
38156
702
+ Addeddotenv@16.0.0(transitive)
+ Addeddotenv-expand@8.0.1(transitive)
- Removeddotenv@10.0.0(transitive)
- Removeddotenv-expand@5.1.0(transitive)
Updateddotenv@16.0.0
Updateddotenv-expand@8.0.1