@midscene/ios 1.0.1-beta-20251205093836.0 → 1.0.1-beta-20251208031823.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/package.json +5 -5
- package/static/index.html +1 -1
- package/static/static/js/{index.4c3cc431.js → index.10a9a528.js} +3 -3
- package/static/static/js/index.10a9a528.js.map +1 -0
- package/static/static/js/index.4c3cc431.js.map +0 -1
- /package/static/static/js/{index.4c3cc431.js.LICENSE.txt → index.10a9a528.js.LICENSE.txt} +0 -0
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-20251208031823.0",
|
|
4
4
|
"description": "iOS automation library for Midscene",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"iOS UI automation",
|
|
@@ -38,9 +38,9 @@
|
|
|
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/webdriver": "1.0.1-beta-
|
|
43
|
-
"@midscene/shared": "1.0.1-beta-
|
|
41
|
+
"@midscene/core": "1.0.1-beta-20251208031823.0",
|
|
42
|
+
"@midscene/webdriver": "1.0.1-beta-20251208031823.0",
|
|
43
|
+
"@midscene/shared": "1.0.1-beta-20251208031823.0"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@rslib/core": "^0.18.2",
|
|
@@ -50,7 +50,7 @@
|
|
|
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-20251208031823.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.bc3a3965.js"></script><script defer src="/static/js/430.adc9a336.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.bc3a3965.js"></script><script defer src="/static/js/430.adc9a336.js"></script><script defer src="/static/js/index.10a9a528.js"></script><link href="/static/css/index.987d3a64.css" rel="stylesheet"></head><body><div id="root"></div></body></html>
|