putout 32.2.2 → 32.3.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 +9 -0
- package/package.json +2 -2
- package/putout.json +2 -1
package/ChangeLog
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
2023.10.18, v32.3.0
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- 3ea09d3e4 package: @putout/plugin-github v9.0.0
|
|
5
|
+
- e3f59eb58 @putout/plugin-github: add support of node v21 (https://nodejs.org/en/blog/release/v21.0.0)
|
|
6
|
+
- b42197212 @putout/plugin-github: drop support of 🐊 < 27
|
|
7
|
+
- b72e8bb06 package: estree-to-babel v8.0.0
|
|
8
|
+
- ef3a2da61 @putout/engine-loader: parse-ruels: tuple of two elements: boolean (coderaiser/minify#114)
|
|
9
|
+
|
|
1
10
|
2023.10.12, v32.2.2
|
|
2
11
|
|
|
3
12
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "32.
|
|
3
|
+
"version": "32.3.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,7 +102,7 @@
|
|
|
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
108
|
"@putout/plugin-madrun": "^16.0.0",
|