putout 40.1.12 → 40.1.14
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.19, v40.1.14
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- 1be13c9ec putout: @putout/plugin-remove-useless-array v2.0.0
|
|
5
|
+
- ed39406c7 @putout/compare: revert __a: NumericLiteral: has no sense
|
|
6
|
+
|
|
7
|
+
2025.05.18, v40.1.13
|
|
8
|
+
|
|
9
|
+
feature:
|
|
10
|
+
- 8f8dfa34e @putout/compare: __a: NumericLiteral
|
|
11
|
+
- cb05e654d putout: @putout/plugin-remove-useless-array-entries v2.0.0
|
|
12
|
+
- 72ba7f663 @putout/plugin-remove-useless-array-entries: migrate to ESM
|
|
13
|
+
- e67ca90dc @putout/plugin-remove-useless-array: migrate to ESM
|
|
14
|
+
|
|
1
15
|
2025.05.16, v40.1.12
|
|
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.14",
|
|
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",
|
|
@@ -158,9 +158,9 @@
|
|
|
158
158
|
"@putout/plugin-remove-unused-private-fields": "^3.0.0",
|
|
159
159
|
"@putout/plugin-remove-unused-variables": "^12.0.0",
|
|
160
160
|
"@putout/plugin-remove-useless-arguments": "^11.0.0",
|
|
161
|
-
"@putout/plugin-remove-useless-array": "^
|
|
161
|
+
"@putout/plugin-remove-useless-array": "^2.0.0",
|
|
162
162
|
"@putout/plugin-remove-useless-array-constructor": "^2.0.0",
|
|
163
|
-
"@putout/plugin-remove-useless-array-entries": "^
|
|
163
|
+
"@putout/plugin-remove-useless-array-entries": "^2.0.0",
|
|
164
164
|
"@putout/plugin-remove-useless-assign": "^2.0.0",
|
|
165
165
|
"@putout/plugin-remove-useless-constructor": "^3.0.0",
|
|
166
166
|
"@putout/plugin-remove-useless-continue": "^3.0.0",
|