@midscene/android 1.11.0 → 1.11.1-beta-20260819031908.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
@@ -3159,7 +3159,7 @@ class AndroidMidsceneTools extends BaseMidsceneTools {
3159
3159
  const tools = new AndroidMidsceneTools();
3160
3160
  runToolsCLI(tools, 'midscene-android', {
3161
3161
  stripPrefix: 'android_',
3162
- version: "1.11.0",
3162
+ version: "1.11.1-beta-20260819031908.0",
3163
3163
  extraCommands: createReportCliCommands()
3164
3164
  }).catch((e)=>{
3165
3165
  process.exit(reportCLIError(e));
package/dist/lib/cli.js CHANGED
@@ -3174,7 +3174,7 @@ ${Object.keys(size).filter((key)=>size[key]).map((key)=>` ${key} size: ${size[k
3174
3174
  const tools = new AndroidMidsceneTools();
3175
3175
  (0, cli_namespaceObject.runToolsCLI)(tools, 'midscene-android', {
3176
3176
  stripPrefix: 'android_',
3177
- version: "1.11.0",
3177
+ version: "1.11.1-beta-20260819031908.0",
3178
3178
  extraCommands: (0, core_namespaceObject.createReportCliCommands)()
3179
3179
  }).catch((e)=>{
3180
3180
  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.11.0",
3
+ "version": "1.11.1-beta-20260819031908.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.11.0",
45
- "@midscene/core": "1.11.0"
44
+ "@midscene/core": "1.11.1-beta-20260819031908.0",
45
+ "@midscene/shared": "1.11.1-beta-20260819031908.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.11.0"
59
+ "@midscene/playground": "1.11.1-beta-20260819031908.0"
60
60
  },
61
61
  "license": "MIT",
62
62
  "scripts": {