@uuv/cypress 2.94.0 → 2.95.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 +8 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,11 @@
1
+ # [2.95.0](https://github.com/e2e-test-quest/uuv/compare/runner-cypress-v2.94.0...runner-cypress-v2.95.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
+
1
9
  # [2.94.0](https://github.com/e2e-test-quest/uuv/compare/runner-cypress-v2.93.0...runner-cypress-v2.94.0) (2026-07-12)
2
10
 
3
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uuv/cypress",
3
- "version": "2.94.0",
3
+ "version": "2.95.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 solution to facilitate the writing and execution of E2E tests understandable by any human being using cucumber(BDD) and cypress",
@@ -50,8 +50,8 @@
50
50
  "@badeball/cypress-cucumber-preprocessor": "24.0.1",
51
51
  "@bahmutov/cypress-esbuild-preprocessor": "^2.2.8",
52
52
  "@testing-library/cypress": "10.1.3",
53
- "@uuv/a11y": "1.0.0-beta.111",
54
- "@uuv/runner-commons": "2.88.0",
53
+ "@uuv/a11y": "1.0.0-beta.112",
54
+ "@uuv/runner-commons": "2.89.0",
55
55
  "axe-core": "4.12.1",
56
56
  "chai-subset": "^1.6.0",
57
57
  "cypress": "15.18.1",