putout 40.1.3 → 40.1.5
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 +12 -0
- package/package.json +3 -3
package/ChangeLog
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
2025.05.12, v40.1.5
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- ff1ce52ec putout: @putout/plugin-remove-useless-functions v5.0.0
|
|
5
|
+
- b4cacc8c0 @putout/plugin-remove-useless-functions: migrate to ESM
|
|
6
|
+
|
|
7
|
+
2025.05.11, v40.1.4
|
|
8
|
+
|
|
9
|
+
feature:
|
|
10
|
+
- af5b2d146 putout: @putout/plugin-remove-useless-operand v3.0.0
|
|
11
|
+
- 99ecdd83c @putout/plugin-remove-useless-operand: migrate to ESM
|
|
12
|
+
|
|
1
13
|
2025.05.11, v40.1.3
|
|
2
14
|
|
|
3
15
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "40.1.
|
|
3
|
+
"version": "40.1.5",
|
|
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",
|
|
@@ -166,9 +166,9 @@
|
|
|
166
166
|
"@putout/plugin-remove-useless-continue": "^2.0.0",
|
|
167
167
|
"@putout/plugin-remove-useless-delete": "^1.0.1",
|
|
168
168
|
"@putout/plugin-remove-useless-escape": "^7.0.0",
|
|
169
|
-
"@putout/plugin-remove-useless-functions": "^
|
|
169
|
+
"@putout/plugin-remove-useless-functions": "^5.0.0",
|
|
170
170
|
"@putout/plugin-remove-useless-map": "^2.0.0",
|
|
171
|
-
"@putout/plugin-remove-useless-operand": "^
|
|
171
|
+
"@putout/plugin-remove-useless-operand": "^3.0.0",
|
|
172
172
|
"@putout/plugin-remove-useless-push": "^2.0.0",
|
|
173
173
|
"@putout/plugin-remove-useless-replace": "^2.0.0",
|
|
174
174
|
"@putout/plugin-remove-useless-spread": "^13.0.0",
|