putout 29.0.7 → 29.0.8

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
+ 2023.03.10, v29.0.8
2
+
3
+ fix:
4
+ - 919290247 @putout/operator-declare: report
5
+
6
+ feature:
7
+ - 16db04f0b package: @putout/plugin-remove-iife v4.0.0
8
+ - e0b3f0e61 @putout/plugin-remove-iife: exclude VariableDeclarator (#133)
9
+
1
10
  2023.03.10, v29.0.7
2
11
 
3
12
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "29.0.7",
3
+ "version": "29.0.8",
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",
@@ -134,7 +134,7 @@
134
134
  "@putout/plugin-remove-duplicate-case": "^2.0.0",
135
135
  "@putout/plugin-remove-duplicate-keys": "^3.0.0",
136
136
  "@putout/plugin-remove-empty": "^9.0.0",
137
- "@putout/plugin-remove-iife": "^3.0.0",
137
+ "@putout/plugin-remove-iife": "^4.0.0",
138
138
  "@putout/plugin-remove-nested-blocks": "^6.0.0",
139
139
  "@putout/plugin-remove-unreachable-code": "^1.0.0",
140
140
  "@putout/plugin-remove-unreferenced-variables": "^2.0.0",