@uuv/runner-commons 2.68.0 → 2.69.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 +19 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,22 @@
1
+ # [2.69.0](https://github.com/e2e-test-quest/uuv/compare/runner-commons-v2.68.1...runner-commons-v2.69.0) (2025-12-22)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **runner-playwright:** update dependency playwright-bdd to v8.4.2 ([0987311](https://github.com/e2e-test-quest/uuv/commit/0987311037768474960cbb6fcadfb888af1f49e0))
7
+
8
+
9
+ ### Features
10
+
11
+ * **runner-cypress:** update dependency cypress to v15.8.1 ([b9770d8](https://github.com/e2e-test-quest/uuv/commit/b9770d8e85bea757a39c8829071959f5c05841a9))
12
+
13
+ ## [2.68.1](https://github.com/e2e-test-quest/uuv/compare/runner-commons-v2.68.0...runner-commons-v2.68.1) (2025-12-07)
14
+
15
+
16
+ ### Bug Fixes
17
+
18
+ * **mcp-server:** add mcp prompts in mcp-server npm package and temp remove valueToType arg ([c5dd4f3](https://github.com/e2e-test-quest/uuv/commit/c5dd4f344f00d43068057a3dfa03a1fc7239eef9))
19
+
1
20
  # [2.68.0](https://github.com/e2e-test-quest/uuv/compare/runner-commons-v2.67.1...runner-commons-v2.68.0) (2025-11-30)
2
21
 
3
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uuv/runner-commons",
3
- "version": "2.68.0",
3
+ "version": "2.69.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.2.0"
84
+ "@uuv/dictionary": "0.3.0"
85
85
  },
86
86
  "funding": {
87
87
  "type": "opencollective",