@midscene/ios 1.12.6 → 1.12.7-beta-20260911063016.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/lib/cli.js +1 -1
- package/package.json +5 -5
- package/static/index.html +1 -1
- package/static/static/js/{index.b77f8513.js → index.d93a5b1d.js} +7 -7
- package/static/static/js/index.d93a5b1d.js.map +1 -0
- package/static/static/js/index.b77f8513.js.map +0 -1
- /package/static/static/js/{index.b77f8513.js.LICENSE.txt → index.d93a5b1d.js.LICENSE.txt} +0 -0
package/dist/es/cli.mjs
CHANGED
|
@@ -1996,7 +1996,7 @@ class IOSMidsceneTools extends BaseMidsceneTools {
|
|
|
1996
1996
|
const tools = new IOSMidsceneTools();
|
|
1997
1997
|
runToolsCLI(tools, 'midscene-ios', {
|
|
1998
1998
|
stripPrefix: 'ios_',
|
|
1999
|
-
version: "1.12.
|
|
1999
|
+
version: "1.12.7-beta-20260911063016.0",
|
|
2000
2000
|
extraCommands: createReportCliCommands()
|
|
2001
2001
|
}).catch((e)=>{
|
|
2002
2002
|
process.exit(reportCLIError(e));
|
package/dist/lib/cli.js
CHANGED
|
@@ -2038,7 +2038,7 @@ ScreenSize: ${size.width}x${size.height} (DPR: ${size.scale})
|
|
|
2038
2038
|
const tools = new IOSMidsceneTools();
|
|
2039
2039
|
(0, cli_namespaceObject.runToolsCLI)(tools, 'midscene-ios', {
|
|
2040
2040
|
stripPrefix: 'ios_',
|
|
2041
|
-
version: "1.12.
|
|
2041
|
+
version: "1.12.7-beta-20260911063016.0",
|
|
2042
2042
|
extraCommands: (0, core_namespaceObject.createReportCliCommands)()
|
|
2043
2043
|
}).catch((e)=>{
|
|
2044
2044
|
process.exit((0, cli_namespaceObject.reportCLIError)(e));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@midscene/ios",
|
|
3
|
-
"version": "1.12.
|
|
3
|
+
"version": "1.12.7-beta-20260911063016.0",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/web-infra-dev/midscene.git",
|
|
@@ -49,10 +49,10 @@
|
|
|
49
49
|
"@inquirer/prompts": "^7.8.6",
|
|
50
50
|
"open": "10.1.0",
|
|
51
51
|
"zod": "^3.25.1",
|
|
52
|
-
"@midscene/core": "1.12.
|
|
53
|
-
"@midscene/shared": "1.12.
|
|
54
|
-
"@midscene/webdriver": "1.12.
|
|
55
|
-
"@midscene/playground": "1.12.
|
|
52
|
+
"@midscene/core": "1.12.7-beta-20260911063016.0",
|
|
53
|
+
"@midscene/shared": "1.12.7-beta-20260911063016.0",
|
|
54
|
+
"@midscene/webdriver": "1.12.7-beta-20260911063016.0",
|
|
55
|
+
"@midscene/playground": "1.12.7-beta-20260911063016.0"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
58
|
"@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.8bb5dc6e.js"></script><script defer src="/static/js/415.bee53531.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.8bb5dc6e.js"></script><script defer src="/static/js/415.bee53531.js"></script><script defer src="/static/js/index.d93a5b1d.js"></script><link href="/static/css/index.67caac18.css" rel="stylesheet"></head><body><div id="root"></div></body></html>
|