@hippox/codegenie-darwin-x64 4.11.26-demo → 4.12.26-demo-alpha

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
@@ -1,7 +1,5 @@
1
- # @hippox/codegenie-darwin-x64
2
-
3
- 预编译的 CodeGenie 平台二进制包,对应 `darwin-x64`。
4
-
5
- 推荐安装方式:`npm install -g @hippox/codegenie`
6
-
7
- 本包来源发布基址:https://releases.codegenie.io
1
+ # @hippox/codegenie-darwin-x64
2
+
3
+ Platform-specific binary package for CodeGenie CLI (macOS x64).
4
+
5
+ This package is installed automatically by `@hippox/codegenie`.
package/bin/codegenie CHANGED
Binary file
@@ -0,0 +1,14 @@
1
+ {
2
+ "name": "@deveco-codegenie/mcp-bridge-darwin-x64",
3
+ "version": "1.0.1-beta4",
4
+ "description": "@deveco-codegenie/mcp-bridge darwin native module",
5
+ "os": [
6
+ "darwin"
7
+ ],
8
+ "cpu": [
9
+ "x64"
10
+ ],
11
+ "files": [
12
+ "napi_bridge.node"
13
+ ]
14
+ }
package/package.json CHANGED
@@ -1,23 +1,23 @@
1
- {
2
- "name": "@hippox/codegenie-darwin-x64",
3
- "version": "4.11.26-demo",
4
- "description": "Platform binary for CodeGenie (darwin-x64)",
5
- "license": "MIT",
6
- "os": [
7
- "darwin"
8
- ],
9
- "cpu": [
10
- "x64"
11
- ],
12
- "files": [
13
- "bin",
14
- "README.md"
15
- ],
16
- "publishConfig": {
17
- "access": "public"
18
- },
19
- "repository": {
20
- "type": "git",
21
- "url": "https://gitcode.com/codegenie/codegenie.git"
22
- }
23
- }
1
+ {
2
+ "name": "@hippox/codegenie-darwin-x64",
3
+ "version": "4.12.26-demo-alpha",
4
+ "description": "Platform binary for CodeGenie (darwin-x64)",
5
+ "license": "MIT",
6
+ "os": [
7
+ "darwin"
8
+ ],
9
+ "cpu": [
10
+ "x64"
11
+ ],
12
+ "files": [
13
+ "bin",
14
+ "README.md"
15
+ ],
16
+ "publishConfig": {
17
+ "access": "public"
18
+ },
19
+ "repository": {
20
+ "type": "git",
21
+ "url": "https://gitcode.com/codegenie/codegenie.git"
22
+ }
23
+ }