putout 35.4.2 → 35.5.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 +17 -0
- package/package.json +7 -7
package/ChangeLog
CHANGED
|
@@ -1,3 +1,20 @@
|
|
|
1
|
+
2024.02.21, v35.5.0
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- c75701cca putout: @putout/formatter-codeframe v7.0.0
|
|
5
|
+
- 318018548 putout: @putout/formatter-dump v5.0.0
|
|
6
|
+
- 4f6c156fd putout: @putout/formatter-memory v4.0.0
|
|
7
|
+
- 6b427376a putout: @putout/formatter-stream v5.0.0
|
|
8
|
+
- 0ead84c00 putout: @putout/formatter-time v3.0.0
|
|
9
|
+
- d39f23d7a @putout/formatter-time: drop support of 🐊 < 35
|
|
10
|
+
- 6a5542799 @putout/formatter-stream: drop support of node < 18
|
|
11
|
+
- fdb412909 @putout/formatter-memory: drop support of node < 18
|
|
12
|
+
- 82e5dfb0a @putout/formatter-dump: drup support of node < 18
|
|
13
|
+
- 3aa3cfd1c @putout/formatter-codeframe: drop support of 🐊 < 35
|
|
14
|
+
- 6b9e79acd putout: chalk v5.3.0
|
|
15
|
+
- c21198c9d @putout/processor-html: drop support of 🐊 < 35
|
|
16
|
+
- 2a16b8d0b @putout/processor-html: @putout/processor-css v9.0.0
|
|
17
|
+
|
|
1
18
|
2024.02.17, v35.4.2
|
|
2
19
|
|
|
3
20
|
fix:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "35.
|
|
3
|
+
"version": "35.5.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",
|
|
@@ -65,16 +65,16 @@
|
|
|
65
65
|
"@putout/engine-reporter": "^1.0.0",
|
|
66
66
|
"@putout/engine-runner": "^21.0.0",
|
|
67
67
|
"@putout/eslint": "^3.0.0",
|
|
68
|
-
"@putout/formatter-codeframe": "^
|
|
69
|
-
"@putout/formatter-dump": "^
|
|
68
|
+
"@putout/formatter-codeframe": "^7.0.0",
|
|
69
|
+
"@putout/formatter-dump": "^5.0.0",
|
|
70
70
|
"@putout/formatter-frame": "^5.0.0",
|
|
71
71
|
"@putout/formatter-json": "^2.0.0",
|
|
72
72
|
"@putout/formatter-json-lines": "^3.0.0",
|
|
73
|
-
"@putout/formatter-memory": "^
|
|
73
|
+
"@putout/formatter-memory": "^4.0.0",
|
|
74
74
|
"@putout/formatter-progress": "^4.0.0",
|
|
75
75
|
"@putout/formatter-progress-bar": "^3.0.0",
|
|
76
|
-
"@putout/formatter-stream": "^
|
|
77
|
-
"@putout/formatter-time": "^
|
|
76
|
+
"@putout/formatter-stream": "^5.0.0",
|
|
77
|
+
"@putout/formatter-time": "^3.0.0",
|
|
78
78
|
"@putout/operate": "^12.0.0",
|
|
79
79
|
"@putout/operator-add-args": "^8.0.0",
|
|
80
80
|
"@putout/operator-declare": "^9.0.0",
|
|
@@ -183,7 +183,7 @@
|
|
|
183
183
|
"@putout/processor-yaml": "^8.0.0",
|
|
184
184
|
"@putout/traverse": "^10.0.0",
|
|
185
185
|
"ajv": "^8.8.2",
|
|
186
|
-
"chalk": "^
|
|
186
|
+
"chalk": "^5.3.0",
|
|
187
187
|
"ci-info": "^4.0.0",
|
|
188
188
|
"debug": "^4.1.1",
|
|
189
189
|
"deepmerge": "^4.0.0",
|