putout 31.0.8 → 31.1.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 +13 -0
- package/package.json +3 -3
package/ChangeLog
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
2023.08.13, v31.1.0
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- 42ee1f5f5 package: @putout/plugin-github v7.0.0
|
|
5
|
+
- e6f68b0ef @putout/plugin-github: drop support of 🐊 < 31
|
|
6
|
+
- 78a4419b6 @putout/plugin-github: use traverseProperties from @putout/operate
|
|
7
|
+
- 49e299be6 package: @putout/plugin-putout v14.0.0
|
|
8
|
+
- 6fd1c6232 @putout/plugin-putout: drop support of 🐊 < 31
|
|
9
|
+
- 90135988c @putout/plugin-putout: declare: add traverseProperties
|
|
10
|
+
- 41df7e405 @putout/operate: traverseProperties: add
|
|
11
|
+
- f1365ddef @putout/plugin-madrun: set-lint-dot: report: using -> with
|
|
12
|
+
- 691bf3b61 @putout/plugin-madrun: set-lint-dot: report
|
|
13
|
+
|
|
1
14
|
2023.08.12, v31.0.8
|
|
2
15
|
|
|
3
16
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "31.0
|
|
3
|
+
"version": "31.1.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",
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
"@putout/plugin-extract-object-properties": "^9.0.0",
|
|
102
102
|
"@putout/plugin-extract-sequence-expressions": "^3.0.0",
|
|
103
103
|
"@putout/plugin-for-of": "^2.0.0",
|
|
104
|
-
"@putout/plugin-github": "^
|
|
104
|
+
"@putout/plugin-github": "^7.0.0",
|
|
105
105
|
"@putout/plugin-gitignore": "^3.0.0",
|
|
106
106
|
"@putout/plugin-logical-expressions": "^4.0.0",
|
|
107
107
|
"@putout/plugin-madrun": "^16.0.0",
|
|
@@ -117,7 +117,7 @@
|
|
|
117
117
|
"@putout/plugin-npmignore": "^2.0.0",
|
|
118
118
|
"@putout/plugin-package-json": "^5.0.0",
|
|
119
119
|
"@putout/plugin-promises": "^11.0.0",
|
|
120
|
-
"@putout/plugin-putout": "^
|
|
120
|
+
"@putout/plugin-putout": "^14.0.0",
|
|
121
121
|
"@putout/plugin-putout-config": "^3.0.0",
|
|
122
122
|
"@putout/plugin-regexp": "^7.0.0",
|
|
123
123
|
"@putout/plugin-remove-console": "^6.0.0",
|