@midscene/harmony 1.6.1 → 1.6.2-beta-20260401091950.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 CHANGED
@@ -954,7 +954,7 @@ class HarmonyMidsceneTools extends BaseMidsceneTools {
954
954
  const tools = new HarmonyMidsceneTools();
955
955
  runToolsCLI(tools, 'midscene-harmony', {
956
956
  stripPrefix: 'harmony_',
957
- version: "1.6.1"
957
+ version: "1.6.2-beta-20260401091950.0"
958
958
  }).catch((e)=>{
959
959
  if (!(e instanceof CLIError)) console.error(e);
960
960
  process.exit(e instanceof CLIError ? e.exitCode : 1);
@@ -957,7 +957,7 @@ class HarmonyMCPServer extends BaseMCPServer {
957
957
  constructor(toolsManager){
958
958
  super({
959
959
  name: '@midscene/harmony-mcp',
960
- version: "1.6.1",
960
+ version: "1.6.2-beta-20260401091950.0",
961
961
  description: 'Control the HarmonyOS device using natural language commands'
962
962
  }, toolsManager);
963
963
  }
package/dist/lib/cli.js CHANGED
@@ -979,7 +979,7 @@ class HarmonyMidsceneTools extends mcp_namespaceObject.BaseMidsceneTools {
979
979
  const tools = new HarmonyMidsceneTools();
980
980
  (0, cli_namespaceObject.runToolsCLI)(tools, 'midscene-harmony', {
981
981
  stripPrefix: 'harmony_',
982
- version: "1.6.1"
982
+ version: "1.6.2-beta-20260401091950.0"
983
983
  }).catch((e)=>{
984
984
  if (!(e instanceof cli_namespaceObject.CLIError)) console.error(e);
985
985
  process.exit(e instanceof cli_namespaceObject.CLIError ? e.exitCode : 1);
@@ -998,7 +998,7 @@ class HarmonyMCPServer extends mcp_namespaceObject.BaseMCPServer {
998
998
  constructor(toolsManager){
999
999
  super({
1000
1000
  name: '@midscene/harmony-mcp',
1001
- version: "1.6.1",
1001
+ version: "1.6.2-beta-20260401091950.0",
1002
1002
  description: 'Control the HarmonyOS device using natural language commands'
1003
1003
  }, toolsManager);
1004
1004
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@midscene/harmony",
3
- "version": "1.6.1",
3
+ "version": "1.6.2-beta-20260401091950.0",
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.6.1",
45
- "@midscene/playground": "1.6.1",
46
- "@midscene/shared": "1.6.1"
44
+ "@midscene/core": "1.6.2-beta-20260401091950.0",
45
+ "@midscene/shared": "1.6.2-beta-20260401091950.0",
46
+ "@midscene/playground": "1.6.2-beta-20260401091950.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/807.1a069278.js"></script><script defer src="/static/js/index.7080d66f.js"></script><link href="/static/css/index.1c539585.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/807.1a069278.js"></script><script defer src="/static/js/index.6f79f9e4.js"></script><link href="/static/css/index.1c539585.css" rel="stylesheet"></head><body><div id="root"></div></body></html>