putout 40.2.6 → 40.2.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 +9 -0
  2. package/package.json +2 -2
package/ChangeLog CHANGED
@@ -1,3 +1,12 @@
1
+ 2025.05.30, v40.2.7
2
+
3
+ feature:
4
+ - eb80a0fa0 putout: @putout/plugin-remove-iife v5.0.0
5
+ - 875961dcd @putout/plugin-remove-iife: migrate to ESM
6
+ - db728bc9d @putout/plugin-tape: add-t-end: assign
7
+ - c94e8788c @putout/plugin-declare-before-reference: no loc
8
+ - 990085acd @putout/plugin-putout: convert-node-to-path-in-get-template-values: exclude getPrevSibling
9
+
1
10
  2025.05.29, v40.2.6
2
11
 
3
12
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "40.2.6",
3
+ "version": "40.2.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",
@@ -148,7 +148,7 @@
148
148
  "@putout/plugin-remove-duplicate-case": "^3.0.0",
149
149
  "@putout/plugin-remove-duplicate-keys": "^8.0.0",
150
150
  "@putout/plugin-remove-empty": "^14.0.0",
151
- "@putout/plugin-remove-iife": "^4.0.0",
151
+ "@putout/plugin-remove-iife": "^5.0.0",
152
152
  "@putout/plugin-remove-nested-blocks": "^9.0.0",
153
153
  "@putout/plugin-remove-unreachable-code": "^3.0.0",
154
154
  "@putout/plugin-remove-unreferenced-variables": "^6.0.0",