@midscene/ios 1.10.11-beta-20260811112752.0 → 1.10.11
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.277018ac.js +973 -0
- package/static/static/js/index.277018ac.js.map +1 -0
- package/static/static/js/index.8a89dd3d.js +0 -973
- package/static/static/js/index.8a89dd3d.js.map +0 -1
- /package/static/static/js/{index.8a89dd3d.js.LICENSE.txt → index.277018ac.js.LICENSE.txt} +0 -0
package/dist/es/cli.mjs
CHANGED
|
@@ -1626,7 +1626,7 @@ class IOSMidsceneTools extends BaseMidsceneTools {
|
|
|
1626
1626
|
const tools = new IOSMidsceneTools();
|
|
1627
1627
|
runToolsCLI(tools, 'midscene-ios', {
|
|
1628
1628
|
stripPrefix: 'ios_',
|
|
1629
|
-
version: "1.10.11
|
|
1629
|
+
version: "1.10.11",
|
|
1630
1630
|
extraCommands: createReportCliCommands()
|
|
1631
1631
|
}).catch((e)=>{
|
|
1632
1632
|
process.exit(reportCLIError(e));
|
package/dist/lib/cli.js
CHANGED
|
@@ -1650,7 +1650,7 @@ class IOSMidsceneTools extends base_tools_namespaceObject.BaseMidsceneTools {
|
|
|
1650
1650
|
const tools = new IOSMidsceneTools();
|
|
1651
1651
|
(0, cli_namespaceObject.runToolsCLI)(tools, 'midscene-ios', {
|
|
1652
1652
|
stripPrefix: 'ios_',
|
|
1653
|
-
version: "1.10.11
|
|
1653
|
+
version: "1.10.11",
|
|
1654
1654
|
extraCommands: (0, core_namespaceObject.createReportCliCommands)()
|
|
1655
1655
|
}).catch((e)=>{
|
|
1656
1656
|
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.10.11
|
|
3
|
+
"version": "1.10.11",
|
|
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.10.11
|
|
47
|
-
"@midscene/shared": "1.10.11
|
|
48
|
-
"@midscene/
|
|
49
|
-
"@midscene/
|
|
46
|
+
"@midscene/core": "1.10.11",
|
|
47
|
+
"@midscene/shared": "1.10.11",
|
|
48
|
+
"@midscene/playground": "1.10.11",
|
|
49
|
+
"@midscene/webdriver": "1.10.11"
|
|
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.277018ac.js"></script><link href="/static/css/index.1e8e86da.css" rel="stylesheet"></head><body><div id="root"></div></body></html>
|