@qiwi/uniconfig-plugin-datatree
Advanced tools
Comparing version 2.16.0 to 2.21.1
@@ -0,1 +1,8 @@ | ||
# [@qiwi/uniconfig-plugin-datatree-v2.21.1](https://github.com/qiwi/uniconfig/compare/v2.21.0...v2.21.1) (2019-01-15) | ||
### Performance Improvements | ||
* up deps and repack ([0527e8e](https://github.com/qiwi/uniconfig/commit/0527e8e)) | ||
# [@qiwi/uniconfig-plugin-datatree-v2.16.0](https://github.com/qiwi/uniconfig/compare/v2.15.1...v2.16.0) (2018-11-15) | ||
@@ -2,0 +9,0 @@ |
@@ -122,5 +122,7 @@ "use strict"; | ||
return function handle(_x) { | ||
function handle(_x) { | ||
return _handle.apply(this, arguments); | ||
}; | ||
} | ||
return handle; | ||
}() | ||
@@ -127,0 +129,0 @@ }; |
{ | ||
"name": "@qiwi/uniconfig-plugin-datatree", | ||
"version": "2.16.0", | ||
"version": "2.21.1", | ||
"description": "uniconfig datatree plugin", | ||
"main": "dist/es6/index.js", | ||
"scripts": { | ||
"jest": "BABEL_ENV=test NODE_ENV=test jest -w 1 --detectOpenHandles --config jest.config.json", | ||
"build_es6": "flow-remove-types src/ --out-dir dist/es6/", | ||
@@ -33,7 +32,5 @@ "build_es5": "BABEL_ENV=production babel src --out-dir dist/es5/", | ||
], | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"@babel/core": "^7.1.2", | ||
"@qiwi/uniconfig-core": "^2.0.0" | ||
"dependencies": { | ||
"@qiwi/uniconfig-core": "^2.19.0" | ||
} | ||
} |
12500
0
189
1
+ Added@qiwi/uniconfig-core@^2.19.0
+ Added@qiwi/uniconfig-core@2.22.2(transitive)
+ Addedlodash@4.17.21(transitive)