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 +3 -0
- package/android-snapshot-helper/dist/{agent-device-android-snapshot-helper-0.14.2.apk → agent-device-android-snapshot-helper-0.14.3.apk} +0 -0
- package/android-snapshot-helper/dist/agent-device-android-snapshot-helper-0.14.3.apk.sha256 +1 -0
- package/android-snapshot-helper/dist/{agent-device-android-snapshot-helper-0.14.2.manifest.json → agent-device-android-snapshot-helper-0.14.3.manifest.json} +6 -6
- package/dist/src/2007.js +23 -30
- package/dist/src/2740.js +1 -0
- package/dist/src/3675.js +1 -0
- package/dist/src/6479.js +37 -0
- package/dist/src/6953.js +8 -0
- package/dist/src/7599.js +3 -0
- package/dist/src/9542.js +2 -2
- package/dist/src/9818.js +1 -1
- package/dist/src/android-adb.d.ts +86 -0
- package/dist/src/android-adb.js +1 -0
- package/dist/src/android-snapshot-helper.d.ts +27 -8
- package/dist/src/daemon-embedding.d.ts +632 -0
- package/dist/src/daemon-embedding.js +1 -0
- package/dist/src/internal/bin.js +54 -51
- package/dist/src/internal/daemon.js +9 -45
- package/package.json +10 -2
- package/android-snapshot-helper/dist/agent-device-android-snapshot-helper-0.14.2.apk.sha256 +0 -1
- package/dist/src/8161.js +0 -3
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)
|
|
Binary file
|
|
@@ -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.
|
|
4
|
-
"releaseTag": "v0.14.
|
|
5
|
-
"assetName": "agent-device-android-snapshot-helper-0.14.
|
|
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": "
|
|
8
|
-
"checksumName": "agent-device-android-snapshot-helper-0.14.
|
|
7
|
+
"sha256": "98818fe5c487f001fae55afa1b9cbf40628b7e9eb0ca97fb8f117d6799618754",
|
|
8
|
+
"checksumName": "agent-device-android-snapshot-helper-0.14.3.apk.sha256",
|
|
9
9
|
"packageName": "com.callstack.agentdevice.snapshothelper",
|
|
10
|
-
"versionCode":
|
|
10
|
+
"versionCode": 14003,
|
|
11
11
|
"instrumentationRunner": "com.callstack.agentdevice.snapshothelper/.SnapshotInstrumentation",
|
|
12
12
|
"minSdk": 23,
|
|
13
13
|
"targetSdk": 36,
|