putout 40.1.18 → 40.2.0
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 -1
- package/package.json +2 -2
package/ChangeLog
CHANGED
|
@@ -1,9 +1,20 @@
|
|
|
1
|
+
2025.05.23, v40.2.0
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- c1c87903d putout: @putout/operator-declare v13.0.0
|
|
5
|
+
- 0494488d4 @putout/engine-runner: @putout/operator-declare v13.0.0
|
|
6
|
+
- 44f049d32 @putout/operator-declare: drop support of 🐊 < 40
|
|
7
|
+
- a19e44449 @putout/operator-declare: exclude: TSQualifiedName
|
|
8
|
+
- 7ad67452e putout: @putout/plugin-remove-unused-private-fields v4.0.0
|
|
9
|
+
- 84c9d5aca @putout/plugin-remove-unused-private-fields: migrate to ESM
|
|
10
|
+
- 7807100f2 @putout/plugin-putout: apply-report: improve
|
|
11
|
+
|
|
1
12
|
2025.05.22, v40.1.18
|
|
2
13
|
|
|
3
14
|
feature:
|
|
4
15
|
- 33b471dac putout: @putout/plugin-remove-unused-private-fields v4.0.0
|
|
5
16
|
- 2379ee563 @putout/plugin-remove-unused-private-fields: migrate to ESM
|
|
6
|
-
- e24f0be5a
|
|
17
|
+
- e24f0be5a @putout/plugin-putout: apply-report: improve
|
|
7
18
|
|
|
8
19
|
2025.05.21, v40.1.17
|
|
9
20
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "40.
|
|
3
|
+
"version": "40.2.0",
|
|
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",
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
"@putout/formatter-time": "^3.0.0",
|
|
79
79
|
"@putout/operate": "^13.0.0",
|
|
80
80
|
"@putout/operator-add-args": "^11.0.1",
|
|
81
|
-
"@putout/operator-declare": "^
|
|
81
|
+
"@putout/operator-declare": "^13.0.0",
|
|
82
82
|
"@putout/operator-filesystem": "^8.0.0",
|
|
83
83
|
"@putout/operator-ignore": "^2.0.0",
|
|
84
84
|
"@putout/operator-json": "^2.0.0",
|