@qiwi/uniconfig-plugin-dotenv
Advanced tools
Comparing version 3.3.1 to 3.5.1
@@ -0,1 +1,8 @@ | ||
# [@qiwi/uniconfig-plugin-dotenv-v3.5.1](https://github.com/qiwi/uniconfig/compare/v3.5.0...v3.5.1) (2020-07-25) | ||
### Bug Fixes | ||
* **package:** up deps, fix some vulns ([9a93496](https://github.com/qiwi/uniconfig/commit/9a934964074456a8f343b9153f8b9b093cddb50e)) | ||
# [@qiwi/uniconfig-plugin-dotenv-v3.3.1](https://github.com/qiwi/uniconfig/compare/v3.3.0...v3.3.1) (2020-05-04) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@qiwi/uniconfig-plugin-dotenv", | ||
"version": "3.3.1", | ||
"version": "3.5.1", | ||
"description": "Uniconfig dotenv parser plugin", | ||
@@ -30,5 +30,5 @@ "main": "target/es5/index.js", | ||
"dependencies": { | ||
"@qiwi/uniconfig-core": "^3.3.0", | ||
"@qiwi/uniconfig-core": "^3.5.0", | ||
"dotenv": "^8.2.0", | ||
"tslib": "^1.11.1" | ||
"tslib": "^2.0.0" | ||
}, | ||
@@ -41,9 +41,9 @@ "files": [ | ||
"devDependencies": { | ||
"typescript": "3.8.3", | ||
"@types/node": "^13.13.4", | ||
"ts-jest": "^25.4.0", | ||
"@types/jest": "^25.2.1", | ||
"typescript": "3.9.7", | ||
"@types/node": "^14.0.26", | ||
"ts-jest": "^26.1.3", | ||
"@types/jest": "^26.0.7", | ||
"@types/dotenv": "^8.2.0", | ||
"jest": "^25.5.4" | ||
"jest": "^26.1.0" | ||
} | ||
} |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.pipe = exports.name = void 0; | ||
var dotenv_1 = require("dotenv"); | ||
@@ -4,0 +5,0 @@ exports.name = 'dotenv'; |
Sorry, the diff of this file is not supported yet
6567
35
- Removedtslib@1.14.1(transitive)
Updated@qiwi/uniconfig-core@^3.5.0
Updatedtslib@^2.0.0