putout 37.19.0 → 37.20.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.
- package/ChangeLog +10 -0
- package/package.json +3 -3
package/ChangeLog
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
1
|
+
2025.01.23, v37.20.0
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- 0f3d340b2 putout: @putout/plugin-split-variable-declarations v4.0.0
|
|
5
|
+
- 321cd4666 putout: @putout/plugin-convert-assignment-to-declaration v2.0.0
|
|
6
|
+
- 63c4f40ad @putout/plugin-convert-assignment-to-declaration: drop support of 🐊 < 37
|
|
7
|
+
- 47a5ba076 @putout/plugin-convert-assignment-to-declaration: exclude keywords
|
|
8
|
+
- fc20fe6e7 @putout/plugin-split-variables-declarations: drop support of 🐊 < 37
|
|
9
|
+
- 9a8146c8f @putout/plugin-split-variable-declarations: exclude keywords
|
|
10
|
+
|
|
1
11
|
2025.01.23, v37.19.0
|
|
2
12
|
|
|
3
13
|
fix:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "37.
|
|
3
|
+
"version": "37.20.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, Babel and support of js, jsx, typescript, flow, markdown, yaml and json",
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
"@putout/plugin-convert-array-copy-to-slice": "^3.0.0",
|
|
102
102
|
"@putout/plugin-convert-assignment-to-arrow-function": "^1.0.0",
|
|
103
103
|
"@putout/plugin-convert-assignment-to-comparison": "^2.0.0",
|
|
104
|
-
"@putout/plugin-convert-assignment-to-declaration": "^
|
|
104
|
+
"@putout/plugin-convert-assignment-to-declaration": "^2.0.0",
|
|
105
105
|
"@putout/plugin-convert-concat-to-flat": "^1.0.0",
|
|
106
106
|
"@putout/plugin-convert-const-to-let": "^4.0.0",
|
|
107
107
|
"@putout/plugin-convert-expression-to-params": "^1.0.0",
|
|
@@ -182,7 +182,7 @@
|
|
|
182
182
|
"@putout/plugin-simplify-ternary": "^7.0.0",
|
|
183
183
|
"@putout/plugin-split-assignment-expressions": "^1.0.0",
|
|
184
184
|
"@putout/plugin-split-nested-destructuring": "^3.0.0",
|
|
185
|
-
"@putout/plugin-split-variable-declarations": "^
|
|
185
|
+
"@putout/plugin-split-variable-declarations": "^4.0.0",
|
|
186
186
|
"@putout/plugin-tape": "^16.0.0",
|
|
187
187
|
"@putout/plugin-try-catch": "^4.0.0",
|
|
188
188
|
"@putout/plugin-types": "^6.0.0",
|