@midscene/harmony 1.5.7-beta-20260323114150.0 → 1.5.7

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 CHANGED
@@ -952,7 +952,7 @@ class HarmonyMidsceneTools extends BaseMidsceneTools {
952
952
  const tools = new HarmonyMidsceneTools();
953
953
  runToolsCLI(tools, 'midscene-harmony', {
954
954
  stripPrefix: 'harmony_',
955
- version: "1.5.7-beta-20260323114150.0"
955
+ version: "1.5.7"
956
956
  }).catch((e)=>{
957
957
  if (!(e instanceof CLIError)) console.error(e);
958
958
  process.exit(e instanceof CLIError ? e.exitCode : 1);
@@ -955,7 +955,7 @@ class HarmonyMCPServer extends BaseMCPServer {
955
955
  constructor(toolsManager){
956
956
  super({
957
957
  name: '@midscene/harmony-mcp',
958
- version: "1.5.7-beta-20260323114150.0",
958
+ version: "1.5.7",
959
959
  description: 'Control the HarmonyOS device using natural language commands'
960
960
  }, toolsManager);
961
961
  }
package/dist/lib/cli.js CHANGED
@@ -977,7 +977,7 @@ class HarmonyMidsceneTools extends mcp_namespaceObject.BaseMidsceneTools {
977
977
  const tools = new HarmonyMidsceneTools();
978
978
  (0, cli_namespaceObject.runToolsCLI)(tools, 'midscene-harmony', {
979
979
  stripPrefix: 'harmony_',
980
- version: "1.5.7-beta-20260323114150.0"
980
+ version: "1.5.7"
981
981
  }).catch((e)=>{
982
982
  if (!(e instanceof cli_namespaceObject.CLIError)) console.error(e);
983
983
  process.exit(e instanceof cli_namespaceObject.CLIError ? e.exitCode : 1);
@@ -996,7 +996,7 @@ class HarmonyMCPServer extends mcp_namespaceObject.BaseMCPServer {
996
996
  constructor(toolsManager){
997
997
  super({
998
998
  name: '@midscene/harmony-mcp',
999
- version: "1.5.7-beta-20260323114150.0",
999
+ version: "1.5.7",
1000
1000
  description: 'Control the HarmonyOS device using natural language commands'
1001
1001
  }, toolsManager);
1002
1002
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@midscene/harmony",
3
- "version": "1.5.7-beta-20260323114150.0",
3
+ "version": "1.5.7",
4
4
  "description": "HarmonyOS automation library for Midscene",
5
5
  "keywords": [
6
6
  "HarmonyOS UI automation",
@@ -41,9 +41,9 @@
41
41
  "dependencies": {
42
42
  "@inquirer/prompts": "^7.8.6",
43
43
  "open": "10.1.0",
44
- "@midscene/playground": "1.5.7-beta-20260323114150.0",
45
- "@midscene/core": "1.5.7-beta-20260323114150.0",
46
- "@midscene/shared": "1.5.7-beta-20260323114150.0"
44
+ "@midscene/core": "1.5.7",
45
+ "@midscene/playground": "1.5.7",
46
+ "@midscene/shared": "1.5.7"
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/148.23cd9828.js"></script><script defer src="/static/js/index.b47b212f.js"></script><link href="/static/css/index.30e8a752.css" rel="stylesheet"></head><body><div id="root"></div></body></html>
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/148.23cd9828.js"></script><script defer src="/static/js/index.b2ea9324.js"></script><link href="/static/css/index.30e8a752.css" rel="stylesheet"></head><body><div id="root"></div></body></html>