putout 28.14.0 → 28.15.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.
- package/ChangeLog +8 -0
- package/package.json +2 -2
package/ChangeLog
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
2023.02.03, v28.15.0
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- package: @putout/plugin-promises v9.0.0
|
|
5
|
+
- @putout/plugin-promises: drop support of 🐊 < 28
|
|
6
|
+
- @putout/plugin-promises: apply-top-level-await: report: improve message
|
|
7
|
+
- @putout/plugin-promises: apply-top-level-await: exclude not async parent functions
|
|
8
|
+
|
|
1
9
|
2023.02.02, v28.14.0
|
|
2
10
|
|
|
3
11
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "28.
|
|
3
|
+
"version": "28.15.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",
|
|
@@ -123,7 +123,7 @@
|
|
|
123
123
|
"@putout/plugin-nodejs": "^5.0.0",
|
|
124
124
|
"@putout/plugin-npmignore": "^2.0.0",
|
|
125
125
|
"@putout/plugin-package-json": "^4.0.0",
|
|
126
|
-
"@putout/plugin-promises": "^
|
|
126
|
+
"@putout/plugin-promises": "^9.0.0",
|
|
127
127
|
"@putout/plugin-putout": "^11.0.0",
|
|
128
128
|
"@putout/plugin-putout-config": "^2.0.0",
|
|
129
129
|
"@putout/plugin-regexp": "^6.0.0",
|