@midscene/ios 1.11.0 → 1.11.1-beta-20260819031908.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.ea629e78.js +814 -0
- package/static/static/js/index.ea629e78.js.map +1 -0
- package/static/static/js/index.4b0c684c.js +0 -814
- package/static/static/js/index.4b0c684c.js.map +0 -1
- /package/static/static/js/{index.4b0c684c.js.LICENSE.txt → index.ea629e78.js.LICENSE.txt} +0 -0
package/dist/es/cli.mjs
CHANGED
|
@@ -1622,7 +1622,7 @@ class IOSMidsceneTools extends BaseMidsceneTools {
|
|
|
1622
1622
|
const tools = new IOSMidsceneTools();
|
|
1623
1623
|
runToolsCLI(tools, 'midscene-ios', {
|
|
1624
1624
|
stripPrefix: 'ios_',
|
|
1625
|
-
version: "1.11.0",
|
|
1625
|
+
version: "1.11.1-beta-20260819031908.0",
|
|
1626
1626
|
extraCommands: createReportCliCommands()
|
|
1627
1627
|
}).catch((e)=>{
|
|
1628
1628
|
process.exit(reportCLIError(e));
|
package/dist/lib/cli.js
CHANGED
|
@@ -1646,7 +1646,7 @@ class IOSMidsceneTools extends base_tools_namespaceObject.BaseMidsceneTools {
|
|
|
1646
1646
|
const tools = new IOSMidsceneTools();
|
|
1647
1647
|
(0, cli_namespaceObject.runToolsCLI)(tools, 'midscene-ios', {
|
|
1648
1648
|
stripPrefix: 'ios_',
|
|
1649
|
-
version: "1.11.0",
|
|
1649
|
+
version: "1.11.1-beta-20260819031908.0",
|
|
1650
1650
|
extraCommands: (0, core_namespaceObject.createReportCliCommands)()
|
|
1651
1651
|
}).catch((e)=>{
|
|
1652
1652
|
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.11.0",
|
|
3
|
+
"version": "1.11.1-beta-20260819031908.0",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/web-infra-dev/midscene.git",
|
|
@@ -43,10 +43,10 @@
|
|
|
43
43
|
"dependencies": {
|
|
44
44
|
"@inquirer/prompts": "^7.8.6",
|
|
45
45
|
"open": "10.1.0",
|
|
46
|
-
"@midscene/core": "1.11.0",
|
|
47
|
-
"@midscene/
|
|
48
|
-
"@midscene/
|
|
49
|
-
"@midscene/playground": "1.11.0"
|
|
46
|
+
"@midscene/core": "1.11.1-beta-20260819031908.0",
|
|
47
|
+
"@midscene/shared": "1.11.1-beta-20260819031908.0",
|
|
48
|
+
"@midscene/webdriver": "1.11.1-beta-20260819031908.0",
|
|
49
|
+
"@midscene/playground": "1.11.1-beta-20260819031908.0"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"@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/226.e0976a0a.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/226.e0976a0a.js"></script><script defer src="/static/js/index.ea629e78.js"></script><link href="/static/css/index.1e8e86da.css" rel="stylesheet"></head><body><div id="root"></div></body></html>
|