@hippox/codegenie 3.40.26-beta → 3.50.26-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.
package/README.md CHANGED
@@ -48,7 +48,7 @@ npm uninstall -g @hippox/codegenie
48
48
 
49
49
  ## 平台说明
50
50
 
51
- 当前 staged 平台包:`@hippox/codegenie-win32-x64`
51
+ 当前 staged 平台包:`@hippox/codegenie-darwin-arm64`, `@hippox/codegenie-darwin-x64`, `@hippox/codegenie-win32-x64`
52
52
 
53
53
  - `baseline` 兼容构建不进入 npm 正式发布范围
54
54
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hippox/codegenie",
3
- "version": "3.40.26-beta",
3
+ "version": "3.50.26-beta",
4
4
  "private": false,
5
5
  "description": "HarmonyOS AI 开发 CLI,通过 npm 分发平台二进制",
6
6
  "license": "MIT",
@@ -26,7 +26,9 @@
26
26
  "ai"
27
27
  ],
28
28
  "optionalDependencies": {
29
- "@hippox/codegenie-win32-x64": "3.40.26-beta"
29
+ "@hippox/codegenie-darwin-arm64": "3.50.26-beta",
30
+ "@hippox/codegenie-darwin-x64": "3.50.26-beta",
31
+ "@hippox/codegenie-win32-x64": "3.50.26-beta"
30
32
  },
31
33
  "publishConfig": {
32
34
  "access": "public"
package/platform-map.json CHANGED
@@ -1,3 +1,5 @@
1
1
  {
2
+ "darwin-arm64": "@hippox/codegenie-darwin-arm64",
3
+ "darwin-x64": "@hippox/codegenie-darwin-x64",
2
4
  "win32-x64": "@hippox/codegenie-win32-x64"
3
5
  }