putout 40.0.23 → 40.0.25
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 +3 -3
package/ChangeLog
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
2025.05.06, v40.0.25
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- 6ee1a8678 putout: @putout/plugin-remove-useless-template-expressions v3.0.0
|
|
5
|
+
- 50b3218f4 @putout/plugin-remove-useless-template-expressions
|
|
6
|
+
- 440ff85b4 @putout/engine-parser: handle absense of source
|
|
7
|
+
|
|
8
|
+
2025.05.05, v40.0.24
|
|
9
|
+
|
|
10
|
+
feature:
|
|
11
|
+
- bcb6d533c putout: @putout/plugin-apply-arrow v3.0.0
|
|
12
|
+
- d4c8be5f9 @putout/plugin-apply-arrow: migrate to ESM
|
|
13
|
+
|
|
1
14
|
2025.05.05, v40.0.23
|
|
2
15
|
|
|
3
16
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "40.0.
|
|
3
|
+
"version": "40.0.25",
|
|
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",
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
"@putout/operator-parens": "^1.0.0",
|
|
88
88
|
"@putout/operator-regexp": "^1.0.0",
|
|
89
89
|
"@putout/operator-rename-files": "^4.0.0",
|
|
90
|
-
"@putout/plugin-apply-arrow": "^
|
|
90
|
+
"@putout/plugin-apply-arrow": "^3.0.0",
|
|
91
91
|
"@putout/plugin-apply-at": "^2.0.0",
|
|
92
92
|
"@putout/plugin-apply-destructuring": "^9.0.0",
|
|
93
93
|
"@putout/plugin-apply-dot-notation": "^2.0.0",
|
|
@@ -172,7 +172,7 @@
|
|
|
172
172
|
"@putout/plugin-remove-useless-push": "^1.0.0",
|
|
173
173
|
"@putout/plugin-remove-useless-replace": "^1.0.1",
|
|
174
174
|
"@putout/plugin-remove-useless-spread": "^12.0.0",
|
|
175
|
-
"@putout/plugin-remove-useless-template-expressions": "^
|
|
175
|
+
"@putout/plugin-remove-useless-template-expressions": "^3.0.0",
|
|
176
176
|
"@putout/plugin-remove-useless-variables": "^14.0.0",
|
|
177
177
|
"@putout/plugin-return": "^2.0.0",
|
|
178
178
|
"@putout/plugin-reuse-duplicate-init": "^8.0.0",
|