putout 29.0.8 → 29.0.9

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
+ 2023.03.10, v29.0.9
2
+
3
+ fix:
4
+ - 0d74ddb9d @putout/operator-declare: report
5
+
6
+ feature:
7
+ - 6b6570a25 package: @putout/plugin-tape v11.0.0
8
+ - 99d951d6d @putout/plugin-tape: declare: migrate to Declaration
9
+ - 4b1fcaae3 package: @putout/plugin-remove-iife v4.0.0
10
+ - 83abe018d @putout/plugin-remove-iife: exclude VariableDeclarator (#133)
11
+
1
12
  2023.03.10, v29.0.8
2
13
 
3
14
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "29.0.8",
3
+ "version": "29.0.9",
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",
@@ -169,7 +169,7 @@
169
169
  "@putout/plugin-split-nested-destructuring": "^2.0.0",
170
170
  "@putout/plugin-split-variable-declarations": "^2.0.0",
171
171
  "@putout/plugin-strict-mode": "^5.0.0",
172
- "@putout/plugin-tape": "^10.0.0",
172
+ "@putout/plugin-tape": "^11.0.0",
173
173
  "@putout/plugin-try-catch": "^1.0.0",
174
174
  "@putout/plugin-types": "^1.0.0",
175
175
  "@putout/plugin-typescript": "^3.0.0",