@qiwi/uniconfig-plugin-dotenv
Advanced tools
Comparing version 3.0.1 to 3.2.1
@@ -0,1 +1,8 @@ | ||
# [@qiwi/uniconfig-plugin-dotenv-v3.2.1](https://github.com/qiwi/uniconfig/compare/v3.2.0...v3.2.1) (2019-11-02) | ||
### Performance Improvements | ||
* **package:** up deps and repack ([f9c0e14](https://github.com/qiwi/uniconfig/commit/f9c0e14)) | ||
# [@qiwi/uniconfig-plugin-dotenv-v3.0.1](https://github.com/qiwi/uniconfig/compare/v3.0.0...v3.0.1) (2019-06-23) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@qiwi/uniconfig-plugin-dotenv", | ||
"version": "3.0.1", | ||
"version": "3.2.1", | ||
"description": "Uniconfig dotenv parser plugin", | ||
@@ -10,5 +10,5 @@ "main": "target/es5/index.js", | ||
"jest": "NODE_ENV=test jest -w 1 --detectOpenHandles --config jest.config.json", | ||
"build_es5": "mkdir -p target/es5 && tsc -p tsconfig.build.json --target ES5 --outDir target/es5 -m CommonJS", | ||
"build_es6": "mkdir -p target/es6 && tsc -p tsconfig.build.json --target ES6 --outDir target/es6", | ||
"build": "yarn clean && npm run build_es6 && npm run build_es5" | ||
"build:es5": "mkdir -p target/es5 && tsc -p tsconfig.build.json --target ES5 --outDir target/es5 -m CommonJS", | ||
"build:es6": "mkdir -p target/es6 && tsc -p tsconfig.build.json --target ES6 --outDir target/es6", | ||
"build": "yarn build:es6 && yarn build:es5" | ||
}, | ||
@@ -30,4 +30,4 @@ "repository": { | ||
"dependencies": { | ||
"@qiwi/uniconfig-core": "^3.0.0", | ||
"dotenv": "^8.0.0", | ||
"@qiwi/uniconfig-core": "^3.2.0", | ||
"dotenv": "^8.2.0", | ||
"tslib": "^1.10.0" | ||
@@ -41,9 +41,9 @@ }, | ||
"devDependencies": { | ||
"typescript": "3.5.2", | ||
"@types/node": "^12.0.10", | ||
"ts-jest": "^24.0.2", | ||
"@types/jest": "^24.0.15", | ||
"@types/dotenv": "^6.1.1", | ||
"jest": "^24.8.0" | ||
"typescript": "3.6.4", | ||
"@types/node": "^12.12.5", | ||
"ts-jest": "^24.1.0", | ||
"@types/jest": "^24.0.21", | ||
"@types/dotenv": "^8.2.0", | ||
"jest": "^24.9.0" | ||
} | ||
} |
5304
Updated@qiwi/uniconfig-core@^3.2.0
Updateddotenv@^8.2.0