@e2edev/agent-device 0.5.0 → 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.
- package/README.md +2 -2
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -36,7 +36,7 @@ export default {
|
|
|
36
36
|
{ name: 'pixel', engine: pixel },
|
|
37
37
|
],
|
|
38
38
|
workers: 1,
|
|
39
|
-
|
|
39
|
+
agents: { default: { executor: createAgent({ tools: agentDeviceTools(iphone, pixel) }) } },
|
|
40
40
|
} satisfies E2EConfig;
|
|
41
41
|
```
|
|
42
42
|
|
|
@@ -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
|
|
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.
|
|
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.
|
|
50
|
+
"agent-device": "0.21.0",
|
|
51
51
|
"pngjs": "7.0.0",
|
|
52
|
-
"zod": "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.
|
|
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.9.0"
|
|
69
|
+
"vitest": "5.0.0"
|
|
70
70
|
},
|
|
71
71
|
"engines": {
|
|
72
72
|
"node": ">=22.12.0"
|