agent-device 0.14.1 → 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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agent-device",
3
- "version": "0.14.1",
3
+ "version": "0.14.3",
4
4
  "description": "Agent-driven CLI for mobile UI automation, network inspection, and performance diagnostics across iOS, Android, tvOS, and macOS.",
5
5
  "license": "MIT",
6
6
  "author": "Callstack",
@@ -33,6 +33,10 @@
33
33
  "import": "./dist/src/metro.js",
34
34
  "types": "./dist/src/metro.d.ts"
35
35
  },
36
+ "./batch": {
37
+ "import": "./dist/src/batch.js",
38
+ "types": "./dist/src/batch.d.ts"
39
+ },
36
40
  "./remote-config": {
37
41
  "import": "./dist/src/remote-config.js",
38
42
  "types": "./dist/src/remote-config.d.ts"
@@ -45,10 +49,18 @@
45
49
  "import": "./dist/src/android-apps.js",
46
50
  "types": "./dist/src/android-apps.d.ts"
47
51
  },
52
+ "./android-adb": {
53
+ "import": "./dist/src/android-adb.js",
54
+ "types": "./dist/src/android-adb.d.ts"
55
+ },
48
56
  "./android-snapshot-helper": {
49
57
  "import": "./dist/src/android-snapshot-helper.js",
50
58
  "types": "./dist/src/android-snapshot-helper.d.ts"
51
59
  },
60
+ "./daemon": {
61
+ "import": "./dist/src/daemon-embedding.js",
62
+ "types": "./dist/src/daemon-embedding.d.ts"
63
+ },
52
64
  "./contracts": {
53
65
  "import": "./dist/src/contracts.js",
54
66
  "types": "./dist/src/contracts.d.ts"
@@ -162,7 +174,7 @@
162
174
  "fallow": "^2.52.0",
163
175
  "oxfmt": "^0.42.0",
164
176
  "oxlint": "^1.57.0",
165
- "skillgym": "^0.5.0",
177
+ "skillgym": "^0.6.0",
166
178
  "typescript": "^6.0.2",
167
179
  "vite": "^8.0.10"
168
180
  }
@@ -1 +0,0 @@
1
- d7645d58e96f0b6b06ddebf43b904e879a26a86985f927cbb804a09bafa6393b agent-device-android-snapshot-helper-0.14.1.apk