@kaeawc/auto-mobile 0.0.38 → 0.0.40

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,13 +1,13 @@
1
1
  {
2
2
  "name": "@kaeawc/auto-mobile",
3
- "version": "0.0.38",
3
+ "version": "0.0.40",
4
4
  "description": "Mobile device interaction automation via MCP",
5
5
  "scripts": {
6
6
  "test": "bun test",
7
7
  "test:coverage": "bun test --coverage",
8
8
  "test:startup:bun": "bash scripts/ci/mcp-startup-smoke.sh",
9
9
  "test:sharp:bun": "bun scripts/ci/sharp-runtime-smoke.ts",
10
- "test:memory-leaks": "node --expose-gc --import tsx scripts/detect-memory-leaks.ts",
10
+ "test:memory-leaks": "bun --expose-gc scripts/detect-memory-leaks.ts",
11
11
  "lint": "eslint . --fix",
12
12
  "watch": "bun --watch src/index.ts",
13
13
  "build": "bun build.ts && chmod +x dist/src/index.js",
@@ -21,8 +21,8 @@
21
21
  "benchmark-tools": "bun scripts/benchmark-mcp-tools.ts",
22
22
  "benchmark-startup": "bash scripts/benchmark-startup.sh",
23
23
  "benchmark-npm-unpacked-size": "bun scripts/benchmark-npm-unpacked-size.ts",
24
- "profile:memory": "node --expose-gc --inspect --import tsx scripts/detect-memory-leaks.ts --mode=profile",
25
- "profile:heap": "node --expose-gc --heap-prof --import tsx scripts/stress-test.ts",
24
+ "profile:memory": "bun --expose-gc --inspect scripts/detect-memory-leaks.ts --mode=profile",
25
+ "profile:heap": "bun --expose-gc --heap-prof scripts/stress-test.ts",
26
26
  "validate:yaml": "bun scripts/validate-yaml.ts",
27
27
  "dead-code:ts": "bash scripts/detect-dead-code-ts.sh",
28
28
  "dead-code:ts:prune": "bash -o pipefail -c 'bunx ts-prune --project tsconfig.dead-code.json -i src/db/migrations | (grep -v \"(used in module)\" || true) | bash scripts/filter-ts-prune-allowlist.sh'",
@@ -75,7 +75,7 @@
75
75
  "access": "public"
76
76
  },
77
77
  "dependencies": {
78
- "@anthropic-ai/sdk": "^0.106.0",
78
+ "@anthropic-ai/sdk": "^0.107.0",
79
79
  "@modelcontextprotocol/sdk": "^1.26.0",
80
80
  "adm-zip": "^0.5.16",
81
81
  "ajv": "^8.18.0",
@@ -83,7 +83,7 @@
83
83
  "async-mutex": "^0.5.0",
84
84
  "jimp": "^1.6.0",
85
85
  "js-tiktoken": "^1.0.21",
86
- "js-yaml": "^4.1.1",
86
+ "js-yaml": "^5.1.0",
87
87
  "kysely": "^0.29.0",
88
88
  "pixelmatch": "^7.1.0",
89
89
  "pngjs": "^7.0.0",
@@ -149,9 +149,7 @@
149
149
  "@typescript-eslint/parser": "^8.53.0",
150
150
  "eslint": "^10.0.0",
151
151
  "eslint-plugin-import": "^2.31.0",
152
- "heapdump": "^0.3.15",
153
152
  "knip": "^6.0.0",
154
- "memwatch-next": "^0.3.0",
155
153
  "ts-prune": "^0.10.3",
156
154
  "tsx": "^4.21.0",
157
155
  "turbo": "^2.8.10",