@uuv/runner-commons 2.44.0 → 2.45.1

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
@@ -1,3 +1,24 @@
1
+ ## [2.45.1](https://github.com/e2e-test-quest/uuv/compare/runner-commons-v2.45.0...runner-commons-v2.45.1) (2025-02-23)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **runner-commons:** remove useless "newReal" in teamcity log ([303cf9d](https://github.com/e2e-test-quest/uuv/commit/303cf9d56f78fe889e475af0197fb75b006737f7))
7
+ * set multiple-cucumber-html-reporter to v 3.9.0 and useCDN to true, [#980](https://github.com/e2e-test-quest/uuv/issues/980) ([a85c1c8](https://github.com/e2e-test-quest/uuv/commit/a85c1c898dbd2137ec75c2a2eb79a3d372609b9e))
8
+
9
+ # [2.45.0](https://github.com/e2e-test-quest/uuv/compare/runner-commons-v2.44.0...runner-commons-v2.45.0) (2025-02-19)
10
+
11
+
12
+ ### Bug Fixes
13
+
14
+ * **deps:** update dependency chart.js to v4.4.8 ([1b34479](https://github.com/e2e-test-quest/uuv/commit/1b34479b6d07921dde0b3835ce8c23e2a56824a9))
15
+ * **runner-playwright:** update dependency multiple-cucumber-html-reporter to v3.9.1 ([5beda1d](https://github.com/e2e-test-quest/uuv/commit/5beda1dd42a4d2ccd2639bb5e0f84f953548e8da))
16
+
17
+
18
+ ### Features
19
+
20
+ * **deps:** update dependency @cucumber/messages to v27.2.0 ([9360afb](https://github.com/e2e-test-quest/uuv/commit/9360afb54c314d009273b5e1e98b623ada494587))
21
+
1
22
  # [2.44.0](https://github.com/e2e-test-quest/uuv/compare/runner-commons-v2.43.0...runner-commons-v2.44.0) (2025-02-11)
2
23
 
3
24
 
@@ -60,7 +60,7 @@ class TeamCityUUVEventListener {
60
60
  });
61
61
  }
62
62
  logTeamCity(line) {
63
- console.log("newReal" + line);
63
+ console.log(line);
64
64
  }
65
65
  teamcityFlowId(name) {
66
66
  return "flowId='" + name.replaceAll("'", "|'") + "'";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uuv/runner-commons",
3
- "version": "2.44.0",
3
+ "version": "2.45.1",
4
4
  "type": "commonjs",
5
5
  "author": "Louis Fredice NJAKO MOLOM (https://github.com/luifr10) & Stanley SERVICAL (https://github.com/stanlee974)",
6
6
  "description": "A common lib for uuv",