@hippox/codegenie 3.34.2026 → 3.36.2026-beta

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.
@@ -1,3 +1,4 @@
1
+
1
2
  const fs = require("fs")
2
3
  const path = require("path")
3
4
 
@@ -102,3 +103,5 @@ module.exports = {
102
103
  resolvePlatformPackageDir,
103
104
  resolvePackageName,
104
105
  }
106
+
107
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hippox/codegenie",
3
- "version": "3.34.2026",
3
+ "version": "3.36.2026-beta",
4
4
  "private": false,
5
5
  "description": "HarmonyOS AI 开发 CLI,通过 npm 分发平台二进制",
6
6
  "license": "MIT",
@@ -26,9 +26,9 @@
26
26
  "ai"
27
27
  ],
28
28
  "optionalDependencies": {
29
- "@hippox/codegenie-darwin-arm64": "3.34.2026",
30
- "@hippox/codegenie-darwin-x64": "3.34.2026",
31
- "@hippox/codegenie-win32-x64": "3.34.2026"
29
+ "@hippox/codegenie-darwin-arm64": "3.36.2026-beta",
30
+ "@hippox/codegenie-darwin-x64": "3.36.2026-beta",
31
+ "@hippox/codegenie-win32-x64": "3.36.2026-beta"
32
32
  },
33
33
  "publishConfig": {
34
34
  "access": "public"