putout 29.8.2 → 29.8.3

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 +10 -0
  2. package/package.json +2 -2
package/ChangeLog CHANGED
@@ -1,3 +1,13 @@
1
+ 2023.05.18, v29.8.3
2
+
3
+ feature:
4
+ - ad66fa1d8 package: @putout/plugin-convert-to-arrow-function v4.0.0
5
+ - 64a31d1d7 @putout/plugin-convert-to-arrow-function: add support of FunctionExpression used as argument of CallExpression
6
+ - db759c2c1 @putout/plugin-convert-to-arrow-function: use @putout/printer
7
+ - 654ce7a18 @putout/plugin-convert-to-arrow-function: drop support of node < 16
8
+ - b98a62bb7 @putout/plugin-convert-to-arrow-function: report
9
+ - 33064b8c1 @putout/plugin-minify: types: typeof not equal
10
+
1
11
  2023.05.18, v29.8.2
2
12
 
3
13
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "29.8.2",
3
+ "version": "29.8.3",
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",
@@ -93,7 +93,7 @@
93
93
  "@putout/plugin-convert-object-entries-to-array-entries": "^1.0.0",
94
94
  "@putout/plugin-convert-quotes-to-backticks": "^2.0.0",
95
95
  "@putout/plugin-convert-template-to-string": "^1.0.0",
96
- "@putout/plugin-convert-to-arrow-function": "^3.0.0",
96
+ "@putout/plugin-convert-to-arrow-function": "^4.0.0",
97
97
  "@putout/plugin-declare": "^1.0.1",
98
98
  "@putout/plugin-declare-before-reference": "^2.0.0",
99
99
  "@putout/plugin-declare-imports-first": "^2.0.0",