putout 31.8.2 → 31.8.3
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 +11 -0
- package/package.json +2 -2
package/ChangeLog
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
1
|
+
2023.09.04, v31.8.3
|
|
2
|
+
|
|
3
|
+
fix:
|
|
4
|
+
- cbbfda598 @putout/processor-json: prefix -> name
|
|
5
|
+
|
|
6
|
+
feature:
|
|
7
|
+
- 95130e258 package: @putout/processor-json v7.0.1
|
|
8
|
+
- 5deaf9283 package: @putout/processor-yaml v6.0.0
|
|
9
|
+
- 95183baac package: @putout/processor-json v7.0.1
|
|
10
|
+
- 759ca9f15 package: @putout/printer v4.1.0
|
|
11
|
+
|
|
1
12
|
2023.09.03, v31.8.2
|
|
2
13
|
|
|
3
14
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "31.8.
|
|
3
|
+
"version": "31.8.3",
|
|
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",
|
|
@@ -167,7 +167,7 @@
|
|
|
167
167
|
"@putout/processor-javascript": "^5.0.0",
|
|
168
168
|
"@putout/processor-json": "^7.0.0",
|
|
169
169
|
"@putout/processor-markdown": "^10.0.0",
|
|
170
|
-
"@putout/processor-yaml": "^
|
|
170
|
+
"@putout/processor-yaml": "^6.0.0",
|
|
171
171
|
"@putout/traverse": "^8.0.0",
|
|
172
172
|
"ajv": "^8.8.2",
|
|
173
173
|
"chalk": "^4.0.0",
|