@uuv/runner-commons 2.45.0 → 2.46.0

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,26 @@
1
+ # [2.46.0](https://github.com/e2e-test-quest/uuv/compare/runner-commons-v2.45.1...runner-commons-v2.46.0) (2025-03-05)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **a11y:** update dependency rxjs to v7.8.2 ([a2d97bc](https://github.com/e2e-test-quest/uuv/commit/a2d97bc1ab46ebc7d53afcff30041f8fd79598a3))
7
+ * **assistant:** update codemirror ([d319dec](https://github.com/e2e-test-quest/uuv/commit/d319dec8788269942a7d9c5f6e76d549ed0cc126))
8
+ * **assistant:** update dependency @uiw/codemirror-theme-github to v4.23.10 ([67d021c](https://github.com/e2e-test-quest/uuv/commit/67d021c310f781469b14b05524d8d22c25162c23))
9
+ * **runner-cypress:** update dependency junit-report-merger to v7.0.1 ([c644145](https://github.com/e2e-test-quest/uuv/commit/c644145dfa51a0728e5491e6fe20c233bc4f949c))
10
+
11
+
12
+ ### Features
13
+
14
+ * **deps:** update dependency @cucumber/gherkin to v32 ([75c57c3](https://github.com/e2e-test-quest/uuv/commit/75c57c3319236706aa8cf18dcdb1e2c346e01732))
15
+
16
+ ## [2.45.1](https://github.com/e2e-test-quest/uuv/compare/runner-commons-v2.45.0...runner-commons-v2.45.1) (2025-02-23)
17
+
18
+
19
+ ### Bug Fixes
20
+
21
+ * **runner-commons:** remove useless "newReal" in teamcity log ([303cf9d](https://github.com/e2e-test-quest/uuv/commit/303cf9d56f78fe889e475af0197fb75b006737f7))
22
+ * 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))
23
+
1
24
  # [2.45.0](https://github.com/e2e-test-quest/uuv/compare/runner-commons-v2.44.0...runner-commons-v2.45.0) (2025-02-19)
2
25
 
3
26
 
@@ -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.45.0",
3
+ "version": "2.46.0",
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",