@midscene/harmony 1.9.6-beta-20260615083255.0 → 1.9.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 CHANGED
@@ -1069,7 +1069,7 @@ class HarmonyMidsceneTools extends BaseMidsceneTools {
1069
1069
  const tools = new HarmonyMidsceneTools();
1070
1070
  runToolsCLI(tools, 'midscene-harmony', {
1071
1071
  stripPrefix: 'harmony_',
1072
- version: "1.9.6-beta-20260615083255.0",
1072
+ version: "1.9.6",
1073
1073
  extraCommands: createReportCliCommands()
1074
1074
  }).catch((e)=>{
1075
1075
  process.exit(reportCLIError(e));
@@ -1073,7 +1073,7 @@ class HarmonyMCPServer extends BaseMCPServer {
1073
1073
  constructor(toolsManager){
1074
1074
  super({
1075
1075
  name: '@midscene/harmony-mcp',
1076
- version: "1.9.6-beta-20260615083255.0",
1076
+ version: "1.9.6",
1077
1077
  description: 'Control the HarmonyOS device using natural language commands'
1078
1078
  }, toolsManager);
1079
1079
  }
package/dist/lib/cli.js CHANGED
@@ -1094,7 +1094,7 @@ class HarmonyMidsceneTools extends base_tools_namespaceObject.BaseMidsceneTools
1094
1094
  const tools = new HarmonyMidsceneTools();
1095
1095
  (0, cli_namespaceObject.runToolsCLI)(tools, 'midscene-harmony', {
1096
1096
  stripPrefix: 'harmony_',
1097
- version: "1.9.6-beta-20260615083255.0",
1097
+ version: "1.9.6",
1098
1098
  extraCommands: (0, core_namespaceObject.createReportCliCommands)()
1099
1099
  }).catch((e)=>{
1100
1100
  process.exit((0, cli_namespaceObject.reportCLIError)(e));
@@ -1114,7 +1114,7 @@ class HarmonyMCPServer extends mcp_namespaceObject.BaseMCPServer {
1114
1114
  constructor(toolsManager){
1115
1115
  super({
1116
1116
  name: '@midscene/harmony-mcp',
1117
- version: "1.9.6-beta-20260615083255.0",
1117
+ version: "1.9.6",
1118
1118
  description: 'Control the HarmonyOS device using natural language commands'
1119
1119
  }, toolsManager);
1120
1120
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@midscene/harmony",
3
- "version": "1.9.6-beta-20260615083255.0",
3
+ "version": "1.9.6",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/web-infra-dev/midscene.git",
@@ -46,9 +46,9 @@
46
46
  "dependencies": {
47
47
  "@inquirer/prompts": "^7.8.6",
48
48
  "open": "10.1.0",
49
- "@midscene/core": "1.9.6-beta-20260615083255.0",
50
- "@midscene/playground": "1.9.6-beta-20260615083255.0",
51
- "@midscene/shared": "1.9.6-beta-20260615083255.0"
49
+ "@midscene/shared": "1.9.6",
50
+ "@midscene/core": "1.9.6",
51
+ "@midscene/playground": "1.9.6"
52
52
  },
53
53
  "devDependencies": {
54
54
  "@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/596.5426be9e.js"></script><script defer src="/static/js/index.32cd8534.js"></script><link href="/static/css/index.ab28104a.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/596.5426be9e.js"></script><script defer src="/static/js/index.134d5099.js"></script><link href="/static/css/index.ab28104a.css" rel="stylesheet"></head><body><div id="root"></div></body></html>