@midscene/harmony 1.12.5 → 1.12.6-beta-20260909034232.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.3d8305eb.js → index.df2fa205.js} +14 -14
- package/static/static/js/index.df2fa205.js.map +1 -0
- package/static/static/js/index.3d8305eb.js.map +0 -1
- /package/static/static/js/{index.3d8305eb.js.LICENSE.txt → index.df2fa205.js.LICENSE.txt} +0 -0
package/dist/es/cli.mjs
CHANGED
|
@@ -1292,7 +1292,7 @@ class HarmonyMidsceneTools extends BaseMidsceneTools {
|
|
|
1292
1292
|
const tools = new HarmonyMidsceneTools();
|
|
1293
1293
|
runToolsCLI(tools, 'midscene-harmony', {
|
|
1294
1294
|
stripPrefix: 'harmony_',
|
|
1295
|
-
version: "1.12.
|
|
1295
|
+
version: "1.12.6-beta-20260909034232.0",
|
|
1296
1296
|
extraCommands: createReportCliCommands()
|
|
1297
1297
|
}).catch((e)=>{
|
|
1298
1298
|
process.exit(reportCLIError(e));
|
package/dist/lib/cli.js
CHANGED
|
@@ -1335,7 +1335,7 @@ var __webpack_exports__ = {};
|
|
|
1335
1335
|
const tools = new HarmonyMidsceneTools();
|
|
1336
1336
|
(0, cli_namespaceObject.runToolsCLI)(tools, 'midscene-harmony', {
|
|
1337
1337
|
stripPrefix: 'harmony_',
|
|
1338
|
-
version: "1.12.
|
|
1338
|
+
version: "1.12.6-beta-20260909034232.0",
|
|
1339
1339
|
extraCommands: (0, core_namespaceObject.createReportCliCommands)()
|
|
1340
1340
|
}).catch((e)=>{
|
|
1341
1341
|
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.12.
|
|
3
|
+
"version": "1.12.6-beta-20260909034232.0",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/web-infra-dev/midscene.git",
|
|
@@ -47,9 +47,9 @@
|
|
|
47
47
|
"@inquirer/prompts": "^7.8.6",
|
|
48
48
|
"open": "10.1.0",
|
|
49
49
|
"zod": "^3.25.1",
|
|
50
|
-
"@midscene/core": "1.12.
|
|
51
|
-
"@midscene/
|
|
52
|
-
"@midscene/
|
|
50
|
+
"@midscene/core": "1.12.6-beta-20260909034232.0",
|
|
51
|
+
"@midscene/playground": "1.12.6-beta-20260909034232.0",
|
|
52
|
+
"@midscene/shared": "1.12.6-beta-20260909034232.0"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"@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.df2fa205.js"></script><link href="/static/css/index.67caac18.css" rel="stylesheet"></head><body><div id="root"></div></body></html>
|