@midscene/android 1.7.7-beta-20260430031647.0 → 1.7.9

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
@@ -2016,7 +2016,7 @@ class AndroidMidsceneTools extends BaseMidsceneTools {
2016
2016
  const tools = new AndroidMidsceneTools();
2017
2017
  runToolsCLI(tools, 'midscene-android', {
2018
2018
  stripPrefix: 'android_',
2019
- version: "1.7.7-beta-20260430031647.0",
2019
+ version: "1.7.9",
2020
2020
  extraCommands: createReportCliCommands()
2021
2021
  }).catch((e)=>{
2022
2022
  process.exit(reportCLIError(e));
@@ -2020,7 +2020,7 @@ class AndroidMCPServer extends BaseMCPServer {
2020
2020
  constructor(toolsManager){
2021
2021
  super({
2022
2022
  name: '@midscene/android-mcp',
2023
- version: "1.7.7-beta-20260430031647.0",
2023
+ version: "1.7.9",
2024
2024
  description: 'Control the Android device using natural language commands'
2025
2025
  }, toolsManager);
2026
2026
  }
package/dist/lib/cli.js CHANGED
@@ -2031,7 +2031,7 @@ ${Object.keys(size).filter((key)=>size[key]).map((key)=>` ${key} size: ${size[k
2031
2031
  const tools = new AndroidMidsceneTools();
2032
2032
  (0, cli_namespaceObject.runToolsCLI)(tools, 'midscene-android', {
2033
2033
  stripPrefix: 'android_',
2034
- version: "1.7.7-beta-20260430031647.0",
2034
+ version: "1.7.9",
2035
2035
  extraCommands: (0, core_namespaceObject.createReportCliCommands)()
2036
2036
  }).catch((e)=>{
2037
2037
  process.exit((0, cli_namespaceObject.reportCLIError)(e));
@@ -2051,7 +2051,7 @@ ${Object.keys(size).filter((key)=>size[key]).map((key)=>` ${key} size: ${size[k
2051
2051
  constructor(toolsManager){
2052
2052
  super({
2053
2053
  name: '@midscene/android-mcp',
2054
- version: "1.7.7-beta-20260430031647.0",
2054
+ version: "1.7.9",
2055
2055
  description: 'Control the Android device using natural language commands'
2056
2056
  }, toolsManager);
2057
2057
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@midscene/android",
3
- "version": "1.7.7-beta-20260430031647.0",
3
+ "version": "1.7.9",
4
4
  "description": "Android automation library for Midscene",
5
5
  "keywords": [
6
6
  "Android UI automation",
@@ -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/core": "1.7.7-beta-20260430031647.0",
45
- "@midscene/shared": "1.7.7-beta-20260430031647.0"
44
+ "@midscene/core": "1.7.9",
45
+ "@midscene/shared": "1.7.9"
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.7.7-beta-20260430031647.0"
59
+ "@midscene/playground": "1.7.9"
60
60
  },
61
61
  "license": "MIT",
62
62
  "scripts": {