@uuv/runner-commons 2.72.0 → 2.73.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,25 @@
1
+ # [2.73.0](https://github.com/e2e-test-quest/uuv/compare/runner-commons-v2.72.1...runner-commons-v2.73.0) (2026-02-15)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **assistant:** update dependency playwright-chromium to v1.58.2 ([34bc2f6](https://github.com/e2e-test-quest/uuv/commit/34bc2f6c53c1fab2a03928966f888f76515fdff2))
7
+
8
+
9
+ ### Features
10
+
11
+ * **assistant-desktop:** migrate assistant desktop from electron to tauri ([d1ac014](https://github.com/e2e-test-quest/uuv/commit/d1ac01405e37cce389da7449807f55601db41b74))
12
+ * **runner-cypress:** update dependency @badeball/cypress-cucumber-preprocessor to v24 ([d85b911](https://github.com/e2e-test-quest/uuv/commit/d85b9117941af3f256be7ea2aa2ae55afc116884))
13
+ * **runner-playwright:** update dependency multiple-cucumber-html-reporter to v3.10.0 ([4abcad4](https://github.com/e2e-test-quest/uuv/commit/4abcad42d2c892bd5f797e4d965fbb1aa62c93f1))
14
+ * **runner-playwright:** update dependency webpack to v5.105.2 ([8639885](https://github.com/e2e-test-quest/uuv/commit/8639885be87b51fb9e04a3b78b5f484f41ab22ec))
15
+
16
+ ## [2.72.1](https://github.com/e2e-test-quest/uuv/compare/runner-commons-v2.72.0...runner-commons-v2.72.1) (2026-02-09)
17
+
18
+
19
+ ### Bug Fixes
20
+
21
+ * **runner-cypress:** use cypress-on-fix for multiple hooks, [#1214](https://github.com/e2e-test-quest/uuv/issues/1214) ([bff79c8](https://github.com/e2e-test-quest/uuv/commit/bff79c8a332bd8f270301623d5ab519c585bcea4))
22
+
1
23
  # [2.72.0](https://github.com/e2e-test-quest/uuv/compare/runner-commons-v2.71.0...runner-commons-v2.72.0) (2026-02-08)
2
24
 
3
25
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uuv/runner-commons",
3
- "version": "2.72.0",
3
+ "version": "2.73.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",
@@ -81,7 +81,7 @@
81
81
  "lodash": "^4.17.21",
82
82
  "minimist": "1.2.8",
83
83
  "node-ipc": "^12.0.0",
84
- "@uuv/dictionary": "0.6.0"
84
+ "@uuv/dictionary": "0.7.0"
85
85
  },
86
86
  "funding": {
87
87
  "type": "opencollective",