putout 32.2.2 → 32.4.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 +16 -0
- package/package.json +3 -3
- package/putout.json +2 -1
package/ChangeLog
CHANGED
|
@@ -1,3 +1,19 @@
|
|
|
1
|
+
2023.10.18, v32.4.0
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- 1d7370062 package: @putout/plugin-madrun v17.0.0
|
|
5
|
+
- c992e627d @putout/plugin-madrun: convert-args-to-scripts: add
|
|
6
|
+
- c6051f5c6 @putout/plugin-madrun: drop support of 🐊 < 32
|
|
7
|
+
|
|
8
|
+
2023.10.18, v32.3.0
|
|
9
|
+
|
|
10
|
+
feature:
|
|
11
|
+
- 3ea09d3e4 package: @putout/plugin-github v9.0.0
|
|
12
|
+
- e3f59eb58 @putout/plugin-github: add support of node v21 (https://nodejs.org/en/blog/release/v21.0.0)
|
|
13
|
+
- b42197212 @putout/plugin-github: drop support of 🐊 < 27
|
|
14
|
+
- b72e8bb06 package: estree-to-babel v8.0.0
|
|
15
|
+
- ef3a2da61 @putout/engine-loader: parse-ruels: tuple of two elements: boolean (coderaiser/minify#114)
|
|
16
|
+
|
|
1
17
|
2023.10.12, v32.2.2
|
|
2
18
|
|
|
3
19
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "32.
|
|
3
|
+
"version": "32.4.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",
|
|
@@ -102,10 +102,10 @@
|
|
|
102
102
|
"@putout/plugin-extract-object-properties": "^9.0.0",
|
|
103
103
|
"@putout/plugin-extract-sequence-expressions": "^3.0.0",
|
|
104
104
|
"@putout/plugin-for-of": "^3.0.0",
|
|
105
|
-
"@putout/plugin-github": "^
|
|
105
|
+
"@putout/plugin-github": "^9.0.0",
|
|
106
106
|
"@putout/plugin-gitignore": "^3.0.0",
|
|
107
107
|
"@putout/plugin-logical-expressions": "^4.0.0",
|
|
108
|
-
"@putout/plugin-madrun": "^
|
|
108
|
+
"@putout/plugin-madrun": "^17.0.0",
|
|
109
109
|
"@putout/plugin-math": "^2.0.0",
|
|
110
110
|
"@putout/plugin-maybe": "^1.0.0",
|
|
111
111
|
"@putout/plugin-merge-destructuring-properties": "^8.0.0",
|