agent-device 0.16.9 → 0.16.10

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 (24) hide show
  1. package/README.md +1 -0
  2. package/android-multitouch-helper/dist/{agent-device-android-multitouch-helper-0.16.9.apk → agent-device-android-multitouch-helper-0.16.10.apk} +0 -0
  3. package/android-multitouch-helper/dist/agent-device-android-multitouch-helper-0.16.10.apk.sha256 +1 -0
  4. package/android-multitouch-helper/dist/{agent-device-android-multitouch-helper-0.16.9.manifest.json → agent-device-android-multitouch-helper-0.16.10.manifest.json} +4 -4
  5. package/android-snapshot-helper/dist/{agent-device-android-snapshot-helper-0.16.9.apk → agent-device-android-snapshot-helper-0.16.10.apk} +0 -0
  6. package/android-snapshot-helper/dist/agent-device-android-snapshot-helper-0.16.10.apk.sha256 +1 -0
  7. package/android-snapshot-helper/dist/{agent-device-android-snapshot-helper-0.16.9.manifest.json → agent-device-android-snapshot-helper-0.16.10.manifest.json} +6 -6
  8. package/dist/src/2415.js +19 -19
  9. package/dist/src/apps.js +2 -2
  10. package/dist/src/input-actions.js +1 -1
  11. package/ios-runner/AgentDeviceRunner/AgentDeviceRunnerUITests/RunnerTests+CommandExecution.swift +197 -232
  12. package/ios-runner/AgentDeviceRunner/AgentDeviceRunnerUITests/RunnerTests+CommandJournal.swift +282 -0
  13. package/ios-runner/AgentDeviceRunner/AgentDeviceRunnerUITests/RunnerTests+Exceptions.swift +29 -0
  14. package/ios-runner/AgentDeviceRunner/AgentDeviceRunnerUITests/RunnerTests+Interaction.swift +8 -34
  15. package/ios-runner/AgentDeviceRunner/AgentDeviceRunnerUITests/RunnerTests+Models.swift +30 -0
  16. package/ios-runner/AgentDeviceRunner/AgentDeviceRunnerUITests/RunnerTests+Snapshot.swift +2 -20
  17. package/ios-runner/AgentDeviceRunner/AgentDeviceRunnerUITests/RunnerTests+SystemModal.swift +10 -50
  18. package/ios-runner/AgentDeviceRunner/AgentDeviceRunnerUITests/RunnerTests+TextEntry.swift +3 -23
  19. package/ios-runner/AgentDeviceRunner/AgentDeviceRunnerUITests/RunnerTests+Transport.swift +64 -22
  20. package/ios-runner/AgentDeviceRunner/AgentDeviceRunnerUITests/RunnerTests.swift +7 -4
  21. package/package.json +1 -1
  22. package/server.json +2 -2
  23. package/android-multitouch-helper/dist/agent-device-android-multitouch-helper-0.16.9.apk.sha256 +0 -1
  24. package/android-snapshot-helper/dist/agent-device-android-snapshot-helper-0.16.9.apk.sha256 +0 -1
package/README.md CHANGED
@@ -11,6 +11,7 @@
11
11
  [![npm version](https://img.shields.io/npm/v/agent-device.svg)](https://www.npmjs.com/package/agent-device)
12
12
  [![CI](https://github.com/callstackincubator/agent-device/actions/workflows/ci.yml/badge.svg)](https://github.com/callstackincubator/agent-device/actions/workflows/ci.yml)
13
13
  [![License: MIT](https://img.shields.io/badge/license-MIT-black.svg)](LICENSE)
14
+ [![Glama MCP server](https://glama.ai/mcp/servers/callstackincubator/agent-device/badges/score.svg)](https://glama.ai/mcp/servers/callstackincubator/agent-device)
14
15
 
15
16
  Mobile app verification for AI agents.
16
17
 
@@ -0,0 +1 @@
1
+ c105a80a1cf81311718d2043e44a0176013e369b8a67ae16ad26c3c9085dd17a agent-device-android-multitouch-helper-0.16.10.apk
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "android-multitouch-helper",
3
- "version": "0.16.9",
4
- "assetName": "agent-device-android-multitouch-helper-0.16.9.apk",
5
- "sha256": "5e33b9281e0c508ae6605bcd6766a859467939aae2e9fde22414a37e0f577602",
3
+ "version": "0.16.10",
4
+ "assetName": "agent-device-android-multitouch-helper-0.16.10.apk",
5
+ "sha256": "c105a80a1cf81311718d2043e44a0176013e369b8a67ae16ad26c3c9085dd17a",
6
6
  "packageName": "com.callstack.agentdevice.multitouchhelper",
7
- "versionCode": 16009,
7
+ "versionCode": 16010,
8
8
  "instrumentationRunner": "com.callstack.agentdevice.multitouchhelper/.MultiTouchInstrumentation",
9
9
  "statusProtocol": "android-multitouch-helper-v1"
10
10
  }
@@ -0,0 +1 @@
1
+ ee874e75b05245f601bea045d906536f13a1268c945f1fb80baaf798e9f26a07 agent-device-android-snapshot-helper-0.16.10.apk
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "android-snapshot-helper",
3
- "version": "0.16.9",
4
- "releaseTag": "v0.16.9",
5
- "assetName": "agent-device-android-snapshot-helper-0.16.9.apk",
3
+ "version": "0.16.10",
4
+ "releaseTag": "v0.16.10",
5
+ "assetName": "agent-device-android-snapshot-helper-0.16.10.apk",
6
6
  "apkUrl": null,
7
- "sha256": "5d1106a1696ba569c2497666e80f9e2f0ba8d44072613a4491242e1118885f1a",
8
- "checksumName": "agent-device-android-snapshot-helper-0.16.9.apk.sha256",
7
+ "sha256": "ee874e75b05245f601bea045d906536f13a1268c945f1fb80baaf798e9f26a07",
8
+ "checksumName": "agent-device-android-snapshot-helper-0.16.10.apk.sha256",
9
9
  "packageName": "com.callstack.agentdevice.snapshothelper",
10
- "versionCode": 16009,
10
+ "versionCode": 16010,
11
11
  "instrumentationRunner": "com.callstack.agentdevice.snapshothelper/.SnapshotInstrumentation",
12
12
  "minSdk": 23,
13
13
  "targetSdk": 36,