putout 40.0.4 → 40.0.6

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 +20 -0
  2. package/package.json +3 -3
package/ChangeLog CHANGED
@@ -1,3 +1,23 @@
1
+ 2025.04.16, v40.0.6
2
+
3
+ fix:
4
+ - fe72c7142 @putout/plugin-esm: resolve-imported-file: rename
5
+ - e64e93ccd @putout/plugin-putout: apply-exports: off
6
+
7
+ feature:
8
+ - ea8f874c6 putout: @putout/plugin-return v2.0.0
9
+ - 766298d13 @putout/plugin-return: convert to ESM
10
+
11
+ 2025.04.15, v40.0.5
12
+
13
+ fix:
14
+ - a02d1ceb6 @putout/plugin-convert-quotes-to-backtics: esm
15
+
16
+ feature:
17
+ - bcc141e41 putout: @putout/plugin-convert-quotes-to-backticks v5.0.0
18
+ - 18cc92029 @putout/plugin-convert-quotes-to-backticks: convert to ESM
19
+ - 2d1387d9c @putout/plugin-convert-quotes-to-backticks: exclude: backtick
20
+
1
21
  2025.04.14, v40.0.4
2
22
 
3
23
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "40.0.4",
3
+ "version": "40.0.6",
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",
@@ -108,7 +108,7 @@
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
110
  "@putout/plugin-convert-object-entries-to-array-entries": "^3.0.0",
111
- "@putout/plugin-convert-quotes-to-backticks": "^4.0.1",
111
+ "@putout/plugin-convert-quotes-to-backticks": "^5.0.0",
112
112
  "@putout/plugin-convert-template-to-string": "^2.0.0",
113
113
  "@putout/plugin-convert-to-arrow-function": "^4.0.0",
114
114
  "@putout/plugin-coverage": "^1.0.0",
@@ -174,7 +174,7 @@
174
174
  "@putout/plugin-remove-useless-spread": "^12.0.0",
175
175
  "@putout/plugin-remove-useless-template-expressions": "^2.0.0",
176
176
  "@putout/plugin-remove-useless-variables": "^13.0.0",
177
- "@putout/plugin-return": "^1.0.0",
177
+ "@putout/plugin-return": "^2.0.0",
178
178
  "@putout/plugin-reuse-duplicate-init": "^7.0.0",
179
179
  "@putout/plugin-simplify-ternary": "^7.0.0",
180
180
  "@putout/plugin-split-call-with-destructuring": "^1.0.0",