@serenity-js/console-reporter 3.37.0 → 3.37.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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [3.37.2](https://github.com/serenity-js/serenity-js/compare/v3.37.1...v3.37.2) (2026-01-23)
7
+
8
+ **Note:** Version bump only for package @serenity-js/console-reporter
9
+
10
+
11
+
12
+
13
+
14
+ ## [3.37.1](https://github.com/serenity-js/serenity-js/compare/v3.37.0...v3.37.1) (2025-12-16)
15
+
16
+ **Note:** Version bump only for package @serenity-js/console-reporter
17
+
18
+
19
+
20
+
21
+
6
22
  # [3.37.0](https://github.com/serenity-js/serenity-js/compare/v3.36.2...v3.37.0) (2025-12-02)
7
23
 
8
24
  **Note:** Version bump only for package @serenity-js/console-reporter
package/README.md CHANGED
@@ -198,4 +198,4 @@ and priority help in the [Discussions Forum](https://github.com/orgs/serenity-js
198
198
 
199
199
  For corporate sponsorship or commercial support, please contact [Jan Molak](https://www.linkedin.com/in/janmolak/).
200
200
 
201
- [![GitHub Sponsors](https://img.shields.io/badge/Support%20@serenity%2FJS-703EC8?style=for-the-badge&logo=github&logoColor=white)](https://github.com/sponsors/serenity-js).
201
+ [![GitHub Sponsors](https://img.shields.io/badge/Support%20@serenity%2FJS-703EC8?style=for-the-badge&logo=github&logoColor=white)](https://github.com/sponsors/serenity-js)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@serenity-js/console-reporter",
3
- "version": "3.37.0",
3
+ "version": "3.37.2",
4
4
  "description": "Serenity/JS console reporter that displays test results directly in the standard output",
5
5
  "author": {
6
6
  "name": "Jan Molak",
@@ -49,7 +49,7 @@
49
49
  "node": "^20 || ^22 || ^24"
50
50
  },
51
51
  "dependencies": {
52
- "@serenity-js/core": "3.37.0",
52
+ "@serenity-js/core": "3.37.2",
53
53
  "chalk": "4.1.2",
54
54
  "tiny-types": "1.24.3"
55
55
  },
@@ -63,5 +63,5 @@
63
63
  "ts-node": "10.9.2",
64
64
  "typescript": "5.9.3"
65
65
  },
66
- "gitHead": "dae146cd99a04f09b5926fb9d3205af562fa2927"
66
+ "gitHead": "5544cfdbfd7f3c4d3bb4e492b5d2f233eb5e3a79"
67
67
  }