@kaeawc/auto-mobile 0.0.36 → 0.0.37

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,10 +1,12 @@
1
1
  {
2
2
  "name": "@kaeawc/auto-mobile",
3
- "version": "0.0.36",
3
+ "version": "0.0.37",
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
+ "test:startup:bun": "bash scripts/ci/mcp-startup-smoke.sh",
9
+ "test:sharp:bun": "bun scripts/ci/sharp-runtime-smoke.ts",
8
10
  "test:memory-leaks": "node --expose-gc --import tsx scripts/detect-memory-leaks.ts",
9
11
  "lint": "eslint . --fix",
10
12
  "watch": "bun --watch src/index.ts",
@@ -85,7 +87,7 @@
85
87
  "kysely": "^0.29.0",
86
88
  "pixelmatch": "^7.1.0",
87
89
  "pngjs": "^7.0.0",
88
- "sharp": "0.35.2",
90
+ "sharp": "0.34.5",
89
91
  "ws": "^8.19.0",
90
92
  "xml2js": "^0.6.2",
91
93
  "zod": "^4.3.5"
@@ -109,31 +111,30 @@
109
111
  }
110
112
  },
111
113
  "optionalDependencies": {
112
- "@img/sharp-darwin-arm64": "0.35.2",
113
- "@img/sharp-darwin-x64": "0.35.2",
114
- "@img/sharp-freebsd-wasm32": "0.35.2",
115
- "@img/sharp-libvips-darwin-arm64": "1.3.1",
116
- "@img/sharp-libvips-darwin-x64": "1.3.1",
117
- "@img/sharp-libvips-linux-arm": "1.3.1",
118
- "@img/sharp-libvips-linux-arm64": "1.3.1",
119
- "@img/sharp-libvips-linux-ppc64": "1.3.1",
120
- "@img/sharp-libvips-linux-riscv64": "1.3.1",
121
- "@img/sharp-libvips-linux-s390x": "1.3.1",
122
- "@img/sharp-libvips-linux-x64": "1.3.1",
123
- "@img/sharp-libvips-linuxmusl-arm64": "1.3.1",
124
- "@img/sharp-libvips-linuxmusl-x64": "1.3.1",
125
- "@img/sharp-linux-arm": "0.35.2",
126
- "@img/sharp-linux-arm64": "0.35.2",
127
- "@img/sharp-linux-ppc64": "0.35.2",
128
- "@img/sharp-linux-riscv64": "0.35.2",
129
- "@img/sharp-linux-s390x": "0.35.2",
130
- "@img/sharp-linux-x64": "0.35.2",
131
- "@img/sharp-linuxmusl-arm64": "0.35.2",
132
- "@img/sharp-linuxmusl-x64": "0.35.2",
133
- "@img/sharp-webcontainers-wasm32": "0.35.2",
134
- "@img/sharp-win32-arm64": "0.35.2",
135
- "@img/sharp-win32-ia32": "0.35.2",
136
- "@img/sharp-win32-x64": "0.35.2"
114
+ "@img/sharp-darwin-arm64": "0.34.5",
115
+ "@img/sharp-darwin-x64": "0.34.5",
116
+ "@img/sharp-libvips-darwin-arm64": "1.2.4",
117
+ "@img/sharp-libvips-darwin-x64": "1.2.4",
118
+ "@img/sharp-libvips-linux-arm": "1.2.4",
119
+ "@img/sharp-libvips-linux-arm64": "1.2.4",
120
+ "@img/sharp-libvips-linux-ppc64": "1.2.4",
121
+ "@img/sharp-libvips-linux-riscv64": "1.2.4",
122
+ "@img/sharp-libvips-linux-s390x": "1.2.4",
123
+ "@img/sharp-libvips-linux-x64": "1.2.4",
124
+ "@img/sharp-libvips-linuxmusl-arm64": "1.2.4",
125
+ "@img/sharp-libvips-linuxmusl-x64": "1.2.4",
126
+ "@img/sharp-linux-arm": "0.34.5",
127
+ "@img/sharp-linux-arm64": "0.34.5",
128
+ "@img/sharp-linux-ppc64": "0.34.5",
129
+ "@img/sharp-linux-riscv64": "0.34.5",
130
+ "@img/sharp-linux-s390x": "0.34.5",
131
+ "@img/sharp-linux-x64": "0.34.5",
132
+ "@img/sharp-linuxmusl-arm64": "0.34.5",
133
+ "@img/sharp-linuxmusl-x64": "0.34.5",
134
+ "@img/sharp-wasm32": "0.34.5",
135
+ "@img/sharp-win32-arm64": "0.34.5",
136
+ "@img/sharp-win32-ia32": "0.34.5",
137
+ "@img/sharp-win32-x64": "0.34.5"
137
138
  },
138
139
  "devDependencies": {
139
140
  "@faker-js/faker": "^10.2.0",