putout 29.1.10 → 29.1.11

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.
package/ChangeLog CHANGED
@@ -1,3 +1,12 @@
1
+ 2023.03.30, v29.1.11
2
+
3
+ feature:
4
+ - a1f3ef403 @putout/plugin-convert-object-entries-to-array-entries: exclude index with different name
5
+ - 3cb0b1a42 @putout/plugin-convert-object-entries-to-array-entries: exclude '=='
6
+ - 1ece7961b @putout/plugin-convert-object-entries-to-array-entries: add
7
+ - 17d9a6968 @putout/plugin-math: declare: add
8
+ - d2e27da98 eslint-plugin-putout: json: eol-last: off -> never
9
+
1
10
  2023.03.29, v29.1.10
2
11
 
3
12
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "29.1.10",
3
+ "version": "29.1.11",
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",
@@ -90,6 +90,7 @@
90
90
  "@putout/plugin-convert-index-of-to-includes": "^2.0.0",
91
91
  "@putout/plugin-convert-mock-require-to-mock-import": "^4.0.0",
92
92
  "@putout/plugin-convert-object-assign-to-merge-spread": "^6.0.0",
93
+ "@putout/plugin-convert-object-entries-to-array-entries": "^1.0.0",
93
94
  "@putout/plugin-convert-quotes-to-backticks": "^2.0.0",
94
95
  "@putout/plugin-convert-template-to-string": "^1.0.0",
95
96
  "@putout/plugin-convert-to-arrow-function": "^3.0.0",
package/putout.json CHANGED
@@ -199,6 +199,7 @@
199
199
  "convert-assignment-to-arrow-function",
200
200
  "convert-assignment-to-comparison",
201
201
  "convert-quotes-to-backticks",
202
+ "convert-object-entries-to-array-entries",
202
203
  "merge-destructuring-properties",
203
204
  "merge-duplicate-imports",
204
205
  "merge-duplicate-functions",