putout 40.0.17 → 40.0.19
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 +13 -0
- package/package.json +3 -3
package/ChangeLog
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
2025.05.02, v40.0.19
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- c39ab6d2d putout: @putout/plugin-simplify-ternary v8.0.0
|
|
5
|
+
- b90099e4b @putout/plugin-simplify-ternary: drop support of 🐊 < 40
|
|
6
|
+
|
|
7
|
+
2025.05.02, v40.0.18
|
|
8
|
+
|
|
9
|
+
feature:
|
|
10
|
+
- 67d6dc5a6 putout: @putout/plugin-tape v19.0.0
|
|
11
|
+
- 8b4e6b4e5 @putout/plugin-tape: drop support of 🐊 < 40
|
|
12
|
+
- 561eb070b @putout/plugin-tape: add-t-end: speed up
|
|
13
|
+
|
|
1
14
|
2025.05.01, v40.0.17
|
|
2
15
|
|
|
3
16
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "40.0.
|
|
3
|
+
"version": "40.0.19",
|
|
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",
|
|
@@ -176,11 +176,11 @@
|
|
|
176
176
|
"@putout/plugin-remove-useless-variables": "^13.0.0",
|
|
177
177
|
"@putout/plugin-return": "^2.0.0",
|
|
178
178
|
"@putout/plugin-reuse-duplicate-init": "^8.0.0",
|
|
179
|
-
"@putout/plugin-simplify-ternary": "^
|
|
179
|
+
"@putout/plugin-simplify-ternary": "^8.0.0",
|
|
180
180
|
"@putout/plugin-split-call-with-destructuring": "^1.0.0",
|
|
181
181
|
"@putout/plugin-split-nested-destructuring": "^4.0.0",
|
|
182
182
|
"@putout/plugin-split-variable-declarations": "^5.0.0",
|
|
183
|
-
"@putout/plugin-tape": "^
|
|
183
|
+
"@putout/plugin-tape": "^19.0.0",
|
|
184
184
|
"@putout/plugin-try-catch": "^5.0.0",
|
|
185
185
|
"@putout/plugin-types": "^8.0.0",
|
|
186
186
|
"@putout/plugin-typescript": "^12.0.0",
|