@midscene/ios 1.0.1-beta-20251208031823.0 → 1.0.1-beta-20251208033501.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/bin.mjs +166 -166
- package/dist/lib/bin.js +167 -167
- package/dist/lib/index.js +2 -2
- package/package.json +6 -6
- package/static/index.html +1 -1
- package/static/static/js/828.f9eb1ea0.js +614 -0
- package/static/static/js/{430.adc9a336.js.LICENSE.txt → 828.f9eb1ea0.js.LICENSE.txt} +4 -0
- package/static/static/js/{430.adc9a336.js.map → 828.f9eb1ea0.js.map} +1 -1
- package/static/static/js/async/195.211344dc.js +3 -0
- package/static/static/js/async/{195.6b544830.js.map → 195.211344dc.js.map} +1 -1
- package/static/static/js/async/{199.30b3461a.js → 199.3807c13f.js} +7 -7
- package/static/static/js/async/{199.30b3461a.js.map → 199.3807c13f.js.map} +1 -1
- package/static/static/js/async/221.f69d95bd.js +21 -0
- package/static/static/js/async/{221.d7bad1ad.js.map → 221.f69d95bd.js.map} +1 -1
- package/static/static/js/async/271.9c705eb3.js +30 -0
- package/static/static/js/async/{271.8c3746e1.js.map → 271.9c705eb3.js.map} +1 -1
- package/static/static/js/async/35.11835a6c.js +1 -0
- package/static/static/js/async/{467.b56c3730.js → 467.4a88bee0.js} +1 -1
- package/static/static/js/async/652.600e8692.js +3 -0
- package/static/static/js/async/{652.7a830db9.js.map → 652.600e8692.js.map} +1 -1
- package/static/static/js/async/856.a4d5847b.js +158 -0
- package/static/static/js/async/{856.0d869a94.js.map → 856.a4d5847b.js.map} +1 -1
- package/static/static/js/async/860.a2c80fa6.js +2 -0
- package/static/static/js/async/{860.1bcb36d0.js.map → 860.a2c80fa6.js.map} +1 -1
- package/static/static/js/async/990.3f9d55fe.js +26 -0
- package/static/static/js/async/{990.27e22d92.js.map → 990.3f9d55fe.js.map} +1 -1
- package/static/static/js/index.7f2dc845.js +10 -0
- package/static/static/js/index.7f2dc845.js.map +1 -0
- package/static/static/js/lib-react.88bfef40.js +3 -0
- package/static/static/js/{lib-react.bc3a3965.js.map → lib-react.88bfef40.js.map} +1 -1
- package/static/static/js/430.adc9a336.js +0 -611
- package/static/static/js/async/195.6b544830.js +0 -3
- package/static/static/js/async/221.d7bad1ad.js +0 -21
- package/static/static/js/async/271.8c3746e1.js +0 -30
- package/static/static/js/async/35.4b29edc8.js +0 -1
- package/static/static/js/async/652.7a830db9.js +0 -3
- package/static/static/js/async/856.0d869a94.js +0 -158
- package/static/static/js/async/860.1bcb36d0.js +0 -2
- package/static/static/js/async/990.27e22d92.js +0 -26
- package/static/static/js/index.10a9a528.js +0 -10
- package/static/static/js/index.10a9a528.js.map +0 -1
- package/static/static/js/lib-react.bc3a3965.js +0 -3
- /package/static/static/js/{index.10a9a528.js.LICENSE.txt → index.7f2dc845.js.LICENSE.txt} +0 -0
- /package/static/static/js/{lib-react.bc3a3965.js.LICENSE.txt → lib-react.88bfef40.js.LICENSE.txt} +0 -0
package/dist/lib/index.js
CHANGED
|
@@ -1087,14 +1087,14 @@ exports.IOSWebDriverClient = __webpack_exports__.IOSWebDriverClient;
|
|
|
1087
1087
|
exports.agentFromWebDriverAgent = __webpack_exports__.agentFromWebDriverAgent;
|
|
1088
1088
|
exports.checkIOSEnvironment = __webpack_exports__.checkIOSEnvironment;
|
|
1089
1089
|
exports.overrideAIConfig = __webpack_exports__.overrideAIConfig;
|
|
1090
|
-
for(var
|
|
1090
|
+
for(var __rspack_i in __webpack_exports__)if (-1 === [
|
|
1091
1091
|
"IOSAgent",
|
|
1092
1092
|
"IOSDevice",
|
|
1093
1093
|
"IOSWebDriverClient",
|
|
1094
1094
|
"agentFromWebDriverAgent",
|
|
1095
1095
|
"checkIOSEnvironment",
|
|
1096
1096
|
"overrideAIConfig"
|
|
1097
|
-
].indexOf(
|
|
1097
|
+
].indexOf(__rspack_i)) exports[__rspack_i] = __webpack_exports__[__rspack_i];
|
|
1098
1098
|
Object.defineProperty(exports, '__esModule', {
|
|
1099
1099
|
value: true
|
|
1100
1100
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@midscene/ios",
|
|
3
|
-
"version": "1.0.1-beta-
|
|
3
|
+
"version": "1.0.1-beta-20251208033501.0",
|
|
4
4
|
"description": "iOS automation library for Midscene",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"iOS UI automation",
|
|
@@ -38,19 +38,19 @@
|
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"@inquirer/prompts": "^7.8.6",
|
|
40
40
|
"open": "10.1.0",
|
|
41
|
-
"@midscene/core": "1.0.1-beta-
|
|
42
|
-
"@midscene/
|
|
43
|
-
"@midscene/
|
|
41
|
+
"@midscene/core": "1.0.1-beta-20251208033501.0",
|
|
42
|
+
"@midscene/shared": "1.0.1-beta-20251208033501.0",
|
|
43
|
+
"@midscene/webdriver": "1.0.1-beta-20251208033501.0"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@rslib/core": "^0.18.
|
|
46
|
+
"@rslib/core": "^0.18.3",
|
|
47
47
|
"@types/node": "^18.0.0",
|
|
48
48
|
"dotenv": "^16.4.5",
|
|
49
49
|
"typescript": "^5.8.3",
|
|
50
50
|
"tsx": "^4.19.2",
|
|
51
51
|
"vitest": "3.0.5",
|
|
52
52
|
"zod": "3.24.3",
|
|
53
|
-
"@midscene/playground": "1.0.1-beta-
|
|
53
|
+
"@midscene/playground": "1.0.1-beta-20251208033501.0"
|
|
54
54
|
},
|
|
55
55
|
"license": "MIT",
|
|
56
56
|
"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.
|
|
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.88bfef40.js"></script><script defer src="/static/js/828.f9eb1ea0.js"></script><script defer src="/static/js/index.7f2dc845.js"></script><link href="/static/css/index.987d3a64.css" rel="stylesheet"></head><body><div id="root"></div></body></html>
|