putout 40.2.4 → 40.2.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 +15 -0
- package/package.json +3 -3
package/ChangeLog
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
2025.05.29, v40.2.6
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- 1798c9f63 putout: @putout/plugin-promises v18.0.0
|
|
5
|
+
- d29e9838b @putout/plugin-promises: drop support of 🐊 < 40
|
|
6
|
+
- 972db92fe @putout/plugin-promises: apply-top-level-await: get rid of fullstore
|
|
7
|
+
- 79ee8d323 @putout/plugin-esm: remove-useless-export-specifier: exclude declare
|
|
8
|
+
- e0e8bcecc @putout/plugin-esm: remove-useless-export-specifier: exclude namespace
|
|
9
|
+
- 0a18cadd7 @putout/plugin-esm: remove-useless-export-specifier: exclude source
|
|
10
|
+
|
|
11
|
+
2025.05.28, v40.2.5
|
|
12
|
+
|
|
13
|
+
feature:
|
|
14
|
+
- 84d60e8ab putout: yargs-parser v22.0.0
|
|
15
|
+
|
|
1
16
|
2025.05.28, v40.2.4
|
|
2
17
|
|
|
3
18
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "40.2.
|
|
3
|
+
"version": "40.2.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",
|
|
@@ -138,7 +138,7 @@
|
|
|
138
138
|
"@putout/plugin-optional-chaining": "^2.0.0",
|
|
139
139
|
"@putout/plugin-package-json": "^9.0.0",
|
|
140
140
|
"@putout/plugin-parens": "^3.0.0",
|
|
141
|
-
"@putout/plugin-promises": "^
|
|
141
|
+
"@putout/plugin-promises": "^18.0.0",
|
|
142
142
|
"@putout/plugin-putout": "^25.0.0",
|
|
143
143
|
"@putout/plugin-putout-config": "^10.0.0",
|
|
144
144
|
"@putout/plugin-regexp": "^11.0.0",
|
|
@@ -210,7 +210,7 @@
|
|
|
210
210
|
"try-catch": "^3.0.0",
|
|
211
211
|
"try-to-catch": "^3.0.0",
|
|
212
212
|
"wraptile": "^3.0.0",
|
|
213
|
-
"yargs-parser": "^
|
|
213
|
+
"yargs-parser": "^22.0.0"
|
|
214
214
|
},
|
|
215
215
|
"keywords": [
|
|
216
216
|
"ast",
|