deveco-harness 0.1.1 → 0.1.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.
Files changed (2) hide show
  1. package/dist/index.js +2 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -46,7 +46,8 @@ var MIGRATED_AGENT_OVERRIDES = {
46
46
  build_project: "deny",
47
47
  start_app: "deny",
48
48
  hdc_log: "deny",
49
- switch_cwd: "deny"
49
+ switch_cwd: "deny",
50
+ arkts_check: "deny"
50
51
  }
51
52
  },
52
53
  explore: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "deveco-harness",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "OpenCode plugin for DevEco and HarmonyOS development workflows",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",