putout 30.4.0 → 30.4.1
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/ChangeLog
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
2023.07.13, v30.4.1
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- 5f1993c4f package: @putout/plugin-github v6.0.0
|
|
5
|
+
- e083d0791 @putout/plugin-github: createUsesFixer -> setVersion
|
|
6
|
+
- d3c2517b9 @putout/plugin-github: drop support of 🐊 < 30
|
|
7
|
+
- 6bfe1c4ce @putout/plugin-github: add-continue-on-error: coveralls, add-and-commit
|
|
8
|
+
- b3e64ff7e eslint-plugin-putout: single-property-destructuring: exclude computed
|
|
9
|
+
|
|
1
10
|
2023.07.12, v30.4.0
|
|
2
11
|
|
|
3
12
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "30.4.
|
|
3
|
+
"version": "30.4.1",
|
|
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": "^2.0.0",
|
|
105
|
-
"@putout/plugin-github": "^
|
|
105
|
+
"@putout/plugin-github": "^6.0.0",
|
|
106
106
|
"@putout/plugin-gitignore": "^3.0.0",
|
|
107
107
|
"@putout/plugin-logical-expressions": "^2.0.0",
|
|
108
108
|
"@putout/plugin-madrun": "^15.0.0",
|