putout 40.0.20 → 40.0.22
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 +17 -0
- package/package.json +3 -3
package/ChangeLog
CHANGED
|
@@ -1,3 +1,20 @@
|
|
|
1
|
+
2025.05.05, v40.0.22
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- 1e936a6c5 putout: @putout/plugin-try-catch v6.0.0
|
|
5
|
+
- 2349b690f @putout/plugin-try-catch: drop support of 🐊 < 40
|
|
6
|
+
- 76ba37ade @putout/plugin-try-catch: sync: report
|
|
7
|
+
- 325d1c940 @putout/plugin-try-catch: exclude MemberExpression
|
|
8
|
+
|
|
9
|
+
2025.05.04, v40.0.21
|
|
10
|
+
|
|
11
|
+
feature:
|
|
12
|
+
- 5071f4626 putout: @putout/plugin-declare-before-reference v8.0.0
|
|
13
|
+
- 6dd259ef3 @putout/plugin-declare-before-reference: drop support of 🐊 < 40
|
|
14
|
+
- 414c42643 @putout/plugin-declare-before-reference: improve support of @putout/plugin-tape
|
|
15
|
+
- 137d93177 @putout/plugin-putout: apply-report: exclude noReport: plugins
|
|
16
|
+
- 4ec4fb8e6 @putout/test: noReport: plugins
|
|
17
|
+
|
|
1
18
|
2025.05.04, v40.0.20
|
|
2
19
|
|
|
3
20
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "40.0.
|
|
3
|
+
"version": "40.0.22",
|
|
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",
|
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
"@putout/plugin-convert-to-arrow-function": "^4.0.0",
|
|
114
114
|
"@putout/plugin-coverage": "^1.0.0",
|
|
115
115
|
"@putout/plugin-declare": "^5.0.0",
|
|
116
|
-
"@putout/plugin-declare-before-reference": "^
|
|
116
|
+
"@putout/plugin-declare-before-reference": "^8.0.0",
|
|
117
117
|
"@putout/plugin-eslint": "^14.0.0",
|
|
118
118
|
"@putout/plugin-esm": "^4.0.0",
|
|
119
119
|
"@putout/plugin-extract-keywords-from-variables": "^2.0.0",
|
|
@@ -181,7 +181,7 @@
|
|
|
181
181
|
"@putout/plugin-split-nested-destructuring": "^4.0.0",
|
|
182
182
|
"@putout/plugin-split-variable-declarations": "^5.0.0",
|
|
183
183
|
"@putout/plugin-tape": "^19.0.0",
|
|
184
|
-
"@putout/plugin-try-catch": "^
|
|
184
|
+
"@putout/plugin-try-catch": "^6.0.0",
|
|
185
185
|
"@putout/plugin-types": "^8.0.0",
|
|
186
186
|
"@putout/plugin-typescript": "^12.0.0",
|
|
187
187
|
"@putout/plugin-webpack": "^4.0.0",
|