putout 40.1.6 → 40.1.7

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.05.14, v40.1.7
2
+
3
+ feature:
4
+ - 0ada7a2a9 putout: @putout/plugin-remove-nested-blocks v9.0.0
5
+ - da18bb28e @putout/plugin-remove-nested-blocks: migrate to ESM
6
+
1
7
  2025.05.13, v40.1.6
2
8
 
3
9
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "40.1.6",
3
+ "version": "40.1.7",
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",
@@ -149,7 +149,7 @@
149
149
  "@putout/plugin-remove-duplicate-keys": "^7.0.0",
150
150
  "@putout/plugin-remove-empty": "^14.0.0",
151
151
  "@putout/plugin-remove-iife": "^4.0.0",
152
- "@putout/plugin-remove-nested-blocks": "^8.0.0",
152
+ "@putout/plugin-remove-nested-blocks": "^9.0.0",
153
153
  "@putout/plugin-remove-unreachable-code": "^2.0.0",
154
154
  "@putout/plugin-remove-unreferenced-variables": "^5.0.0",
155
155
  "@putout/plugin-remove-unused-expressions": "^11.0.0",