putout 41.13.1 → 41.13.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 +19 -0
  2. package/package.json +3 -3
package/ChangeLog CHANGED
@@ -1,3 +1,22 @@
1
+ 2026.01.28, v41.13.3
2
+
3
+ feature:
4
+ - f16ba9d54 putout: @putout/plugin-remove-debugger v8.0.0
5
+ - 1e9888388 @putout/plugin-remove-debugger: drop support of 🐊 < 41
6
+ - 64f7e77d8 @putout/plugin-remove-debugger: migrate to ESM
7
+
8
+ 2026.01.28, v41.13.2
9
+
10
+ feature:
11
+ - 521adad13 putout: @putout/cli-choose-formatter v6.0.0
12
+ - 36713081a @putout/cli-choose-formatter: drop support of 🐊 < 41
13
+ - 03eb85511 @putout/cli-choose-formatter: @putout/cli-choose v4.0.0
14
+ - 52e6a4845 @putout/cli-choose: drop support of node < 22
15
+ - 03e884d58 @putout/cli-choose: drop support of node < 22
16
+ - 347e03733 @putout/processor-json: reuse isJSON from @putout/operator-json
17
+ - e61b1c26a @putout/processor-toml: improve formatting
18
+ - c575a6889 @putout/operator-json: isJSONGroup: add
19
+
1
20
  2026.01.28, v41.13.1
2
21
 
3
22
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "41.13.1",
3
+ "version": "41.13.3",
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",
@@ -138,7 +138,7 @@
138
138
  "@putout/plugin-putout-config": "^11.0.0",
139
139
  "@putout/plugin-regexp": "^13.0.0",
140
140
  "@putout/plugin-remove-console": "^6.0.0",
141
- "@putout/plugin-remove-debugger": "^7.0.0",
141
+ "@putout/plugin-remove-debugger": "^8.0.0",
142
142
  "@putout/plugin-remove-duplicate-case": "^3.0.0",
143
143
  "@putout/plugin-remove-duplicate-keys": "^8.0.0",
144
144
  "@putout/plugin-remove-empty": "^15.0.0",