@midscene/ios 1.3.6 → 1.3.7

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.
@@ -1230,7 +1230,7 @@ class IOSMCPServer extends BaseMCPServer {
1230
1230
  constructor(toolsManager){
1231
1231
  super({
1232
1232
  name: '@midscene/ios-mcp',
1233
- version: "1.3.6",
1233
+ version: "1.3.7",
1234
1234
  description: 'Control the iOS device using natural language commands'
1235
1235
  }, toolsManager);
1236
1236
  }
@@ -1270,7 +1270,7 @@ class IOSMCPServer extends mcp_namespaceObject.BaseMCPServer {
1270
1270
  constructor(toolsManager){
1271
1271
  super({
1272
1272
  name: '@midscene/ios-mcp',
1273
- version: "1.3.6",
1273
+ version: "1.3.7",
1274
1274
  description: 'Control the iOS device using natural language commands'
1275
1275
  }, toolsManager);
1276
1276
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@midscene/ios",
3
- "version": "1.3.6",
3
+ "version": "1.3.7",
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.3.6",
47
- "@midscene/webdriver": "1.3.6",
48
- "@midscene/shared": "1.3.6",
49
- "@midscene/playground": "1.3.6"
46
+ "@midscene/core": "1.3.7",
47
+ "@midscene/shared": "1.3.7",
48
+ "@midscene/webdriver": "1.3.7",
49
+ "@midscene/playground": "1.3.7"
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/463.9d3be433.js"></script><script defer src="/static/js/index.aa579514.js"></script><link href="/static/css/index.58968da2.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/463.9d3be433.js"></script><script defer src="/static/js/index.f9a2c6b4.js"></script><link href="/static/css/index.58968da2.css" rel="stylesheet"></head><body><div id="root"></div></body></html>