@hippox/codegenie 3.50.26-beta → 3.51.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/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hippox/codegenie",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.51.26-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.
|
|
30
|
-
"@hippox/codegenie-darwin-x64": "3.
|
|
31
|
-
"@hippox/codegenie-win32-x64": "3.
|
|
29
|
+
"@hippox/codegenie-darwin-arm64": "3.51.26-beta",
|
|
30
|
+
"@hippox/codegenie-darwin-x64": "3.51.26-beta",
|
|
31
|
+
"@hippox/codegenie-win32-x64": "3.51.26-beta"
|
|
32
32
|
},
|
|
33
33
|
"publishConfig": {
|
|
34
34
|
"access": "public"
|