agent-device 0.14.2 → 0.14.3

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 CHANGED
@@ -94,6 +94,8 @@ Snapshots assign refs like `@e1`, `@e2`, and `@e3` to current-screen elements. R
94
94
 
95
95
  `agent-device` runs session-aware commands through platform backends: XCTest for iOS and tvOS, ADB plus the Android snapshot helper for Android, a local helper for macOS desktop automation, and AT-SPI for Linux desktop targets. See [Introduction](https://incubator.callstack.com/agent-device/docs/introduction) and [Commands](https://incubator.callstack.com/agent-device/docs/commands) for platform details.
96
96
 
97
+ Node consumers can use the typed client and public subpaths for bridge integrations. `agent-device/android-adb` exposes the Android ADB provider contract and reusable helpers for ADB-backed app listing and foreground state. `agent-device/daemon` exposes the supported daemon embedding surface for integrations that intentionally reuse the upstream request router.
98
+
97
99
  ## Used By
98
100
 
99
101
  Used by teams and developers at Callstack, Expensify, Shopify, Kindred, Total Wine & More, LegendList, HerLyfe, App & Flow, and more.
@@ -101,6 +103,7 @@ Used by teams and developers at Callstack, Expensify, Shopify, Kindred, Total Wi
101
103
  ## Documentation
102
104
 
103
105
  - [Installation](https://incubator.callstack.com/agent-device/docs/installation)
106
+ - [Typed Client](https://incubator.callstack.com/agent-device/docs/client-api)
104
107
  - [Commands](https://incubator.callstack.com/agent-device/docs/commands)
105
108
  - [Replay & E2E](https://incubator.callstack.com/agent-device/docs/replay-e2e)
106
109
  - [Known limitations](https://incubator.callstack.com/agent-device/docs/known-limitations)
@@ -0,0 +1 @@
1
+ 98818fe5c487f001fae55afa1b9cbf40628b7e9eb0ca97fb8f117d6799618754 agent-device-android-snapshot-helper-0.14.3.apk
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "android-snapshot-helper",
3
- "version": "0.14.2",
4
- "releaseTag": "v0.14.2",
5
- "assetName": "agent-device-android-snapshot-helper-0.14.2.apk",
3
+ "version": "0.14.3",
4
+ "releaseTag": "v0.14.3",
5
+ "assetName": "agent-device-android-snapshot-helper-0.14.3.apk",
6
6
  "apkUrl": null,
7
- "sha256": "87795f8b8549303197f2b4a4efe92f705d41a1e87782e49e06192afc39dd2cf5",
8
- "checksumName": "agent-device-android-snapshot-helper-0.14.2.apk.sha256",
7
+ "sha256": "98818fe5c487f001fae55afa1b9cbf40628b7e9eb0ca97fb8f117d6799618754",
8
+ "checksumName": "agent-device-android-snapshot-helper-0.14.3.apk.sha256",
9
9
  "packageName": "com.callstack.agentdevice.snapshothelper",
10
- "versionCode": 14002,
10
+ "versionCode": 14003,
11
11
  "instrumentationRunner": "com.callstack.agentdevice.snapshothelper/.SnapshotInstrumentation",
12
12
  "minSdk": 23,
13
13
  "targetSdk": 36,