@midscene/ios 1.7.2 → 1.7.3-beta-20260410073825.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/cli.mjs +1 -1
- package/dist/es/mcp-server.mjs +1 -1
- package/dist/lib/cli.js +1 -1
- package/dist/lib/mcp-server.js +1 -1
- package/package.json +6 -6
- package/static/index.html +1 -1
- package/static/static/js/{830.aeaa53f9.js → 537.7bdd012b.js} +5 -5
- package/static/static/js/537.7bdd012b.js.map +1 -0
- package/static/static/js/{index.3828a5f8.js → index.4d349230.js} +25 -25
- package/static/static/js/{index.3828a5f8.js.map → index.4d349230.js.map} +1 -1
- package/static/static/js/830.aeaa53f9.js.map +0 -1
- /package/static/static/js/{830.aeaa53f9.js.LICENSE.txt → 537.7bdd012b.js.LICENSE.txt} +0 -0
- /package/static/static/js/{index.3828a5f8.js.LICENSE.txt → index.4d349230.js.LICENSE.txt} +0 -0
package/dist/es/cli.mjs
CHANGED
|
@@ -1366,7 +1366,7 @@ class IOSMidsceneTools extends BaseMidsceneTools {
|
|
|
1366
1366
|
const tools = new IOSMidsceneTools();
|
|
1367
1367
|
runToolsCLI(tools, 'midscene-ios', {
|
|
1368
1368
|
stripPrefix: 'ios_',
|
|
1369
|
-
version: "1.7.
|
|
1369
|
+
version: "1.7.3-beta-20260410073825.0",
|
|
1370
1370
|
extraCommands: createReportCliCommands()
|
|
1371
1371
|
}).catch((e)=>{
|
|
1372
1372
|
if (!(e instanceof CLIError)) console.error(e);
|
package/dist/es/mcp-server.mjs
CHANGED
|
@@ -1369,7 +1369,7 @@ class IOSMCPServer extends BaseMCPServer {
|
|
|
1369
1369
|
constructor(toolsManager){
|
|
1370
1370
|
super({
|
|
1371
1371
|
name: '@midscene/ios-mcp',
|
|
1372
|
-
version: "1.7.
|
|
1372
|
+
version: "1.7.3-beta-20260410073825.0",
|
|
1373
1373
|
description: 'Control the iOS device using natural language commands'
|
|
1374
1374
|
}, toolsManager);
|
|
1375
1375
|
}
|
package/dist/lib/cli.js
CHANGED
|
@@ -1390,7 +1390,7 @@ class IOSMidsceneTools extends mcp_namespaceObject.BaseMidsceneTools {
|
|
|
1390
1390
|
const tools = new IOSMidsceneTools();
|
|
1391
1391
|
(0, cli_namespaceObject.runToolsCLI)(tools, 'midscene-ios', {
|
|
1392
1392
|
stripPrefix: 'ios_',
|
|
1393
|
-
version: "1.7.
|
|
1393
|
+
version: "1.7.3-beta-20260410073825.0",
|
|
1394
1394
|
extraCommands: (0, core_namespaceObject.createReportCliCommands)()
|
|
1395
1395
|
}).catch((e)=>{
|
|
1396
1396
|
if (!(e instanceof cli_namespaceObject.CLIError)) console.error(e);
|
package/dist/lib/mcp-server.js
CHANGED
|
@@ -1409,7 +1409,7 @@ class IOSMCPServer extends mcp_namespaceObject.BaseMCPServer {
|
|
|
1409
1409
|
constructor(toolsManager){
|
|
1410
1410
|
super({
|
|
1411
1411
|
name: '@midscene/ios-mcp',
|
|
1412
|
-
version: "1.7.
|
|
1412
|
+
version: "1.7.3-beta-20260410073825.0",
|
|
1413
1413
|
description: 'Control the iOS device using natural language commands'
|
|
1414
1414
|
}, toolsManager);
|
|
1415
1415
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@midscene/ios",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.3-beta-20260410073825.0",
|
|
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.7.
|
|
47
|
-
"@midscene/playground": "1.7.
|
|
48
|
-
"@midscene/shared": "1.7.
|
|
49
|
-
"@midscene/webdriver": "1.7.
|
|
46
|
+
"@midscene/core": "1.7.3-beta-20260410073825.0",
|
|
47
|
+
"@midscene/playground": "1.7.3-beta-20260410073825.0",
|
|
48
|
+
"@midscene/shared": "1.7.3-beta-20260410073825.0",
|
|
49
|
+
"@midscene/webdriver": "1.7.3-beta-20260410073825.0"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"@rslib/core": "^0.18.3",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"typescript": "^5.8.3",
|
|
56
56
|
"tsx": "^4.19.2",
|
|
57
57
|
"vitest": "3.0.5",
|
|
58
|
-
"zod": "3.
|
|
58
|
+
"zod": "^3.25.1"
|
|
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/
|
|
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/537.7bdd012b.js"></script><script defer src="/static/js/index.4d349230.js"></script><link href="/static/css/index.022a8122.css" rel="stylesheet"></head><body><div id="root"></div></body></html>
|