@midscene/ios 1.4.5 → 1.4.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.
@@ -1251,7 +1251,7 @@ class IOSMCPServer extends BaseMCPServer {
1251
1251
  constructor(toolsManager){
1252
1252
  super({
1253
1253
  name: '@midscene/ios-mcp',
1254
- version: "1.4.5",
1254
+ version: "1.4.6",
1255
1255
  description: 'Control the iOS device using natural language commands'
1256
1256
  }, toolsManager);
1257
1257
  }
@@ -1291,7 +1291,7 @@ class IOSMCPServer extends mcp_namespaceObject.BaseMCPServer {
1291
1291
  constructor(toolsManager){
1292
1292
  super({
1293
1293
  name: '@midscene/ios-mcp',
1294
- version: "1.4.5",
1294
+ version: "1.4.6",
1295
1295
  description: 'Control the iOS device using natural language commands'
1296
1296
  }, toolsManager);
1297
1297
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@midscene/ios",
3
- "version": "1.4.5",
3
+ "version": "1.4.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.4.5",
47
- "@midscene/shared": "1.4.5",
48
- "@midscene/playground": "1.4.5",
49
- "@midscene/webdriver": "1.4.5"
46
+ "@midscene/shared": "1.4.6",
47
+ "@midscene/webdriver": "1.4.6",
48
+ "@midscene/playground": "1.4.6",
49
+ "@midscene/core": "1.4.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/853.673222dd.js"></script><script defer src="/static/js/index.c0c59c1b.js"></script><link href="/static/css/index.33fcd75b.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/853.673222dd.js"></script><script defer src="/static/js/index.411fd75e.js"></script><link href="/static/css/index.33fcd75b.css" rel="stylesheet"></head><body><div id="root"></div></body></html>