@midscene/android 1.12.5 → 1.12.6-beta-20260909034232.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
@@ -3540,7 +3540,7 @@ class AndroidMidsceneTools extends BaseMidsceneTools {
3540
3540
  const tools = new AndroidMidsceneTools();
3541
3541
  runToolsCLI(tools, 'midscene-android', {
3542
3542
  stripPrefix: 'android_',
3543
- version: "1.12.5",
3543
+ version: "1.12.6-beta-20260909034232.0",
3544
3544
  extraCommands: createReportCliCommands()
3545
3545
  }).catch((e)=>{
3546
3546
  process.exit(reportCLIError(e));
package/dist/lib/cli.js CHANGED
@@ -3560,7 +3560,7 @@ ${Object.keys(size).filter((key)=>size[key]).map((key)=>` ${key} size: ${size[k
3560
3560
  const tools = new AndroidMidsceneTools();
3561
3561
  (0, cli_namespaceObject.runToolsCLI)(tools, 'midscene-android', {
3562
3562
  stripPrefix: 'android_',
3563
- version: "1.12.5",
3563
+ version: "1.12.6-beta-20260909034232.0",
3564
3564
  extraCommands: (0, core_namespaceObject.createReportCliCommands)()
3565
3565
  }).catch((e)=>{
3566
3566
  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.12.5",
3
+ "version": "1.12.6-beta-20260909034232.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/web-infra-dev/midscene.git",
@@ -47,8 +47,8 @@
47
47
  "appium-adb": "12.12.1",
48
48
  "sharp": "^0.34.3",
49
49
  "zod": "^3.25.1",
50
- "@midscene/core": "1.12.5",
51
- "@midscene/shared": "1.12.5"
50
+ "@midscene/core": "1.12.6-beta-20260909034232.0",
51
+ "@midscene/shared": "1.12.6-beta-20260909034232.0"
52
52
  },
53
53
  "optionalDependencies": {
54
54
  "@ffmpeg-installer/ffmpeg": "^1.1.0"
@@ -61,7 +61,7 @@
61
61
  "tsx": "^4.19.2",
62
62
  "typescript": "^5.8.3",
63
63
  "undici": "^6.0.0",
64
- "@midscene/playground": "1.12.5"
64
+ "@midscene/playground": "1.12.6-beta-20260909034232.0"
65
65
  },
66
66
  "license": "MIT",
67
67
  "scripts": {