putout 40.0.5 → 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.
- package/ChangeLog +10 -0
- package/package.json +2 -2
package/ChangeLog
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
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
|
+
|
|
1
11
|
2025.04.15, v40.0.5
|
|
2
12
|
|
|
3
13
|
fix:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "40.0.
|
|
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",
|
|
@@ -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": "^
|
|
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",
|