@e2edev/agent-device 0.5.0 → 0.5.1

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 +2 -2
package/README.md CHANGED
@@ -36,7 +36,7 @@ export default {
36
36
  { name: 'pixel', engine: pixel },
37
37
  ],
38
38
  workers: 1,
39
- agent: { executor: createAgent({ tools: agentDeviceTools(iphone, pixel) }) },
39
+ agents: { default: { executor: createAgent({ tools: agentDeviceTools(iphone, pixel) }) } },
40
40
  } satisfies E2EConfig;
41
41
  ```
42
42
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@e2edev/agent-device",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "description": "agent-device mobile engine (iOS and Android) for e2e agentic end-to-end testing",
5
5
  "keywords": [
6
6
  "e2e",
@@ -66,7 +66,7 @@
66
66
  "ai": "7.0.93",
67
67
  "typescript": "7.0.2",
68
68
  "vitest": "5.0.0",
69
- "@e2edev/e2e": "0.9.0"
69
+ "@e2edev/e2e": "0.10.0"
70
70
  },
71
71
  "engines": {
72
72
  "node": ">=22.12.0"