@e2edev/agent-device 0.5.1 → 0.5.2

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/README.md +1 -1
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -144,4 +144,4 @@ through a deterministic `screen` action in a setup step instead.
144
144
 
145
145
  ## Documentation
146
146
 
147
- Full documentation lives at [e2e-docs.vercel.app](https://e2e-docs.vercel.app).
147
+ Full documentation lives at [e2e.mintlify.app](https://e2e.mintlify.app).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@e2edev/agent-device",
3
- "version": "0.5.1",
3
+ "version": "0.5.2",
4
4
  "description": "agent-device mobile engine (iOS and Android) for e2e agentic end-to-end testing",
5
5
  "keywords": [
6
6
  "e2e",
@@ -47,9 +47,9 @@
47
47
  "dist"
48
48
  ],
49
49
  "dependencies": {
50
- "agent-device": "0.20.10",
50
+ "agent-device": "0.21.0",
51
51
  "pngjs": "7.0.0",
52
- "zod": "4.5.4"
52
+ "zod": "4.6.1"
53
53
  },
54
54
  "peerDependencies": {
55
55
  "ai": "^7.0.0",
@@ -63,10 +63,10 @@
63
63
  "devDependencies": {
64
64
  "@types/node": "26.4.1",
65
65
  "@types/pngjs": "6.0.5",
66
- "ai": "7.0.93",
66
+ "ai": "7.0.97",
67
+ "@e2edev/e2e": "0.12.0",
67
68
  "typescript": "7.0.2",
68
- "vitest": "5.0.0",
69
- "@e2edev/e2e": "0.10.0"
69
+ "vitest": "5.0.0"
70
70
  },
71
71
  "engines": {
72
72
  "node": ">=22.12.0"