@qiwi/uniconfig-plugin-datatree
Advanced tools
Comparing version 2.21.1 to 2.22.1
@@ -0,1 +1,8 @@ | ||
# [@qiwi/uniconfig-plugin-datatree-v2.22.1](https://github.com/qiwi/uniconfig/compare/v2.22.0...v2.22.1) (2019-05-29) | ||
### Performance Improvements | ||
* expose main as es5, repack ([104fc74](https://github.com/qiwi/uniconfig/commit/104fc74)) | ||
# [@qiwi/uniconfig-plugin-datatree-v2.21.1](https://github.com/qiwi/uniconfig/compare/v2.21.0...v2.21.1) (2019-01-15) | ||
@@ -2,0 +9,0 @@ |
@@ -6,3 +6,3 @@ "use strict"; | ||
}); | ||
exports.default = exports.pipe = exports.evaluate = exports.type = void 0; | ||
exports["default"] = exports.pipe = exports.evaluate = exports.type = void 0; | ||
@@ -120,3 +120,3 @@ var _lodashEs = require("lodash-es"); | ||
} | ||
}, _callee, this); | ||
}, _callee); | ||
})); | ||
@@ -140,2 +140,2 @@ | ||
}; | ||
exports.default = _default; | ||
exports["default"] = _default; |
{ | ||
"name": "@qiwi/uniconfig-plugin-datatree", | ||
"version": "2.21.1", | ||
"version": "2.22.1", | ||
"description": "uniconfig datatree plugin", | ||
"main": "dist/es6/index.js", | ||
"main": "dist/es5/index.js", | ||
"scripts": { | ||
@@ -33,4 +33,4 @@ "build_es6": "flow-remove-types src/ --out-dir dist/es6/", | ||
"dependencies": { | ||
"@qiwi/uniconfig-core": "^2.19.0" | ||
"@qiwi/uniconfig-core": "^2.22.0" | ||
} | ||
} |
12742
Updated@qiwi/uniconfig-core@^2.22.0