putout 23.7.0 → 23.8.0

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 +11 -0
  2. package/package.json +2 -2
package/ChangeLog CHANGED
@@ -1,3 +1,14 @@
1
+ 2022.01.11, v23.8.0
2
+
3
+ feature:
4
+ - (package) @putout/plugin-madrun v12.0.0
5
+ - (@putout/plugin-madrun) drop support of putout < 23
6
+ - (@putout/operate) add getExportDefault
7
+ - (@putout/plugin-madrun) add convert-cut-env-to-run
8
+ - (@putout/plugin-madrun) add convert-run-to-cut-env
9
+ - (@putout/plugin-remove-useless-spread) exclude comments
10
+
11
+
1
12
  2022.01.10, v23.7.0
2
13
 
3
14
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "23.7.0",
3
+ "version": "23.8.0",
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",
@@ -110,7 +110,7 @@
110
110
  "@putout/plugin-extract-sequence-expressions": "^2.0.0",
111
111
  "@putout/plugin-github": "^2.0.0",
112
112
  "@putout/plugin-gitignore": "^3.0.0",
113
- "@putout/plugin-madrun": "^11.0.0",
113
+ "@putout/plugin-madrun": "^12.0.0",
114
114
  "@putout/plugin-merge-destructuring-properties": "^5.0.0",
115
115
  "@putout/plugin-merge-duplicate-imports": "^4.0.0",
116
116
  "@putout/plugin-merge-if-statements": "^3.0.0",