putout 39.7.5 → 39.7.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.
Files changed (2) hide show
  1. package/ChangeLog +6 -0
  2. package/package.json +2 -2
package/ChangeLog CHANGED
@@ -1,3 +1,9 @@
1
+ 2025.04.04, v39.7.6
2
+
3
+ feature:
4
+ - dd57a7b57 putout: @putout/plugin-apply-destructuring v9.0.0
5
+ - c3373261a @putout/plugin-apply-destructuring: convert to ESM
6
+
1
7
  2025.04.03, v39.7.5
2
8
 
3
9
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "39.7.5",
3
+ "version": "39.7.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",
@@ -89,7 +89,7 @@
89
89
  "@putout/operator-rename-files": "^3.0.0",
90
90
  "@putout/plugin-apply-arrow": "^2.0.0",
91
91
  "@putout/plugin-apply-at": "^2.0.0",
92
- "@putout/plugin-apply-destructuring": "^8.0.0",
92
+ "@putout/plugin-apply-destructuring": "^9.0.0",
93
93
  "@putout/plugin-apply-dot-notation": "^2.0.0",
94
94
  "@putout/plugin-apply-flat-map": "^3.0.0",
95
95
  "@putout/plugin-apply-overrides": "^2.0.0",