@midscene/android 1.5.8-beta-20260324074118.0 → 1.5.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
@@ -1918,7 +1918,7 @@ class AndroidMidsceneTools extends BaseMidsceneTools {
1918
1918
  const tools = new AndroidMidsceneTools();
1919
1919
  runToolsCLI(tools, 'midscene-android', {
1920
1920
  stripPrefix: 'android_',
1921
- version: "1.5.8-beta-20260324074118.0"
1921
+ version: "1.5.8"
1922
1922
  }).catch((e)=>{
1923
1923
  if (!(e instanceof CLIError)) console.error(e);
1924
1924
  process.exit(e instanceof CLIError ? e.exitCode : 1);
@@ -1921,7 +1921,7 @@ class AndroidMCPServer extends BaseMCPServer {
1921
1921
  constructor(toolsManager){
1922
1922
  super({
1923
1923
  name: '@midscene/android-mcp',
1924
- version: "1.5.8-beta-20260324074118.0",
1924
+ version: "1.5.8",
1925
1925
  description: 'Control the Android device using natural language commands'
1926
1926
  }, toolsManager);
1927
1927
  }
package/dist/lib/cli.js CHANGED
@@ -1933,7 +1933,7 @@ ${Object.keys(size).filter((key)=>size[key]).map((key)=>` ${key} size: ${size[k
1933
1933
  const tools = new AndroidMidsceneTools();
1934
1934
  (0, cli_namespaceObject.runToolsCLI)(tools, 'midscene-android', {
1935
1935
  stripPrefix: 'android_',
1936
- version: "1.5.8-beta-20260324074118.0"
1936
+ version: "1.5.8"
1937
1937
  }).catch((e)=>{
1938
1938
  if (!(e instanceof cli_namespaceObject.CLIError)) console.error(e);
1939
1939
  process.exit(e instanceof cli_namespaceObject.CLIError ? e.exitCode : 1);
@@ -1952,7 +1952,7 @@ ${Object.keys(size).filter((key)=>size[key]).map((key)=>` ${key} size: ${size[k
1952
1952
  constructor(toolsManager){
1953
1953
  super({
1954
1954
  name: '@midscene/android-mcp',
1955
- version: "1.5.8-beta-20260324074118.0",
1955
+ version: "1.5.8",
1956
1956
  description: 'Control the Android device using natural language commands'
1957
1957
  }, toolsManager);
1958
1958
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@midscene/android",
3
- "version": "1.5.8-beta-20260324074118.0",
3
+ "version": "1.5.8",
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.5.8-beta-20260324074118.0",
45
- "@midscene/shared": "1.5.8-beta-20260324074118.0"
44
+ "@midscene/shared": "1.5.8",
45
+ "@midscene/core": "1.5.8"
46
46
  },
47
47
  "optionalDependencies": {
48
48
  "@ffmpeg-installer/ffmpeg": "^1.1.0"
@@ -56,7 +56,7 @@
56
56
  "tsx": "^4.19.2",
57
57
  "vitest": "3.0.5",
58
58
  "zod": "3.24.3",
59
- "@midscene/playground": "1.5.8-beta-20260324074118.0"
59
+ "@midscene/playground": "1.5.8"
60
60
  },
61
61
  "license": "MIT",
62
62
  "scripts": {