@harmonyos-arkts/opencode-plugin 0.0.3 → 0.0.5

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 +1648 -529
  2. package/package.json +8 -11
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "@harmonyos-arkts/opencode-plugin",
4
- "version": "0.0.3",
4
+ "version": "0.0.5",
5
5
  "description": "HarmonyOS Full-Lifecycle Development Assistant. Specialized in the complete development lifecycle of HarmonyOS applications, including project creation, UI development, state management, network requests, data storage, permission requests, performance optimization, testing, and release.",
6
6
  "type": "module",
7
7
  "license": "MIT",
@@ -31,19 +31,16 @@
31
31
  ],
32
32
  "dependencies": {
33
33
  "@opencode-ai/sdk": "latest",
34
- "adm-zip": "^0.5.10",
35
- "bun-types": "^1.3.11",
36
- "esbuild": "^0.28.0",
37
- "jsonc-parser": "^3.3.1",
38
- "xdg-basedir": "^5.1.0",
39
- "@node-rs/jieba": "^2.0.1",
34
+ "diff": "7.0.0",
35
+ "jsonc-parser": "3.3.1",
36
+ "env-paths": "4.0.0",
40
37
  "zod": "latest"
41
38
  },
42
39
  "devDependencies": {
43
40
  "@opencode-ai/plugin": "latest",
44
- "@types/adm-zip": "^0.5.5",
45
- "@types/xdg-basedir": "^4.0.2",
46
- "@vitest/coverage-v8": "^4.1.5",
41
+ "@types/diff": "^7.0.2",
42
+ "@types/node": "^25.7.0",
43
+ "esbuild": "^0.28.0",
47
44
  "typescript": "^5.7.3",
48
45
  "vitest": "^4.1.5"
49
46
  },
@@ -51,4 +48,4 @@
51
48
  "engines": {
52
49
  "node": ">=18.0.0"
53
50
  }
54
- }
51
+ }