@aiscene/android 1.7.10 → 1.7.11

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
@@ -1954,7 +1954,7 @@ class AndroidMidsceneTools extends BaseMidsceneTools {
1954
1954
  const tools = new AndroidMidsceneTools();
1955
1955
  runToolsCLI(tools, 'midscene-android', {
1956
1956
  stripPrefix: 'android_',
1957
- version: "1.7.7"
1957
+ version: "1.7.10"
1958
1958
  }).catch((e)=>{
1959
1959
  if (!(e instanceof CLIError)) console.error(e);
1960
1960
  process.exit(e instanceof CLIError ? e.exitCode : 1);
@@ -1957,7 +1957,7 @@ class AndroidMCPServer extends BaseMCPServer {
1957
1957
  constructor(toolsManager){
1958
1958
  super({
1959
1959
  name: '@midscene/android-mcp',
1960
- version: "1.7.7",
1960
+ version: "1.7.10",
1961
1961
  description: 'Control the Android device using natural language commands'
1962
1962
  }, toolsManager);
1963
1963
  }
package/dist/lib/cli.js CHANGED
@@ -1969,7 +1969,7 @@ ${Object.keys(size).filter((key)=>size[key]).map((key)=>` ${key} size: ${size[k
1969
1969
  const tools = new AndroidMidsceneTools();
1970
1970
  (0, cli_namespaceObject.runToolsCLI)(tools, 'midscene-android', {
1971
1971
  stripPrefix: 'android_',
1972
- version: "1.7.7"
1972
+ version: "1.7.10"
1973
1973
  }).catch((e)=>{
1974
1974
  if (!(e instanceof cli_namespaceObject.CLIError)) console.error(e);
1975
1975
  process.exit(e instanceof cli_namespaceObject.CLIError ? e.exitCode : 1);
@@ -1988,7 +1988,7 @@ ${Object.keys(size).filter((key)=>size[key]).map((key)=>` ${key} size: ${size[k
1988
1988
  constructor(toolsManager){
1989
1989
  super({
1990
1990
  name: '@midscene/android-mcp',
1991
- version: "1.7.7",
1991
+ version: "1.7.10",
1992
1992
  description: 'Control the Android device using natural language commands'
1993
1993
  }, toolsManager);
1994
1994
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aiscene/android",
3
- "version": "1.7.10",
3
+ "version": "1.7.11",
4
4
  "description": "Android automation library for Midscene",
5
5
  "keywords": [
6
6
  "Android UI automation",