putout 41.13.1 → 41.13.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 +12 -0
  2. package/package.json +2 -2
package/ChangeLog CHANGED
@@ -1,3 +1,15 @@
1
+ 2026.01.28, v41.13.2
2
+
3
+ feature:
4
+ - 521adad13 putout: @putout/cli-choose-formatter v6.0.0
5
+ - 36713081a @putout/cli-choose-formatter: drop support of 🐊 < 41
6
+ - 03eb85511 @putout/cli-choose-formatter: @putout/cli-choose v4.0.0
7
+ - 52e6a4845 @putout/cli-choose: drop support of node < 22
8
+ - 03e884d58 @putout/cli-choose: drop support of node < 22
9
+ - 347e03733 @putout/processor-json: reuse isJSON from @putout/operator-json
10
+ - e61b1c26a @putout/processor-toml: improve formatting
11
+ - c575a6889 @putout/operator-json: isJSONGroup: add
12
+
1
13
  2026.01.28, v41.13.1
2
14
 
3
15
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "41.13.1",
3
+ "version": "41.13.2",
4
4
  "type": "module",
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",
@@ -51,7 +51,7 @@
51
51
  "dependencies": {
52
52
  "@putout/babel": "^5.0.0",
53
53
  "@putout/cli-cache": "^6.0.0",
54
- "@putout/cli-choose-formatter": "^5.0.0",
54
+ "@putout/cli-choose-formatter": "^6.0.0",
55
55
  "@putout/cli-keypress": "^4.0.0",
56
56
  "@putout/cli-match": "^3.0.0",
57
57
  "@putout/cli-process-file": "^6.0.0",