@midscene/android 1.9.7-beta-20260616025249.0 → 1.9.7

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
@@ -2044,7 +2044,7 @@ class AndroidMidsceneTools extends BaseMidsceneTools {
2044
2044
  const tools = new AndroidMidsceneTools();
2045
2045
  runToolsCLI(tools, 'midscene-android', {
2046
2046
  stripPrefix: 'android_',
2047
- version: "1.9.7-beta-20260616025249.0",
2047
+ version: "1.9.7",
2048
2048
  extraCommands: createReportCliCommands()
2049
2049
  }).catch((e)=>{
2050
2050
  process.exit(reportCLIError(e));
@@ -2048,7 +2048,7 @@ class AndroidMCPServer extends BaseMCPServer {
2048
2048
  constructor(toolsManager){
2049
2049
  super({
2050
2050
  name: '@midscene/android-mcp',
2051
- version: "1.9.7-beta-20260616025249.0",
2051
+ version: "1.9.7",
2052
2052
  description: 'Control the Android device using natural language commands'
2053
2053
  }, toolsManager);
2054
2054
  }
package/dist/lib/cli.js CHANGED
@@ -2059,7 +2059,7 @@ ${Object.keys(size).filter((key)=>size[key]).map((key)=>` ${key} size: ${size[k
2059
2059
  const tools = new AndroidMidsceneTools();
2060
2060
  (0, cli_namespaceObject.runToolsCLI)(tools, 'midscene-android', {
2061
2061
  stripPrefix: 'android_',
2062
- version: "1.9.7-beta-20260616025249.0",
2062
+ version: "1.9.7",
2063
2063
  extraCommands: (0, core_namespaceObject.createReportCliCommands)()
2064
2064
  }).catch((e)=>{
2065
2065
  process.exit((0, cli_namespaceObject.reportCLIError)(e));
@@ -2079,7 +2079,7 @@ ${Object.keys(size).filter((key)=>size[key]).map((key)=>` ${key} size: ${size[k
2079
2079
  constructor(toolsManager){
2080
2080
  super({
2081
2081
  name: '@midscene/android-mcp',
2082
- version: "1.9.7-beta-20260616025249.0",
2082
+ version: "1.9.7",
2083
2083
  description: 'Control the Android device using natural language commands'
2084
2084
  }, toolsManager);
2085
2085
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@midscene/android",
3
- "version": "1.9.7-beta-20260616025249.0",
3
+ "version": "1.9.7",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/web-infra-dev/midscene.git",
@@ -46,8 +46,8 @@
46
46
  "@yume-chan/stream-extra": "2.1.0",
47
47
  "appium-adb": "12.12.1",
48
48
  "sharp": "^0.34.3",
49
- "@midscene/shared": "1.9.7-beta-20260616025249.0",
50
- "@midscene/core": "1.9.7-beta-20260616025249.0"
49
+ "@midscene/core": "1.9.7",
50
+ "@midscene/shared": "1.9.7"
51
51
  },
52
52
  "optionalDependencies": {
53
53
  "@ffmpeg-installer/ffmpeg": "^1.1.0"
@@ -61,7 +61,7 @@
61
61
  "undici": "^6.0.0",
62
62
  "vitest": "3.0.5",
63
63
  "zod": "^3.25.1",
64
- "@midscene/playground": "1.9.7-beta-20260616025249.0"
64
+ "@midscene/playground": "1.9.7"
65
65
  },
66
66
  "license": "MIT",
67
67
  "scripts": {