@midscene/android 1.9.8-beta-20260618091332.0 → 1.9.8

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
@@ -2060,7 +2060,7 @@ class AndroidMidsceneTools extends BaseMidsceneTools {
2060
2060
  const tools = new AndroidMidsceneTools();
2061
2061
  runToolsCLI(tools, 'midscene-android', {
2062
2062
  stripPrefix: 'android_',
2063
- version: "1.9.8-beta-20260618091332.0",
2063
+ version: "1.9.8",
2064
2064
  extraCommands: createReportCliCommands()
2065
2065
  }).catch((e)=>{
2066
2066
  process.exit(reportCLIError(e));
@@ -2064,7 +2064,7 @@ class AndroidMCPServer extends BaseMCPServer {
2064
2064
  constructor(toolsManager){
2065
2065
  super({
2066
2066
  name: '@midscene/android-mcp',
2067
- version: "1.9.8-beta-20260618091332.0",
2067
+ version: "1.9.8",
2068
2068
  description: 'Control the Android device using natural language commands'
2069
2069
  }, toolsManager);
2070
2070
  }
package/dist/lib/cli.js CHANGED
@@ -2075,7 +2075,7 @@ ${Object.keys(size).filter((key)=>size[key]).map((key)=>` ${key} size: ${size[k
2075
2075
  const tools = new AndroidMidsceneTools();
2076
2076
  (0, cli_namespaceObject.runToolsCLI)(tools, 'midscene-android', {
2077
2077
  stripPrefix: 'android_',
2078
- version: "1.9.8-beta-20260618091332.0",
2078
+ version: "1.9.8",
2079
2079
  extraCommands: (0, core_namespaceObject.createReportCliCommands)()
2080
2080
  }).catch((e)=>{
2081
2081
  process.exit((0, cli_namespaceObject.reportCLIError)(e));
@@ -2095,7 +2095,7 @@ ${Object.keys(size).filter((key)=>size[key]).map((key)=>` ${key} size: ${size[k
2095
2095
  constructor(toolsManager){
2096
2096
  super({
2097
2097
  name: '@midscene/android-mcp',
2098
- version: "1.9.8-beta-20260618091332.0",
2098
+ version: "1.9.8",
2099
2099
  description: 'Control the Android device using natural language commands'
2100
2100
  }, toolsManager);
2101
2101
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@midscene/android",
3
- "version": "1.9.8-beta-20260618091332.0",
3
+ "version": "1.9.8",
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/core": "1.9.8-beta-20260618091332.0",
50
- "@midscene/shared": "1.9.8-beta-20260618091332.0"
49
+ "@midscene/core": "1.9.8",
50
+ "@midscene/shared": "1.9.8"
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.8-beta-20260618091332.0"
64
+ "@midscene/playground": "1.9.8"
65
65
  },
66
66
  "license": "MIT",
67
67
  "scripts": {