putout 30.0.0 → 30.0.2
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 +31 -0
- package/package.json +8 -8
package/ChangeLog
CHANGED
|
@@ -1,3 +1,34 @@
|
|
|
1
|
+
2023.07.05, v30.0.2
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- df1157183 package: @putout/traverse v7.0.0
|
|
5
|
+
- a2c5dd3b4 package: @putout/operator-declare v6.0.1
|
|
6
|
+
- 216ac14b1 package: @putout/operator-declare v6.0.1
|
|
7
|
+
- b00932964 @putout/operator-declare: drop support of 🐊 < 30
|
|
8
|
+
- dca08be14 package: @putout/engine-parser v7.0.0
|
|
9
|
+
- 92f16e9d5 package: @putout/operator-add-args v5.0.0
|
|
10
|
+
- bc413cbab package: @putout/engine-parser v7.0.0
|
|
11
|
+
- d041537e1 @putout/operator-add-args: drop support of 🐊 < 30
|
|
12
|
+
- dc709ddc9 package: @putout/engine-runner v17.0.0
|
|
13
|
+
- 0b9150e9b package: @putout/compare v11.0.0
|
|
14
|
+
- 932bdd0f5 package: @putout/compare v11.0.0
|
|
15
|
+
- eac3c05e3 package: @putout/compare v11.0.0
|
|
16
|
+
- 4ea8a0616 package: @putout/compare v11.0.0
|
|
17
|
+
- 1506b30d6 package: @putout/compare v11.0.0
|
|
18
|
+
- d854492cc package: @putout/engine-parser v7.0.0
|
|
19
|
+
- b36c50245 package: @putout/engine-parser v7.0.0
|
|
20
|
+
- f7111df33 package: @putout/engine-parser v7.0.0
|
|
21
|
+
- 059bc4f7c package: @putout/engine-parser v7.0.0
|
|
22
|
+
- 642d38cb5 package: @putout/engine-parser v7.0.0
|
|
23
|
+
- 5f5056621 package: hermes-parser v0.14.0
|
|
24
|
+
- 3f47af6fa @putout/engine-parser: use @putout/printer by default
|
|
25
|
+
|
|
26
|
+
2023.07.05, v30.0.1
|
|
27
|
+
|
|
28
|
+
feature:
|
|
29
|
+
- 193b30bd3 package: @putout/plugin-promises v11.0.0
|
|
30
|
+
- c77ac8e69 @putout/plugin-promises: drop support of 🐊 < 30
|
|
31
|
+
|
|
1
32
|
2023.07.05, v30.0.0
|
|
2
33
|
|
|
3
34
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "30.0.
|
|
3
|
+
"version": "30.0.2",
|
|
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",
|
|
@@ -52,11 +52,11 @@
|
|
|
52
52
|
"@putout/cli-ruler": "^3.0.0",
|
|
53
53
|
"@putout/cli-staged": "^1.0.0",
|
|
54
54
|
"@putout/cli-validate-args": "^1.0.0",
|
|
55
|
-
"@putout/compare": "^
|
|
55
|
+
"@putout/compare": "^11.0.0",
|
|
56
56
|
"@putout/engine-loader": "^9.0.0",
|
|
57
|
-
"@putout/engine-parser": "^
|
|
57
|
+
"@putout/engine-parser": "^7.0.0",
|
|
58
58
|
"@putout/engine-processor": "^7.0.0",
|
|
59
|
-
"@putout/engine-runner": "^
|
|
59
|
+
"@putout/engine-runner": "^17.0.0",
|
|
60
60
|
"@putout/eslint": "^2.0.0",
|
|
61
61
|
"@putout/formatter-codeframe": "^4.0.0",
|
|
62
62
|
"@putout/formatter-dump": "^4.0.0",
|
|
@@ -68,8 +68,8 @@
|
|
|
68
68
|
"@putout/formatter-progress-bar": "^3.0.0",
|
|
69
69
|
"@putout/formatter-stream": "^4.0.0",
|
|
70
70
|
"@putout/operate": "^8.0.0",
|
|
71
|
-
"@putout/operator-add-args": "^
|
|
72
|
-
"@putout/operator-declare": "^
|
|
71
|
+
"@putout/operator-add-args": "^5.0.0",
|
|
72
|
+
"@putout/operator-declare": "^6.0.1",
|
|
73
73
|
"@putout/operator-regexp": "^1.0.0",
|
|
74
74
|
"@putout/plugin-apply-at": "^1.0.0",
|
|
75
75
|
"@putout/plugin-apply-destructuring": "^7.0.0",
|
|
@@ -117,7 +117,7 @@
|
|
|
117
117
|
"@putout/plugin-nodejs": "^6.0.0",
|
|
118
118
|
"@putout/plugin-npmignore": "^2.0.0",
|
|
119
119
|
"@putout/plugin-package-json": "^5.0.0",
|
|
120
|
-
"@putout/plugin-promises": "^
|
|
120
|
+
"@putout/plugin-promises": "^11.0.0",
|
|
121
121
|
"@putout/plugin-putout": "^12.0.0",
|
|
122
122
|
"@putout/plugin-putout-config": "^3.0.0",
|
|
123
123
|
"@putout/plugin-regexp": "^7.0.0",
|
|
@@ -169,7 +169,7 @@
|
|
|
169
169
|
"@putout/processor-json": "^6.0.0",
|
|
170
170
|
"@putout/processor-markdown": "^9.0.0",
|
|
171
171
|
"@putout/processor-yaml": "^5.0.0",
|
|
172
|
-
"@putout/traverse": "^
|
|
172
|
+
"@putout/traverse": "^7.0.0",
|
|
173
173
|
"ajv": "^8.8.2",
|
|
174
174
|
"chalk": "^4.0.0",
|
|
175
175
|
"ci-info": "^3.1.1",
|