@aiscene/android 1.6.0-cache → 1.6.3

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.
Binary file
@@ -0,0 +1,2 @@
1
+ appMetadataVersion=1.1
2
+ androidGradlePluginVersion=7.4.2
Binary file
Binary file
package/dist/es/cli.mjs CHANGED
@@ -1865,7 +1865,7 @@ class AndroidMidsceneTools extends BaseMidsceneTools {
1865
1865
  const tools = new AndroidMidsceneTools();
1866
1866
  runToolsCLI(tools, 'midscene-android', {
1867
1867
  stripPrefix: 'android_',
1868
- version: "1.6.0-cache"
1868
+ version: "1.6.3"
1869
1869
  }).catch((e)=>{
1870
1870
  if (!(e instanceof CLIError)) console.error(e);
1871
1871
  process.exit(e instanceof CLIError ? e.exitCode : 1);
@@ -1868,7 +1868,7 @@ class AndroidMCPServer extends BaseMCPServer {
1868
1868
  constructor(toolsManager){
1869
1869
  super({
1870
1870
  name: '@midscene/android-mcp',
1871
- version: "1.6.0-cache",
1871
+ version: "1.6.3",
1872
1872
  description: 'Control the Android device using natural language commands'
1873
1873
  }, toolsManager);
1874
1874
  }
package/dist/lib/cli.js CHANGED
@@ -1880,7 +1880,7 @@ ${Object.keys(size).filter((key)=>size[key]).map((key)=>` ${key} size: ${size[k
1880
1880
  const tools = new AndroidMidsceneTools();
1881
1881
  (0, cli_namespaceObject.runToolsCLI)(tools, 'midscene-android', {
1882
1882
  stripPrefix: 'android_',
1883
- version: "1.6.0-cache"
1883
+ version: "1.6.3"
1884
1884
  }).catch((e)=>{
1885
1885
  if (!(e instanceof cli_namespaceObject.CLIError)) console.error(e);
1886
1886
  process.exit(e instanceof cli_namespaceObject.CLIError ? e.exitCode : 1);
@@ -1899,7 +1899,7 @@ ${Object.keys(size).filter((key)=>size[key]).map((key)=>` ${key} size: ${size[k
1899
1899
  constructor(toolsManager){
1900
1900
  super({
1901
1901
  name: '@midscene/android-mcp',
1902
- version: "1.6.0-cache",
1902
+ version: "1.6.3",
1903
1903
  description: 'Control the Android device using natural language commands'
1904
1904
  }, toolsManager);
1905
1905
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aiscene/android",
3
- "version": "1.6.0-cache",
3
+ "version": "1.6.3",
4
4
  "description": "Android automation library for Midscene",
5
5
  "keywords": [
6
6
  "Android UI automation",
@@ -1,2 +0,0 @@
1
- #!/usr/bin/env node
2
- require('../dist/lib/cli.js');
package/bin/yadb DELETED
Binary file