@midscene/ios 1.10.6-beta-20260717061640.0 → 1.10.6
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.1a027325.js → index.5c44b734.js} +51 -51
- package/static/static/js/index.5c44b734.js.map +1 -0
- package/static/static/js/index.1a027325.js.map +0 -1
- /package/static/static/js/{index.1a027325.js.LICENSE.txt → index.5c44b734.js.LICENSE.txt} +0 -0
package/dist/es/cli.mjs
CHANGED
|
@@ -1629,7 +1629,7 @@ class IOSMidsceneTools extends BaseMidsceneTools {
|
|
|
1629
1629
|
const tools = new IOSMidsceneTools();
|
|
1630
1630
|
runToolsCLI(tools, 'midscene-ios', {
|
|
1631
1631
|
stripPrefix: 'ios_',
|
|
1632
|
-
version: "1.10.6
|
|
1632
|
+
version: "1.10.6",
|
|
1633
1633
|
extraCommands: createReportCliCommands()
|
|
1634
1634
|
}).catch((e)=>{
|
|
1635
1635
|
process.exit(reportCLIError(e));
|
package/dist/lib/cli.js
CHANGED
|
@@ -1653,7 +1653,7 @@ class IOSMidsceneTools extends base_tools_namespaceObject.BaseMidsceneTools {
|
|
|
1653
1653
|
const tools = new IOSMidsceneTools();
|
|
1654
1654
|
(0, cli_namespaceObject.runToolsCLI)(tools, 'midscene-ios', {
|
|
1655
1655
|
stripPrefix: 'ios_',
|
|
1656
|
-
version: "1.10.6
|
|
1656
|
+
version: "1.10.6",
|
|
1657
1657
|
extraCommands: (0, core_namespaceObject.createReportCliCommands)()
|
|
1658
1658
|
}).catch((e)=>{
|
|
1659
1659
|
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.6
|
|
3
|
+
"version": "1.10.6",
|
|
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.6
|
|
47
|
-
"@midscene/shared": "1.10.6
|
|
48
|
-
"@midscene/webdriver": "1.10.6
|
|
49
|
-
"@midscene/playground": "1.10.6
|
|
46
|
+
"@midscene/core": "1.10.6",
|
|
47
|
+
"@midscene/shared": "1.10.6",
|
|
48
|
+
"@midscene/webdriver": "1.10.6",
|
|
49
|
+
"@midscene/playground": "1.10.6"
|
|
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.7b1abe58.js"></script><script defer src="/static/js/859.2cecd47a.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.7b1abe58.js"></script><script defer src="/static/js/859.2cecd47a.js"></script><script defer src="/static/js/index.5c44b734.js"></script><link href="/static/css/index.2b6b43ad.css" rel="stylesheet"></head><body><div id="root"></div></body></html>
|