putout 40.0.16 → 40.0.17
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 +8 -0
- package/package.json +2 -2
package/ChangeLog
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
2025.05.01, v40.0.17
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- d165fa712 putout: @putout/plugin-split-nested-destructuring v4.0.0
|
|
5
|
+
- aa014b627 @putout/plugin-split-nested-destructuring: migrate to ESM
|
|
6
|
+
- 4b2c37d30 @putout/plugin-split-call-with-destructuring: migrate to ESM
|
|
7
|
+
- 96d22a08f @putout/plugin-typescript: apply-type-guards: function
|
|
8
|
+
|
|
1
9
|
2025.04.29, v40.0.16
|
|
2
10
|
|
|
3
11
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "40.0.
|
|
3
|
+
"version": "40.0.17",
|
|
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",
|
|
@@ -178,7 +178,7 @@
|
|
|
178
178
|
"@putout/plugin-reuse-duplicate-init": "^8.0.0",
|
|
179
179
|
"@putout/plugin-simplify-ternary": "^7.0.0",
|
|
180
180
|
"@putout/plugin-split-call-with-destructuring": "^1.0.0",
|
|
181
|
-
"@putout/plugin-split-nested-destructuring": "^
|
|
181
|
+
"@putout/plugin-split-nested-destructuring": "^4.0.0",
|
|
182
182
|
"@putout/plugin-split-variable-declarations": "^5.0.0",
|
|
183
183
|
"@putout/plugin-tape": "^18.0.0",
|
|
184
184
|
"@putout/plugin-try-catch": "^5.0.0",
|