@aiscene/android 1.7.13 → 1.7.14

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
@@ -24169,7 +24169,7 @@ class AndroidMidsceneTools extends BaseMidsceneTools {
24169
24169
  const cli_tools = new AndroidMidsceneTools();
24170
24170
  runToolsCLI(cli_tools, 'midscene-android', {
24171
24171
  stripPrefix: 'android_',
24172
- version: "1.7.12"
24172
+ version: "1.7.13"
24173
24173
  }).catch((e)=>{
24174
24174
  if (!(e instanceof CLIError)) console.error(e);
24175
24175
  process.exit(e instanceof CLIError ? e.exitCode : 1);
@@ -24172,7 +24172,7 @@ class AndroidMCPServer extends BaseMCPServer {
24172
24172
  constructor(toolsManager){
24173
24173
  super({
24174
24174
  name: '@midscene/android-mcp',
24175
- version: "1.7.12",
24175
+ version: "1.7.13",
24176
24176
  description: 'Control the Android device using natural language commands'
24177
24177
  }, toolsManager);
24178
24178
  }
package/dist/lib/cli.js CHANGED
@@ -24230,7 +24230,7 @@ ${Object.keys(size).filter((key)=>size[key]).map((key)=>` ${key} size: ${size[k
24230
24230
  const cli_tools = new AndroidMidsceneTools();
24231
24231
  (0, cli_namespaceObject.runToolsCLI)(cli_tools, 'midscene-android', {
24232
24232
  stripPrefix: 'android_',
24233
- version: "1.7.12"
24233
+ version: "1.7.13"
24234
24234
  }).catch((e)=>{
24235
24235
  if (!(e instanceof cli_namespaceObject.CLIError)) console.error(e);
24236
24236
  process.exit(e instanceof cli_namespaceObject.CLIError ? e.exitCode : 1);
@@ -24239,7 +24239,7 @@ ${Object.keys(size).filter((key)=>size[key]).map((key)=>` ${key} size: ${size[k
24239
24239
  constructor(toolsManager){
24240
24240
  super({
24241
24241
  name: '@midscene/android-mcp',
24242
- version: "1.7.12",
24242
+ version: "1.7.13",
24243
24243
  description: 'Control the Android device using natural language commands'
24244
24244
  }, toolsManager);
24245
24245
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aiscene/android",
3
- "version": "1.7.13",
3
+ "version": "1.7.14",
4
4
  "description": "Android automation library for Midscene",
5
5
  "keywords": [
6
6
  "Android UI automation",