putout 42.0.19 → 42.0.20

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 +17 -0
  2. package/package.json +7 -7
package/ChangeLog CHANGED
@@ -1,3 +1,20 @@
1
+ 2026.02.28, v42.0.20
2
+
3
+ feature:
4
+ - 0a5381dc0 putout: @putout/formatter-stream v7.0.0
5
+ - c99b7b61f @putout/formatter-stream: chalk -> styleText
6
+ - b35817221 putout: @putout/formatter-progress v7.0.0
7
+ - d61400030 @putout/formatter-progress: drop support of 🐊 < 42
8
+ - f03044b18 putout: @putout/formatter-time v5.0.0
9
+ - ebca8cdd6 @putout/formatter-time: drop support of 🐊 < 42
10
+ - d1b641185 putout: @putout/formatter-progress-bar v6.0.0
11
+ - 80eb62efd @putout/formatter-progress-bar: drop support of 🐊 < 42
12
+ - 70de5d9ab putout: @putout/formatter-memory v6.0.0
13
+ - 9c3881239 putout: @putout/formatter-dump v7.0.0
14
+ - a88b2e92d @putout/formatter-memory: drop support of 🐊 < 42
15
+ - 5b3691143 @putout/formatter-dump: drop support of 🐊 < 42
16
+ - 746f4aad9 @putout/plugin-nodejs: apply-style-text: add
17
+
1
18
  2026.02.27, v42.0.19
2
19
 
3
20
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "42.0.19",
3
+ "version": "42.0.20",
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",
@@ -65,15 +65,15 @@
65
65
  "@putout/engine-reporter": "^8.0.2",
66
66
  "@putout/engine-runner": "^28.0.0",
67
67
  "@putout/formatter-codeframe": "^10.0.0",
68
- "@putout/formatter-dump": "^6.0.0",
68
+ "@putout/formatter-dump": "^7.0.0",
69
69
  "@putout/formatter-frame": "^9.0.0",
70
70
  "@putout/formatter-json": "^3.0.0",
71
71
  "@putout/formatter-json-lines": "^4.0.0",
72
- "@putout/formatter-memory": "^5.0.0",
73
- "@putout/formatter-progress": "^6.0.0",
74
- "@putout/formatter-progress-bar": "^5.0.0",
75
- "@putout/formatter-stream": "^6.0.0",
76
- "@putout/formatter-time": "^4.0.0",
72
+ "@putout/formatter-memory": "^6.0.0",
73
+ "@putout/formatter-progress": "^7.0.0",
74
+ "@putout/formatter-progress-bar": "^6.0.0",
75
+ "@putout/formatter-stream": "^7.0.0",
76
+ "@putout/formatter-time": "^5.0.0",
77
77
  "@putout/operate": "^15.0.0",
78
78
  "@putout/operator-add-args": "^15.0.0",
79
79
  "@putout/operator-declare": "^16.0.0",