putout 40.6.2 → 40.7.0

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 (3) hide show
  1. package/ChangeLog +12 -0
  2. package/package.json +2 -1
  3. package/putout.json +1 -0
package/ChangeLog CHANGED
@@ -1,3 +1,15 @@
1
+ 2025.08.28, v40.7.0
2
+
3
+ fix:
4
+ - d1ec24cb1 @putout/plugin-minify: convert-let-to-var-inside-label -> convert-l
5
+ - 21a971c40 @putout/plugin-minify: merge-variables: no loc
6
+ - 1eadf70ed @putout/plugin-minify: merge-variables: no-use-before-declare
7
+
8
+ feature:
9
+ - b34698167 @putout/plugin-convert-object-entries-to-object-keys: add
10
+ - 8b9fa1570 @putout/plugin-minify: convert-let-to-var-inside-label: add
11
+ - 0facf1191 @putout/pugin-minify: merge-variables: declared in next line
12
+
1
13
  2025.08.25, v40.6.2
2
14
 
3
15
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "40.6.2",
3
+ "version": "40.7.0",
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",
@@ -107,6 +107,7 @@
107
107
  "@putout/plugin-convert-expression-to-params": "^1.0.0",
108
108
  "@putout/plugin-convert-index-of-to-includes": "^2.0.0",
109
109
  "@putout/plugin-convert-object-assign-to-merge-spread": "^6.0.0",
110
+ "@putout/plugin-convert-object-entries-to-object-keys": "^1.0.0",
110
111
  "@putout/plugin-convert-object-entries-to-array-entries": "^3.0.0",
111
112
  "@putout/plugin-convert-quotes-to-backticks": "^5.0.0",
112
113
  "@putout/plugin-convert-template-to-string": "^3.0.0",
package/putout.json CHANGED
@@ -254,6 +254,7 @@
254
254
  "convert-concat-to-flat",
255
255
  "convert-arguments-to-rest",
256
256
  "convert-object-assign-to-merge-spread",
257
+ "convert-object-entries-to-object-keys",
257
258
  "convert-to-arrow-function",
258
259
  "convert-array-copy-to-slice",
259
260
  "convert-template-to-string",