@midscene/harmony 1.7.1 → 1.7.2

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
@@ -990,7 +990,7 @@ class HarmonyMidsceneTools extends BaseMidsceneTools {
990
990
  const tools = new HarmonyMidsceneTools();
991
991
  runToolsCLI(tools, 'midscene-harmony', {
992
992
  stripPrefix: 'harmony_',
993
- version: "1.7.1",
993
+ version: "1.7.2",
994
994
  extraCommands: createReportCliCommands()
995
995
  }).catch((e)=>{
996
996
  if (!(e instanceof CLIError)) console.error(e);
@@ -993,7 +993,7 @@ class HarmonyMCPServer extends BaseMCPServer {
993
993
  constructor(toolsManager){
994
994
  super({
995
995
  name: '@midscene/harmony-mcp',
996
- version: "1.7.1",
996
+ version: "1.7.2",
997
997
  description: 'Control the HarmonyOS device using natural language commands'
998
998
  }, toolsManager);
999
999
  }
package/dist/lib/cli.js CHANGED
@@ -1015,7 +1015,7 @@ class HarmonyMidsceneTools extends mcp_namespaceObject.BaseMidsceneTools {
1015
1015
  const tools = new HarmonyMidsceneTools();
1016
1016
  (0, cli_namespaceObject.runToolsCLI)(tools, 'midscene-harmony', {
1017
1017
  stripPrefix: 'harmony_',
1018
- version: "1.7.1",
1018
+ version: "1.7.2",
1019
1019
  extraCommands: (0, core_namespaceObject.createReportCliCommands)()
1020
1020
  }).catch((e)=>{
1021
1021
  if (!(e instanceof cli_namespaceObject.CLIError)) console.error(e);
@@ -1034,7 +1034,7 @@ class HarmonyMCPServer extends mcp_namespaceObject.BaseMCPServer {
1034
1034
  constructor(toolsManager){
1035
1035
  super({
1036
1036
  name: '@midscene/harmony-mcp',
1037
- version: "1.7.1",
1037
+ version: "1.7.2",
1038
1038
  description: 'Control the HarmonyOS device using natural language commands'
1039
1039
  }, toolsManager);
1040
1040
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@midscene/harmony",
3
- "version": "1.7.1",
3
+ "version": "1.7.2",
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/core": "1.7.1",
45
- "@midscene/shared": "1.7.1",
46
- "@midscene/playground": "1.7.1"
44
+ "@midscene/core": "1.7.2",
45
+ "@midscene/playground": "1.7.2",
46
+ "@midscene/shared": "1.7.2"
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/830.aeaa53f9.js"></script><script defer src="/static/js/index.2e8111f6.js"></script><link href="/static/css/index.022a8122.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/830.aeaa53f9.js"></script><script defer src="/static/js/index.3828a5f8.js"></script><link href="/static/css/index.022a8122.css" rel="stylesheet"></head><body><div id="root"></div></body></html>