putout 32.8.0 → 32.10.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 +19 -0
- package/package.json +5 -4
package/ChangeLog
CHANGED
|
@@ -1,3 +1,22 @@
|
|
|
1
|
+
2023.10.30, v32.10.0
|
|
2
|
+
|
|
3
|
+
fix:
|
|
4
|
+
- 38cdac940 @putout/formatter-time: color: more clear
|
|
5
|
+
|
|
6
|
+
feature:
|
|
7
|
+
- b5ae16bcd package: @putout/cli-keypress v2.0.0
|
|
8
|
+
- 69050e756 package: ci-info v4.0.0
|
|
9
|
+
- 68ad000eb @putout/cli-keypress: drop support of node < 16
|
|
10
|
+
- cb59e6428 package: ci-info v4.0.0
|
|
11
|
+
- 2f88af0a2 package: picomatch v3.0.1
|
|
12
|
+
- 6ef1bc387 @putout/plugin-madrun: remove-useless-array-in-run: not string
|
|
13
|
+
- 18ab7efbf @putout/plugin-madrun: add remove-useless-array-in-run
|
|
14
|
+
|
|
15
|
+
2023.10.29, v32.9.0
|
|
16
|
+
|
|
17
|
+
feature:
|
|
18
|
+
- ac81b0d52 package: @putout/formatter-time v1.0.1
|
|
19
|
+
|
|
1
20
|
2023.10.28, v32.8.0
|
|
2
21
|
|
|
3
22
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "32.
|
|
3
|
+
"version": "32.10.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",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"dependencies": {
|
|
46
46
|
"@putout/babel": "^1.0.0",
|
|
47
47
|
"@putout/cli-cache": "^2.0.1",
|
|
48
|
-
"@putout/cli-keypress": "^
|
|
48
|
+
"@putout/cli-keypress": "^2.0.0",
|
|
49
49
|
"@putout/cli-match": "^2.0.0",
|
|
50
50
|
"@putout/cli-ruler": "^3.0.0",
|
|
51
51
|
"@putout/cli-staged": "^1.0.0",
|
|
@@ -65,6 +65,7 @@
|
|
|
65
65
|
"@putout/formatter-progress": "^4.0.0",
|
|
66
66
|
"@putout/formatter-progress-bar": "^3.0.0",
|
|
67
67
|
"@putout/formatter-stream": "^4.0.0",
|
|
68
|
+
"@putout/formatter-time": "^1.0.1",
|
|
68
69
|
"@putout/operate": "^11.0.0",
|
|
69
70
|
"@putout/operator-add-args": "^7.0.0",
|
|
70
71
|
"@putout/operator-declare": "^8.0.0",
|
|
@@ -171,7 +172,7 @@
|
|
|
171
172
|
"@putout/traverse": "^9.0.0",
|
|
172
173
|
"ajv": "^8.8.2",
|
|
173
174
|
"chalk": "^4.0.0",
|
|
174
|
-
"ci-info": "^
|
|
175
|
+
"ci-info": "^4.0.0",
|
|
175
176
|
"debug": "^4.1.1",
|
|
176
177
|
"deepmerge": "^4.0.0",
|
|
177
178
|
"escalade": "^3.1.1",
|
|
@@ -182,7 +183,7 @@
|
|
|
182
183
|
"is-relative": "^1.0.0",
|
|
183
184
|
"nano-memoize": "^3.0.11",
|
|
184
185
|
"once": "^1.4.0",
|
|
185
|
-
"picomatch": "^
|
|
186
|
+
"picomatch": "^3.0.1",
|
|
186
187
|
"try-catch": "^3.0.0",
|
|
187
188
|
"try-to-catch": "^3.0.0",
|
|
188
189
|
"wraptile": "^3.0.0",
|