@midscene/android 1.5.5 → 1.5.6

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
@@ -1908,7 +1908,7 @@ class AndroidMidsceneTools extends BaseMidsceneTools {
1908
1908
  const tools = new AndroidMidsceneTools();
1909
1909
  runToolsCLI(tools, 'midscene-android', {
1910
1910
  stripPrefix: 'android_',
1911
- version: "1.5.5"
1911
+ version: "1.5.6"
1912
1912
  }).catch((e)=>{
1913
1913
  if (!(e instanceof CLIError)) console.error(e);
1914
1914
  process.exit(e instanceof CLIError ? e.exitCode : 1);
@@ -1911,7 +1911,7 @@ class AndroidMCPServer extends BaseMCPServer {
1911
1911
  constructor(toolsManager){
1912
1912
  super({
1913
1913
  name: '@midscene/android-mcp',
1914
- version: "1.5.5",
1914
+ version: "1.5.6",
1915
1915
  description: 'Control the Android device using natural language commands'
1916
1916
  }, toolsManager);
1917
1917
  }
package/dist/lib/cli.js CHANGED
@@ -1923,7 +1923,7 @@ ${Object.keys(size).filter((key)=>size[key]).map((key)=>` ${key} size: ${size[k
1923
1923
  const tools = new AndroidMidsceneTools();
1924
1924
  (0, cli_namespaceObject.runToolsCLI)(tools, 'midscene-android', {
1925
1925
  stripPrefix: 'android_',
1926
- version: "1.5.5"
1926
+ version: "1.5.6"
1927
1927
  }).catch((e)=>{
1928
1928
  if (!(e instanceof cli_namespaceObject.CLIError)) console.error(e);
1929
1929
  process.exit(e instanceof cli_namespaceObject.CLIError ? e.exitCode : 1);
@@ -1942,7 +1942,7 @@ ${Object.keys(size).filter((key)=>size[key]).map((key)=>` ${key} size: ${size[k
1942
1942
  constructor(toolsManager){
1943
1943
  super({
1944
1944
  name: '@midscene/android-mcp',
1945
- version: "1.5.5",
1945
+ version: "1.5.6",
1946
1946
  description: 'Control the Android device using natural language commands'
1947
1947
  }, toolsManager);
1948
1948
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@midscene/android",
3
- "version": "1.5.5",
3
+ "version": "1.5.6",
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.5",
45
- "@midscene/shared": "1.5.5"
44
+ "@midscene/core": "1.5.6",
45
+ "@midscene/shared": "1.5.6"
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.5"
59
+ "@midscene/playground": "1.5.6"
60
60
  },
61
61
  "license": "MIT",
62
62
  "scripts": {