putout 40.1.0 → 40.1.2
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 +14 -0
- package/package.json +3 -3
package/ChangeLog
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
2025.05.10, v40.1.2
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- aa8cbb245 putout: @putout/plugin-remove-useless-push v2.0.0
|
|
5
|
+
- d8896fc6d @putout/plugin-remove-useless-push: migrate to ESM
|
|
6
|
+
- cb7ee0cd5 @putout/plugin-putout: replace-test-message: no-report-after-transform: add
|
|
7
|
+
- ae9b18697 @putout/plugin-putout: apply-fixture-name-to-message: noReportAfterTransform
|
|
8
|
+
|
|
9
|
+
2025.05.09, v40.1.1
|
|
10
|
+
|
|
11
|
+
feature:
|
|
12
|
+
- 7649f07fb putout: @putout/plugin-remove-useless-replace v2.0.0
|
|
13
|
+
- f672bdd23 @putout/plugin-remove-useless-replace: migrate to ESM
|
|
14
|
+
|
|
1
15
|
2025.05.09, v40.1.0
|
|
2
16
|
|
|
3
17
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "40.1.
|
|
3
|
+
"version": "40.1.2",
|
|
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",
|
|
@@ -169,8 +169,8 @@
|
|
|
169
169
|
"@putout/plugin-remove-useless-functions": "^4.0.0",
|
|
170
170
|
"@putout/plugin-remove-useless-map": "^1.0.0",
|
|
171
171
|
"@putout/plugin-remove-useless-operand": "^2.0.0",
|
|
172
|
-
"@putout/plugin-remove-useless-push": "^
|
|
173
|
-
"@putout/plugin-remove-useless-replace": "^
|
|
172
|
+
"@putout/plugin-remove-useless-push": "^2.0.0",
|
|
173
|
+
"@putout/plugin-remove-useless-replace": "^2.0.0",
|
|
174
174
|
"@putout/plugin-remove-useless-spread": "^13.0.0",
|
|
175
175
|
"@putout/plugin-remove-useless-template-expressions": "^3.0.0",
|
|
176
176
|
"@putout/plugin-remove-useless-variables": "^14.0.0",
|