putout 40.1.10 → 40.1.12
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.16, v40.1.12
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- 372f9419c putout: @putout/plugin-remove-useless-assign v2.0.0
|
|
5
|
+
- e1379cf0a @putout/plugin-remove-useless-assign: migrate to ESM
|
|
6
|
+
|
|
7
|
+
2025.05.15, v40.1.11
|
|
8
|
+
|
|
9
|
+
feature:
|
|
10
|
+
- 3e6d99bbd putout: @putout/plugin-remove-useless-constructor v3.0.0
|
|
11
|
+
- 711f83189 @putout/plugin-remove-useless-constructor: migrate to ESM
|
|
12
|
+
|
|
1
13
|
2025.05.14, v40.1.10
|
|
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.12",
|
|
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",
|
|
@@ -161,8 +161,8 @@
|
|
|
161
161
|
"@putout/plugin-remove-useless-array": "^1.0.0",
|
|
162
162
|
"@putout/plugin-remove-useless-array-constructor": "^2.0.0",
|
|
163
163
|
"@putout/plugin-remove-useless-array-entries": "^1.0.0",
|
|
164
|
-
"@putout/plugin-remove-useless-assign": "^
|
|
165
|
-
"@putout/plugin-remove-useless-constructor": "^
|
|
164
|
+
"@putout/plugin-remove-useless-assign": "^2.0.0",
|
|
165
|
+
"@putout/plugin-remove-useless-constructor": "^3.0.0",
|
|
166
166
|
"@putout/plugin-remove-useless-continue": "^3.0.0",
|
|
167
167
|
"@putout/plugin-remove-useless-delete": "^2.0.0",
|
|
168
168
|
"@putout/plugin-remove-useless-escape": "^8.0.0",
|