putout 25.7.0 → 25.7.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.
- package/ChangeLog +13 -0
- package/package.json +4 -4
package/ChangeLog
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
2022.03.15, v25.7.1
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- (package) @putout/plugin-extract-sequence-expressions v3.0.0
|
|
5
|
+
- (@putout/plugin-extract-sequence-expressions) drop support of 🐊 < 25
|
|
6
|
+
- (@putout/plugin-extract-sequence-expressions) add support of arguments
|
|
7
|
+
- (package) @putout/plugin-convert-commonjs-to-esm v9.0.0
|
|
8
|
+
- (package) @putout/plugin-putout v11.0.0
|
|
9
|
+
- (@putout/plugin-putout) drop support of 🐊 < 25
|
|
10
|
+
- (@putout/plugin-convert-commonjs-to-esm) drop support of 🐊 < 25
|
|
11
|
+
- (@putout/plugin-convert-commonjs-to-esm) add support of babel v7.17.7 (https://github.com/babel/babel/releases/tag/v7.17.7)
|
|
12
|
+
|
|
13
|
+
|
|
1
14
|
2022.03.14, v25.7.0
|
|
2
15
|
|
|
3
16
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "25.7.
|
|
3
|
+
"version": "25.7.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",
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
"@putout/plugin-convert-assignment-to-arrow-function": "^1.0.0",
|
|
85
85
|
"@putout/plugin-convert-assignment-to-comparison": "^1.0.0",
|
|
86
86
|
"@putout/plugin-convert-bitwise-to-logical": "^1.0.0",
|
|
87
|
-
"@putout/plugin-convert-commonjs-to-esm": "^
|
|
87
|
+
"@putout/plugin-convert-commonjs-to-esm": "^9.0.0",
|
|
88
88
|
"@putout/plugin-convert-comparison-to-boolean": "^2.0.0",
|
|
89
89
|
"@putout/plugin-convert-concat-to-flat": "^1.0.0",
|
|
90
90
|
"@putout/plugin-convert-equal-to-strict-equal": "^1.0.0",
|
|
@@ -104,7 +104,7 @@
|
|
|
104
104
|
"@putout/plugin-declare-undefined-variables": "^7.0.0",
|
|
105
105
|
"@putout/plugin-eslint": "^2.0.0",
|
|
106
106
|
"@putout/plugin-extract-object-properties": "^7.0.0",
|
|
107
|
-
"@putout/plugin-extract-sequence-expressions": "^
|
|
107
|
+
"@putout/plugin-extract-sequence-expressions": "^3.0.0",
|
|
108
108
|
"@putout/plugin-github": "^3.0.0",
|
|
109
109
|
"@putout/plugin-gitignore": "^3.0.0",
|
|
110
110
|
"@putout/plugin-madrun": "^14.0.0",
|
|
@@ -116,7 +116,7 @@
|
|
|
116
116
|
"@putout/plugin-npmignore": "^2.0.0",
|
|
117
117
|
"@putout/plugin-package-json": "^4.0.0",
|
|
118
118
|
"@putout/plugin-promises": "^8.0.0",
|
|
119
|
-
"@putout/plugin-putout": "^
|
|
119
|
+
"@putout/plugin-putout": "^11.0.0",
|
|
120
120
|
"@putout/plugin-putout-config": "^2.0.0",
|
|
121
121
|
"@putout/plugin-regexp": "^5.0.0",
|
|
122
122
|
"@putout/plugin-remove-boolean-from-assertions": "^1.0.0",
|