putout 40.0.11 → 40.0.12

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 +11 -0
  2. package/package.json +2 -2
package/ChangeLog CHANGED
@@ -1,3 +1,14 @@
1
+ 2025.04.23, v40.0.12
2
+
3
+ fix:
4
+ - 8295aed4c @putout/processor-wasm: rules: apply-nesting: exclude couple
5
+
6
+ feature:
7
+ - b55e781e4 putout: @putout/plugin-reuse-duplicate-init v8.0.0
8
+ - 0445a713c @putout/plugin-reuse-duplicate-init: migrate to ESM
9
+ - 804a1b657 @putout/processor-wasm: rules: remove-unused: exclude called
10
+ - a7e955e27 @putout/processor-wasm: rules: remove-unused: add
11
+
1
12
  2025.04.22, v40.0.11
2
13
 
3
14
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "40.0.11",
3
+ "version": "40.0.12",
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",
@@ -175,7 +175,7 @@
175
175
  "@putout/plugin-remove-useless-template-expressions": "^2.0.0",
176
176
  "@putout/plugin-remove-useless-variables": "^13.0.0",
177
177
  "@putout/plugin-return": "^2.0.0",
178
- "@putout/plugin-reuse-duplicate-init": "^7.0.0",
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
181
  "@putout/plugin-split-nested-destructuring": "^3.0.0",