putout 36.0.4 → 36.0.6
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 +18 -0
- package/package.json +3 -3
package/ChangeLog
CHANGED
|
@@ -1,3 +1,21 @@
|
|
|
1
|
+
2024.08.21, v36.0.6
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- bf7789390 putout: @putout/plugin-try-catch v4.0.0
|
|
5
|
+
- 4864fac7a @putout/plugin-try-catch: drop support of 🐊 < 36
|
|
6
|
+
- e6881edc5 @putout/plugin-remove-useless-variables: declaration: exclude ForOfStatement
|
|
7
|
+
- 5104bad8c @putout/plugin-remove-useless-variables: declaration: exclude functions
|
|
8
|
+
- a1ed42472 @putout/plugin-remove-useless-variables: declaration: maxLength: add
|
|
9
|
+
- f4ea68f5d @putout/plugin-remove-useless-variables: declaration: assignment
|
|
10
|
+
- 0687c3dd7 @putout/plugin-tape: add-node-prefix-to-mock-require: mock-import
|
|
11
|
+
|
|
12
|
+
2024.08.17, v36.0.5
|
|
13
|
+
|
|
14
|
+
feature:
|
|
15
|
+
- b00a865b9 putout: @putout/plugin-tape v15.0.0
|
|
16
|
+
- df77d4cc6 @putout/plugin-tape: drop support of 🐊 < 36
|
|
17
|
+
- b8d7d75e8 @putout/plugin-tape: add-node-prefix-to-mock-require
|
|
18
|
+
|
|
1
19
|
2024.08.16, v36.0.4
|
|
2
20
|
|
|
3
21
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "36.0.
|
|
3
|
+
"version": "36.0.6",
|
|
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",
|
|
@@ -180,8 +180,8 @@
|
|
|
180
180
|
"@putout/plugin-split-assignment-expressions": "^1.0.0",
|
|
181
181
|
"@putout/plugin-split-nested-destructuring": "^3.0.0",
|
|
182
182
|
"@putout/plugin-split-variable-declarations": "^3.0.0",
|
|
183
|
-
"@putout/plugin-tape": "^
|
|
184
|
-
"@putout/plugin-try-catch": "^
|
|
183
|
+
"@putout/plugin-tape": "^15.0.0",
|
|
184
|
+
"@putout/plugin-try-catch": "^4.0.0",
|
|
185
185
|
"@putout/plugin-types": "^4.0.0",
|
|
186
186
|
"@putout/plugin-typescript": "^7.0.0",
|
|
187
187
|
"@putout/plugin-webpack": "^3.0.0",
|