putout 31.8.1 → 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.
Files changed (2) hide show
  1. package/ChangeLog +21 -0
  2. package/package.json +3 -3
package/ChangeLog CHANGED
@@ -1,3 +1,24 @@
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
+
12
+ 2023.09.03, v31.8.2
13
+
14
+ feature:
15
+ - 0fabbcfa0 package: @putout/processor-json v7.0.0
16
+ - 8ecdff05c @putout/processor-json: rm peerDependencies
17
+ - 8c83f79f1 @putout/processor-json: add is-json
18
+ - 4e6f75057 @putout/plugin-printer: remove-args: print.breakline()
19
+ - e20da190d @putout/plugin-printer: drop support of 🐊 < 31
20
+ - c4da43a67 @putout/plugin-printer: remove-args: print.linebreak()
21
+
1
22
  2023.08.31, v31.8.1
2
23
 
3
24
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "31.8.1",
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",
@@ -165,9 +165,9 @@
165
165
  "@putout/processor-css": "^7.0.0",
166
166
  "@putout/processor-ignore": "^4.0.0",
167
167
  "@putout/processor-javascript": "^5.0.0",
168
- "@putout/processor-json": "^6.0.0",
168
+ "@putout/processor-json": "^7.0.0",
169
169
  "@putout/processor-markdown": "^10.0.0",
170
- "@putout/processor-yaml": "^5.0.0",
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",