@midscene/ios 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
@@ -1285,7 +1285,7 @@ class IOSMidsceneTools extends BaseMidsceneTools {
1285
1285
  const tools = new IOSMidsceneTools();
1286
1286
  runToolsCLI(tools, 'midscene-ios', {
1287
1287
  stripPrefix: 'ios_',
1288
- version: "1.5.5"
1288
+ version: "1.5.6"
1289
1289
  }).catch((e)=>{
1290
1290
  if (!(e instanceof CLIError)) console.error(e);
1291
1291
  process.exit(e instanceof CLIError ? e.exitCode : 1);
@@ -1288,7 +1288,7 @@ class IOSMCPServer extends BaseMCPServer {
1288
1288
  constructor(toolsManager){
1289
1289
  super({
1290
1290
  name: '@midscene/ios-mcp',
1291
- version: "1.5.5",
1291
+ version: "1.5.6",
1292
1292
  description: 'Control the iOS device using natural language commands'
1293
1293
  }, toolsManager);
1294
1294
  }
package/dist/lib/cli.js CHANGED
@@ -1309,7 +1309,7 @@ class IOSMidsceneTools extends mcp_namespaceObject.BaseMidsceneTools {
1309
1309
  const tools = new IOSMidsceneTools();
1310
1310
  (0, cli_namespaceObject.runToolsCLI)(tools, 'midscene-ios', {
1311
1311
  stripPrefix: 'ios_',
1312
- version: "1.5.5"
1312
+ version: "1.5.6"
1313
1313
  }).catch((e)=>{
1314
1314
  if (!(e instanceof cli_namespaceObject.CLIError)) console.error(e);
1315
1315
  process.exit(e instanceof cli_namespaceObject.CLIError ? e.exitCode : 1);
@@ -1328,7 +1328,7 @@ class IOSMCPServer extends mcp_namespaceObject.BaseMCPServer {
1328
1328
  constructor(toolsManager){
1329
1329
  super({
1330
1330
  name: '@midscene/ios-mcp',
1331
- version: "1.5.5",
1331
+ version: "1.5.6",
1332
1332
  description: 'Control the iOS device using natural language commands'
1333
1333
  }, toolsManager);
1334
1334
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@midscene/ios",
3
- "version": "1.5.5",
3
+ "version": "1.5.6",
4
4
  "description": "iOS automation library for Midscene",
5
5
  "keywords": [
6
6
  "iOS UI automation",
@@ -43,10 +43,10 @@
43
43
  "dependencies": {
44
44
  "@inquirer/prompts": "^7.8.6",
45
45
  "open": "10.1.0",
46
- "@midscene/core": "1.5.5",
47
- "@midscene/webdriver": "1.5.5",
48
- "@midscene/playground": "1.5.5",
49
- "@midscene/shared": "1.5.5"
46
+ "@midscene/core": "1.5.6",
47
+ "@midscene/shared": "1.5.6",
48
+ "@midscene/webdriver": "1.5.6",
49
+ "@midscene/playground": "1.5.6"
50
50
  },
51
51
  "devDependencies": {
52
52
  "@rslib/core": "^0.18.3",
package/static/index.html CHANGED
@@ -1 +1 @@
1
- <!doctype html><html><head><link rel="icon" href="/favicon.ico"><title>Midscene Playground</title><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><script defer src="/static/js/lib-react.7b1abe58.js"></script><script defer src="/static/js/148.23cd9828.js"></script><script defer src="/static/js/index.b06cefb6.js"></script><link href="/static/css/index.30e8a752.css" rel="stylesheet"></head><body><div id="root"></div></body></html>
1
+ <!doctype html><html><head><link rel="icon" href="/favicon.ico"><title>Midscene Playground</title><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><script defer src="/static/js/lib-react.7b1abe58.js"></script><script defer src="/static/js/148.23cd9828.js"></script><script defer src="/static/js/index.5f858f26.js"></script><link href="/static/css/index.30e8a752.css" rel="stylesheet"></head><body><div id="root"></div></body></html>