@midscene/harmony 1.10.7 → 1.10.8-beta-20260723091821.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 +4 -4
- package/static/index.html +1 -1
- package/static/static/js/{index.07b9046a.js → index.c4b6f0ec.js} +6 -6
- package/static/static/js/index.c4b6f0ec.js.map +1 -0
- package/static/static/js/index.07b9046a.js.map +0 -1
- /package/static/static/js/{index.07b9046a.js.LICENSE.txt → index.c4b6f0ec.js.LICENSE.txt} +0 -0
package/dist/es/cli.mjs
CHANGED
|
@@ -1093,7 +1093,7 @@ class HarmonyMidsceneTools extends BaseMidsceneTools {
|
|
|
1093
1093
|
const tools = new HarmonyMidsceneTools();
|
|
1094
1094
|
runToolsCLI(tools, 'midscene-harmony', {
|
|
1095
1095
|
stripPrefix: 'harmony_',
|
|
1096
|
-
version: "1.10.
|
|
1096
|
+
version: "1.10.8-beta-20260723091821.0",
|
|
1097
1097
|
extraCommands: createReportCliCommands()
|
|
1098
1098
|
}).catch((e)=>{
|
|
1099
1099
|
process.exit(reportCLIError(e));
|
package/dist/lib/cli.js
CHANGED
|
@@ -1118,7 +1118,7 @@ class HarmonyMidsceneTools extends base_tools_namespaceObject.BaseMidsceneTools
|
|
|
1118
1118
|
const tools = new HarmonyMidsceneTools();
|
|
1119
1119
|
(0, cli_namespaceObject.runToolsCLI)(tools, 'midscene-harmony', {
|
|
1120
1120
|
stripPrefix: 'harmony_',
|
|
1121
|
-
version: "1.10.
|
|
1121
|
+
version: "1.10.8-beta-20260723091821.0",
|
|
1122
1122
|
extraCommands: (0, core_namespaceObject.createReportCliCommands)()
|
|
1123
1123
|
}).catch((e)=>{
|
|
1124
1124
|
process.exit((0, cli_namespaceObject.reportCLIError)(e));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@midscene/harmony",
|
|
3
|
-
"version": "1.10.
|
|
3
|
+
"version": "1.10.8-beta-20260723091821.0",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/web-infra-dev/midscene.git",
|
|
@@ -41,9 +41,9 @@
|
|
|
41
41
|
"dependencies": {
|
|
42
42
|
"@inquirer/prompts": "^7.8.6",
|
|
43
43
|
"open": "10.1.0",
|
|
44
|
-
"@midscene/
|
|
45
|
-
"@midscene/
|
|
46
|
-
"@midscene/
|
|
44
|
+
"@midscene/shared": "1.10.8-beta-20260723091821.0",
|
|
45
|
+
"@midscene/playground": "1.10.8-beta-20260723091821.0",
|
|
46
|
+
"@midscene/core": "1.10.8-beta-20260723091821.0"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"@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.c4b6f0ec.js"></script><link href="/static/css/index.2b6b43ad.css" rel="stylesheet"></head><body><div id="root"></div></body></html>
|