putout 39.1.0 → 39.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 +10 -0
- package/package.json +3 -3
package/ChangeLog
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
1
|
+
2025.03.26, v39.2.0
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- bf0738e89 putout: @putout/cli-process-file v3.0.0
|
|
5
|
+
- a3fa76ab2 putout: @putout/plugin-try-catch v5.0.0
|
|
6
|
+
- f7b1d7af4 @putout/cli-process-file: samadhi v3.0.0
|
|
7
|
+
- e82bb9da2 @putout/cli-process-file: drop support of node < 20
|
|
8
|
+
- 82756c1c3 @putout/cli-process-file: samadhi v3.0.0
|
|
9
|
+
- b4c81b687 @putout/plugin-try-catch: convert to ESM
|
|
10
|
+
|
|
1
11
|
2025.03.26, v39.1.0
|
|
2
12
|
|
|
3
13
|
fix:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "39.
|
|
3
|
+
"version": "39.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",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"@putout/cli-choose-formatter": "^4.0.0",
|
|
57
57
|
"@putout/cli-keypress": "^2.0.0",
|
|
58
58
|
"@putout/cli-match": "^2.0.0",
|
|
59
|
-
"@putout/cli-process-file": "^
|
|
59
|
+
"@putout/cli-process-file": "^3.0.0",
|
|
60
60
|
"@putout/cli-ruler": "^4.0.0",
|
|
61
61
|
"@putout/cli-staged": "^1.0.0",
|
|
62
62
|
"@putout/cli-validate-args": "^2.0.0",
|
|
@@ -181,7 +181,7 @@
|
|
|
181
181
|
"@putout/plugin-split-nested-destructuring": "^3.0.0",
|
|
182
182
|
"@putout/plugin-split-variable-declarations": "^4.0.0",
|
|
183
183
|
"@putout/plugin-tape": "^17.0.0",
|
|
184
|
-
"@putout/plugin-try-catch": "^
|
|
184
|
+
"@putout/plugin-try-catch": "^5.0.0",
|
|
185
185
|
"@putout/plugin-types": "^7.0.0",
|
|
186
186
|
"@putout/plugin-typescript": "^11.0.0",
|
|
187
187
|
"@putout/plugin-webpack": "^3.0.0",
|