putout 29.2.1 → 29.2.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.
Files changed (2) hide show
  1. package/ChangeLog +16 -0
  2. package/package.json +3 -3
package/ChangeLog CHANGED
@@ -1,3 +1,19 @@
1
+ 2023.04.07, v29.2.2
2
+
3
+ fix:
4
+ - d5cb1718d @putout/plugin-putout: create-test: add: array of tuples
5
+ - 85b44a414 @putout/test: noTransform: update source fixtures
6
+
7
+ feature:
8
+ - 69324e88f package: @putout/processor-ignore v4.0.0
9
+ - ad4ef3be2 package: @putout/processor-json v6.0.0
10
+ - a4abdc2ac eslint-plugin-putout: json: \n eof, markdown: never \n eof
11
+ - e9b093570 @putout/processor-json: drop support of 🐊 < 29
12
+ - 74889c2a7 @putout/processor-ignore: add \n at eof
13
+ - 892fb2a66 @putout/processor-json: add \n at eof
14
+ - 4f4042b31 @putout/printer: create-test: add
15
+ - df545f3dc @putout/operator-add-args: report quotes
16
+
1
17
  2023.04.06, v29.2.1
2
18
 
3
19
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "29.2.1",
3
+ "version": "29.2.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",
@@ -162,9 +162,9 @@
162
162
  "@putout/plugin-typescript": "^3.0.0",
163
163
  "@putout/plugin-webpack": "^2.0.0",
164
164
  "@putout/processor-css": "^6.0.0",
165
- "@putout/processor-ignore": "^3.0.0",
165
+ "@putout/processor-ignore": "^4.0.0",
166
166
  "@putout/processor-javascript": "^4.0.0",
167
- "@putout/processor-json": "^5.0.0",
167
+ "@putout/processor-json": "^6.0.0",
168
168
  "@putout/processor-markdown": "^8.0.0",
169
169
  "@putout/processor-yaml": "^4.0.0",
170
170
  "@putout/traverse": "^5.0.0",