putout 40.1.1 → 40.1.3
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.11, v40.1.3
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- b42303a64 putout: @putout/plugin-remove-useless-map v2.0.0
|
|
5
|
+
- 94fe6182f @putout/plugin-remove-useless-map: migrate to ESM
|
|
6
|
+
|
|
7
|
+
2025.05.10, v40.1.2
|
|
8
|
+
|
|
9
|
+
feature:
|
|
10
|
+
- aa8cbb245 putout: @putout/plugin-remove-useless-push v2.0.0
|
|
11
|
+
- d8896fc6d @putout/plugin-remove-useless-push: migrate to ESM
|
|
12
|
+
- cb7ee0cd5 @putout/plugin-putout: replace-test-message: no-report-after-transform: add
|
|
13
|
+
- ae9b18697 @putout/plugin-putout: apply-fixture-name-to-message: noReportAfterTransform
|
|
14
|
+
|
|
1
15
|
2025.05.09, v40.1.1
|
|
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.3",
|
|
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",
|
|
@@ -167,9 +167,9 @@
|
|
|
167
167
|
"@putout/plugin-remove-useless-delete": "^1.0.1",
|
|
168
168
|
"@putout/plugin-remove-useless-escape": "^7.0.0",
|
|
169
169
|
"@putout/plugin-remove-useless-functions": "^4.0.0",
|
|
170
|
-
"@putout/plugin-remove-useless-map": "^
|
|
170
|
+
"@putout/plugin-remove-useless-map": "^2.0.0",
|
|
171
171
|
"@putout/plugin-remove-useless-operand": "^2.0.0",
|
|
172
|
-
"@putout/plugin-remove-useless-push": "^
|
|
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",
|
|
175
175
|
"@putout/plugin-remove-useless-template-expressions": "^3.0.0",
|