putout 25.0.0 → 25.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/ChangeLog +14 -0
  2. package/package.json +3 -3
package/ChangeLog CHANGED
@@ -1,3 +1,17 @@
1
+ 2022.02.18, v25.0.1
2
+
3
+ fix:
4
+ - (@putout/operator-add-args) avoid using putout directly since it is internal dependency
5
+
6
+
7
+ feature:
8
+ - (package) @putout/plugin-nodejs v3.2.0
9
+ - (@putout/plugin-nodejs) add convert-url-to-dirname
10
+ - (@putout/plugin-merge-destructuring-properties) add support of different quotes
11
+ - (@putout/test) drop support of node < 16
12
+ - (package) madrun v9.0.0
13
+
14
+
1
15
  2022.02.17, v25.0.0
2
16
 
3
17
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "25.0.0",
3
+ "version": "25.0.1",
4
4
  "type": "commonjs",
5
5
  "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
6
6
  "description": "🐊 Pluggable and configurable code transformer with built-in eslint and babel plugins support of js, jsx typescript, flow files, markdown, yaml and json",
@@ -111,7 +111,7 @@
111
111
  "@putout/plugin-merge-destructuring-properties": "^6.0.0",
112
112
  "@putout/plugin-merge-duplicate-imports": "^5.0.0",
113
113
  "@putout/plugin-merge-if-statements": "^3.0.0",
114
- "@putout/plugin-nodejs": "^2.0.0",
114
+ "@putout/plugin-nodejs": "^3.2.0",
115
115
  "@putout/plugin-npmignore": "^2.0.0",
116
116
  "@putout/plugin-package-json": "^3.0.0",
117
117
  "@putout/plugin-promises": "^7.0.0",
@@ -215,7 +215,7 @@
215
215
  "eslint-plugin-putout": "^13.0.0",
216
216
  "just-camel-case": "^4.0.2",
217
217
  "lerna": "^4.0.0",
218
- "madrun": "^8.6.0",
218
+ "madrun": "^9.0.0",
219
219
  "mock-require": "^3.0.2",
220
220
  "montag": "^1.2.1",
221
221
  "nodemon": "^2.0.1",