@kaeawc/auto-mobile 0.0.50 → 0.0.52
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 -3
- package/README.md.backup +3 -3
- package/dist/schemas/tool-definitions.json +1271 -642
- package/dist/src/db/migrations/2026_08_02_000_navigation_provenance.ts +159 -0
- package/dist/src/index.js +404 -399
- package/dist/src/index.js.map +1 -1
- package/package.json +22 -15
- package/schemas/tool-definitions.json +1271 -642
package/package.json
CHANGED
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kaeawc/auto-mobile",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.52",
|
|
4
4
|
"description": "Mobile device interaction automation via MCP",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"test": "bun test --isolate",
|
|
7
|
+
"test:windows": "bun test",
|
|
7
8
|
"test:coverage": "bun test --isolate --coverage",
|
|
9
|
+
"test:fast": "bash scripts/test-fast.sh",
|
|
8
10
|
"test:startup:bun": "bash scripts/ci/mcp-startup-smoke.sh",
|
|
9
11
|
"test:image:bun": "bun scripts/ci/image-runtime-smoke.ts",
|
|
10
12
|
"test:image:sharp-bun-repro": "bash scripts/validate-sharp-bun-repro.sh",
|
|
@@ -12,9 +14,12 @@
|
|
|
12
14
|
"test:integration:webrtc-mediamtx": "bash scripts/webrtc/run-mediamtx-publisher-integration.sh",
|
|
13
15
|
"test:integration:webrtc-device": "bash scripts/webrtc/run-mediamtx-device-integration.sh",
|
|
14
16
|
"gate:android-video-baseline": "bun scripts/webrtc/android-video-baseline-gate.ts",
|
|
15
|
-
"lint": "
|
|
16
|
-
"
|
|
17
|
-
"lint:
|
|
17
|
+
"lint": "oxlint --fix && bash scripts/oxlint-baseline.sh && bash scripts/check-boundaries.sh",
|
|
18
|
+
"check:boundaries": "bash scripts/check-boundaries.sh",
|
|
19
|
+
"lint:prune": "bash scripts/oxlint-baseline.sh --update",
|
|
20
|
+
"lint:baseline": "bash scripts/oxlint-baseline.sh --update",
|
|
21
|
+
"format": "oxfmt",
|
|
22
|
+
"format:check": "oxfmt --check",
|
|
18
23
|
"typecheck": "bash scripts/typecheck-baseline.sh",
|
|
19
24
|
"typecheck:update": "bash scripts/typecheck-baseline.sh --update",
|
|
20
25
|
"watch": "bun --watch src/index.ts",
|
|
@@ -33,6 +38,8 @@
|
|
|
33
38
|
"profile:memory": "bun --expose-gc --inspect scripts/detect-memory-leaks.ts --mode=profile",
|
|
34
39
|
"profile:heap": "bun --expose-gc --heap-prof scripts/stress-test.ts",
|
|
35
40
|
"validate:yaml": "bun scripts/validate-yaml.ts",
|
|
41
|
+
"validate:ios-continuity": "bun scripts/validate-ios-simulator-continuity.ts",
|
|
42
|
+
"check:bun-version-coherence": "bun scripts/check-bun-version-coherence.ts",
|
|
36
43
|
"check:stdlib-first": "bash scripts/check-stdlib-first.sh",
|
|
37
44
|
"check:host-shell-boundary": "bun scripts/check-host-shell-boundary.ts",
|
|
38
45
|
"check:shell-quote-boundary": "bash scripts/check-no-local-shell-quote.sh",
|
|
@@ -55,11 +62,14 @@
|
|
|
55
62
|
"turbo:validate": "turbo run lint build test check:android-emulator-boundary check:ffmpeg-boundary check:host-shell-boundary check:ios-ctrl-proxy-process-boundary",
|
|
56
63
|
"turbo:build": "turbo run build",
|
|
57
64
|
"turbo:lint": "turbo run lint",
|
|
58
|
-
"turbo:test": "turbo run test"
|
|
65
|
+
"turbo:test": "turbo run test",
|
|
66
|
+
"turbo:typecheck": "turbo run typecheck",
|
|
67
|
+
"turbo:gate": "turbo run lint build typecheck --output-logs=errors-only",
|
|
68
|
+
"loop": "bash scripts/validate-loop.sh"
|
|
59
69
|
},
|
|
60
|
-
"packageManager": "bun@1.3.
|
|
70
|
+
"packageManager": "bun@1.3.14",
|
|
61
71
|
"engines": {
|
|
62
|
-
"bun": ">=1.3.
|
|
72
|
+
"bun": ">=1.3.14"
|
|
63
73
|
},
|
|
64
74
|
"keywords": [
|
|
65
75
|
"adb",
|
|
@@ -131,9 +141,6 @@
|
|
|
131
141
|
"qs": "^6.14.2",
|
|
132
142
|
"@ts-morph/common": {
|
|
133
143
|
"minimatch": "3.1.5"
|
|
134
|
-
},
|
|
135
|
-
"eslint-plugin-import": {
|
|
136
|
-
"minimatch": "3.1.5"
|
|
137
144
|
}
|
|
138
145
|
},
|
|
139
146
|
"optionalDependencies": {
|
|
@@ -163,19 +170,19 @@
|
|
|
163
170
|
},
|
|
164
171
|
"devDependencies": {
|
|
165
172
|
"@faker-js/faker": "^10.2.0",
|
|
166
|
-
"@stylistic/eslint-plugin": "^5.7.0",
|
|
167
173
|
"@types/js-yaml": "^4.0.9",
|
|
168
174
|
"@types/node": "^26.0.0",
|
|
169
175
|
"@types/pixelmatch": "^5.2.6",
|
|
170
176
|
"@types/pngjs": "^6.0.5",
|
|
171
177
|
"@types/ws": "^8.18.1",
|
|
172
178
|
"@types/xml2js": "^0.4.14",
|
|
173
|
-
"@typescript
|
|
174
|
-
"@typescript-eslint/parser": "^8.53.0",
|
|
175
|
-
"eslint": "^10.0.0",
|
|
176
|
-
"eslint-plugin-import": "^2.31.0",
|
|
179
|
+
"@typescript/native-preview": "7.0.0-dev.20260707.2",
|
|
177
180
|
"fast-check": "^4.9.0",
|
|
178
181
|
"knip": "^6.0.0",
|
|
182
|
+
"oxc-parser": "0.143.0",
|
|
183
|
+
"oxfmt": "0.62.0",
|
|
184
|
+
"oxlint": "1.77.0",
|
|
185
|
+
"oxlint-tsgolint": "7.0.2001",
|
|
179
186
|
"ts-prune": "^0.10.3",
|
|
180
187
|
"tsx": "^4.21.0",
|
|
181
188
|
"turbo": "^2.8.10",
|