@qiwi/uniconfig
Advanced tools
Comparing version 2.1.0 to 2.21.0
@@ -0,1 +1,8 @@ | ||
# [@qiwi/uniconfig-v2.21.0](https://github.com/qiwi/uniconfig/compare/v2.20.0...v2.21.0) (2018-12-05) | ||
### Features | ||
* add path plugin to uniconfig pack ([3598d55](https://github.com/qiwi/uniconfig/commit/3598d55)) | ||
# [@qiwi/uniconfig-v2.1.0](https://github.com/qiwi/uniconfig/compare/v2.0.2...v2.1.0) (2018-10-16) | ||
@@ -2,0 +9,0 @@ |
@@ -28,2 +28,4 @@ "use strict"; | ||
var _uniconfigPluginPath = _interopRequireDefault(require("@qiwi/uniconfig-plugin-path")); | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } | ||
@@ -36,3 +38,4 @@ | ||
(0, _uniconfigCore.rollupPlugin)(_uniconfigPluginDatatree.default); | ||
(0, _uniconfigCore.rollupPlugin)(_uniconfigPluginPath.default); | ||
var _default = _uniconfigCore.default; | ||
exports.default = _default; |
@@ -5,2 +5,3 @@ import unicore, {rollupPlugin} from '@qiwi/uniconfig-core' | ||
import datatreePlugin from '@qiwi/uniconfig-plugin-datatree' | ||
import pathPlugin from '@qiwi/uniconfig-plugin-path' | ||
@@ -10,4 +11,5 @@ rollupPlugin(jsonPlugin) | ||
rollupPlugin(datatreePlugin) | ||
rollupPlugin(pathPlugin) | ||
export * from '@qiwi/uniconfig-core' | ||
export default unicore |
{ | ||
"name": "@qiwi/uniconfig", | ||
"version": "2.1.0", | ||
"version": "2.21.0", | ||
"description": "Yet another one config processor. Weird. Slow. Our own.", | ||
"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/", | ||
@@ -30,6 +29,6 @@ "build_es5": "BABEL_ENV=production babel src --out-dir dist/es5/", | ||
"dependencies": { | ||
"@qiwi/uniconfig-core": "^2.0.0", | ||
"@qiwi/uniconfig-plugin-json": "^2.0.0", | ||
"@qiwi/uniconfig-plugin-datatree": "^2.0.0", | ||
"@qiwi/uniconfig-plugin-api-file": "^2.0.0" | ||
"@qiwi/uniconfig-core": "^2.14.0", | ||
"@qiwi/uniconfig-plugin-json": "^2.1.1", | ||
"@qiwi/uniconfig-plugin-datatree": "^2.16.0", | ||
"@qiwi/uniconfig-plugin-api-file": "^2.1.1" | ||
}, | ||
@@ -40,6 +39,3 @@ "files": [ | ||
"dist/" | ||
], | ||
"devDependencies": { | ||
"@babel/core": "^7.1.2" | ||
} | ||
] | ||
} |
4804
0
40