putout 40.0.16 → 40.0.18

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.
Files changed (2) hide show
  1. package/ChangeLog +15 -0
  2. package/package.json +3 -3
package/ChangeLog CHANGED
@@ -1,3 +1,18 @@
1
+ 2025.05.02, v40.0.18
2
+
3
+ feature:
4
+ - 67d6dc5a6 putout: @putout/plugin-tape v19.0.0
5
+ - 8b4e6b4e5 @putout/plugin-tape: drop support of 🐊 < 40
6
+ - 561eb070b @putout/plugin-tape: add-t-end: speed up
7
+
8
+ 2025.05.01, v40.0.17
9
+
10
+ feature:
11
+ - d165fa712 putout: @putout/plugin-split-nested-destructuring v4.0.0
12
+ - aa014b627 @putout/plugin-split-nested-destructuring: migrate to ESM
13
+ - 4b2c37d30 @putout/plugin-split-call-with-destructuring: migrate to ESM
14
+ - 96d22a08f @putout/plugin-typescript: apply-type-guards: function
15
+
1
16
  2025.04.29, v40.0.16
2
17
 
3
18
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "40.0.16",
3
+ "version": "40.0.18",
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,9 +178,9 @@
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": "^3.0.0",
181
+ "@putout/plugin-split-nested-destructuring": "^4.0.0",
182
182
  "@putout/plugin-split-variable-declarations": "^5.0.0",
183
- "@putout/plugin-tape": "^18.0.0",
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",