putout 40.1.14 → 40.1.15
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 +9 -0
- package/package.json +3 -3
package/ChangeLog
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
2025.05.19, v40.1.15
|
|
2
|
+
|
|
3
|
+
fix:
|
|
4
|
+
- 653c7d593 putout: package: node v20.19 (#233)
|
|
5
|
+
|
|
6
|
+
feature:
|
|
7
|
+
- 4a9207c6e putout: @putout/plugin-remove-useless-array-constructor v3.0.0
|
|
8
|
+
- 125606104 @putout/plugin-remove-useless-array-constructor: migrate to ESM
|
|
9
|
+
|
|
1
10
|
2025.05.19, v40.1.14
|
|
2
11
|
|
|
3
12
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "40.1.
|
|
3
|
+
"version": "40.1.15",
|
|
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",
|
|
@@ -159,7 +159,7 @@
|
|
|
159
159
|
"@putout/plugin-remove-unused-variables": "^12.0.0",
|
|
160
160
|
"@putout/plugin-remove-useless-arguments": "^11.0.0",
|
|
161
161
|
"@putout/plugin-remove-useless-array": "^2.0.0",
|
|
162
|
-
"@putout/plugin-remove-useless-array-constructor": "^
|
|
162
|
+
"@putout/plugin-remove-useless-array-constructor": "^3.0.0",
|
|
163
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",
|
|
@@ -242,7 +242,7 @@
|
|
|
242
242
|
},
|
|
243
243
|
"license": "MIT",
|
|
244
244
|
"engines": {
|
|
245
|
-
"node": ">=20"
|
|
245
|
+
"node": ">=20.19"
|
|
246
246
|
},
|
|
247
247
|
"publishConfig": {
|
|
248
248
|
"access": "public"
|