@uuv/runner-commons 2.87.0 → 2.89.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 +24 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,27 @@
|
|
|
1
|
+
# [2.89.0](https://github.com/e2e-test-quest/uuv/compare/runner-commons-v2.88.0...runner-commons-v2.89.0) (2026-07-19)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* add support for uuv agent server start on windows ([a1b20c4](https://github.com/e2e-test-quest/uuv/commit/a1b20c4e5dbc860ae17f88e693ffc54daaad07b2))
|
|
7
|
+
* rewrite mcp-server from vercel sdk to langchain ([fba8736](https://github.com/e2e-test-quest/uuv/commit/fba8736cea861fd7cd2bd91ba7ad96cc5fc3bb12))
|
|
8
|
+
|
|
9
|
+
# [2.88.0](https://github.com/e2e-test-quest/uuv/compare/runner-commons-v2.87.0...runner-commons-v2.88.0) (2026-07-12)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
* **deps:** update dependency @ai-sdk/anthropic to v3.0.96 ([73ac271](https://github.com/e2e-test-quest/uuv/commit/73ac271c3ad5a395a17915c4b74390054d16ebe1))
|
|
15
|
+
* **deps:** update dependency @ai-sdk/google to v3.0.91 ([41ee72e](https://github.com/e2e-test-quest/uuv/commit/41ee72ed1d66249a5b6ac784481d4a3083e22540))
|
|
16
|
+
* **deps:** update dependency @ai-sdk/mcp to v1.0.61 ([a407557](https://github.com/e2e-test-quest/uuv/commit/a40755756666b2e94c0f9ad82d9f641fb3e20a62))
|
|
17
|
+
* **deps:** update dependency @ai-sdk/openai to v3.0.84 ([2eb8671](https://github.com/e2e-test-quest/uuv/commit/2eb867122222a5ce295ef5e2758631471255c7bc))
|
|
18
|
+
* **runner-playwright:** update dependency nanoid to v3.3.16 ([114bd54](https://github.com/e2e-test-quest/uuv/commit/114bd5464ed4b0dc93bf26468a716f2978cfaec5))
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
### Features
|
|
22
|
+
|
|
23
|
+
* **runner-cypress:** update dependency cypress to v15.18.1 ([a20c665](https://github.com/e2e-test-quest/uuv/commit/a20c665396746d5b331cc8ab2aa20e4974c70098))
|
|
24
|
+
|
|
1
25
|
# [2.87.0](https://github.com/e2e-test-quest/uuv/compare/runner-commons-v2.86.0...runner-commons-v2.87.0) (2026-06-30)
|
|
2
26
|
|
|
3
27
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uuv/runner-commons",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.89.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",
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
"lodash": "^4.17.21",
|
|
85
85
|
"minimist": "1.2.8",
|
|
86
86
|
"node-ipc": "^12.0.0",
|
|
87
|
-
"@uuv/dictionary": "0.
|
|
87
|
+
"@uuv/dictionary": "0.23.0"
|
|
88
88
|
},
|
|
89
89
|
"funding": {
|
|
90
90
|
"type": "opencollective",
|