@midscene/ios 1.2.2-beta-20260115065918.0 → 1.2.2-beta-20260115090041.0
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/mcp-server.mjs +1 -1
- package/dist/lib/mcp-server.js +1 -1
- package/package.json +5 -5
- package/static/index.html +1 -1
- package/static/static/js/{index.d0e3d61a.js → index.a5554135.js} +5 -5
- package/static/static/js/index.a5554135.js.map +1 -0
- package/static/static/js/index.d0e3d61a.js.map +0 -1
- /package/static/static/js/{index.d0e3d61a.js.LICENSE.txt → index.a5554135.js.LICENSE.txt} +0 -0
package/dist/es/mcp-server.mjs
CHANGED
|
@@ -1287,7 +1287,7 @@ class IOSMCPServer extends BaseMCPServer {
|
|
|
1287
1287
|
constructor(toolsManager){
|
|
1288
1288
|
super({
|
|
1289
1289
|
name: '@midscene/ios-mcp',
|
|
1290
|
-
version: "1.2.2-beta-
|
|
1290
|
+
version: "1.2.2-beta-20260115090041.0",
|
|
1291
1291
|
description: 'Control the iOS device using natural language commands'
|
|
1292
1292
|
}, toolsManager);
|
|
1293
1293
|
}
|
package/dist/lib/mcp-server.js
CHANGED
|
@@ -1327,7 +1327,7 @@ class IOSMCPServer extends mcp_namespaceObject.BaseMCPServer {
|
|
|
1327
1327
|
constructor(toolsManager){
|
|
1328
1328
|
super({
|
|
1329
1329
|
name: '@midscene/ios-mcp',
|
|
1330
|
-
version: "1.2.2-beta-
|
|
1330
|
+
version: "1.2.2-beta-20260115090041.0",
|
|
1331
1331
|
description: 'Control the iOS device using natural language commands'
|
|
1332
1332
|
}, toolsManager);
|
|
1333
1333
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@midscene/ios",
|
|
3
|
-
"version": "1.2.2-beta-
|
|
3
|
+
"version": "1.2.2-beta-20260115090041.0",
|
|
4
4
|
"description": "iOS automation library for Midscene",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"iOS UI automation",
|
|
@@ -43,9 +43,9 @@
|
|
|
43
43
|
"dependencies": {
|
|
44
44
|
"@inquirer/prompts": "^7.8.6",
|
|
45
45
|
"open": "10.1.0",
|
|
46
|
-
"@midscene/core": "1.2.2-beta-
|
|
47
|
-
"@midscene/shared": "1.2.2-beta-
|
|
48
|
-
"@midscene/webdriver": "1.2.2-beta-
|
|
46
|
+
"@midscene/core": "1.2.2-beta-20260115090041.0",
|
|
47
|
+
"@midscene/shared": "1.2.2-beta-20260115090041.0",
|
|
48
|
+
"@midscene/webdriver": "1.2.2-beta-20260115090041.0"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"@rslib/core": "^0.18.3",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"tsx": "^4.19.2",
|
|
56
56
|
"vitest": "3.0.5",
|
|
57
57
|
"zod": "3.24.3",
|
|
58
|
-
"@midscene/playground": "1.2.2-beta-
|
|
58
|
+
"@midscene/playground": "1.2.2-beta-20260115090041.0"
|
|
59
59
|
},
|
|
60
60
|
"license": "MIT",
|
|
61
61
|
"scripts": {
|
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/430.53da0b9c.js"></script><script defer src="/static/js/index.
|
|
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/430.53da0b9c.js"></script><script defer src="/static/js/index.a5554135.js"></script><link href="/static/css/index.58968da2.css" rel="stylesheet"></head><body><div id="root"></div></body></html>
|