@midscene/android 1.10.7 → 1.10.8-beta-20260723091821.0

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/dist/es/cli.mjs CHANGED
@@ -2312,7 +2312,7 @@ class AndroidMidsceneTools extends BaseMidsceneTools {
2312
2312
  const tools = new AndroidMidsceneTools();
2313
2313
  runToolsCLI(tools, 'midscene-android', {
2314
2314
  stripPrefix: 'android_',
2315
- version: "1.10.7",
2315
+ version: "1.10.8-beta-20260723091821.0",
2316
2316
  extraCommands: createReportCliCommands()
2317
2317
  }).catch((e)=>{
2318
2318
  process.exit(reportCLIError(e));
package/dist/lib/cli.js CHANGED
@@ -2327,7 +2327,7 @@ ${Object.keys(size).filter((key)=>size[key]).map((key)=>` ${key} size: ${size[k
2327
2327
  const tools = new AndroidMidsceneTools();
2328
2328
  (0, cli_namespaceObject.runToolsCLI)(tools, 'midscene-android', {
2329
2329
  stripPrefix: 'android_',
2330
- version: "1.10.7",
2330
+ version: "1.10.8-beta-20260723091821.0",
2331
2331
  extraCommands: (0, core_namespaceObject.createReportCliCommands)()
2332
2332
  }).catch((e)=>{
2333
2333
  process.exit((0, cli_namespaceObject.reportCLIError)(e));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@midscene/android",
3
- "version": "1.10.7",
3
+ "version": "1.10.8-beta-20260723091821.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/web-infra-dev/midscene.git",
@@ -41,8 +41,8 @@
41
41
  "@yume-chan/stream-extra": "2.1.0",
42
42
  "appium-adb": "12.12.1",
43
43
  "sharp": "^0.34.3",
44
- "@midscene/shared": "1.10.7",
45
- "@midscene/core": "1.10.7"
44
+ "@midscene/shared": "1.10.8-beta-20260723091821.0",
45
+ "@midscene/core": "1.10.8-beta-20260723091821.0"
46
46
  },
47
47
  "optionalDependencies": {
48
48
  "@ffmpeg-installer/ffmpeg": "^1.1.0"
@@ -56,7 +56,7 @@
56
56
  "undici": "^6.0.0",
57
57
  "vitest": "3.0.5",
58
58
  "zod": "^3.25.1",
59
- "@midscene/playground": "1.10.7"
59
+ "@midscene/playground": "1.10.8-beta-20260723091821.0"
60
60
  },
61
61
  "license": "MIT",
62
62
  "scripts": {