@hippox/codegenie-darwin-arm64 4.18.26-demo-alpha → 4.19.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/bin/codegenie
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hippox/codegenie-darwin-arm64",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.19.26-demo-alpha",
|
|
4
4
|
"description": "Platform binary for CodeGenie (darwin-arm64)",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"os": ["darwin"],
|
|
7
7
|
"cpu": ["arm64"],
|
|
8
|
-
"files": ["bin", "README.md"],
|
|
8
|
+
"files": ["bin", "vendor", "README.md"],
|
|
9
9
|
"publishConfig": { "access": "public" },
|
|
10
10
|
"repository": { "type": "git", "url": "https://gitcode.com/codegenie/codegenie.git" }
|
|
11
11
|
}
|
|
Binary file
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@deveco-codegenie/mcp-bridge-darwin-arm64",
|
|
3
|
+
"version": "1.0.1-beta4",
|
|
4
|
+
"description": "@deveco-codegenie/mcp-bridge darwin native module",
|
|
5
|
+
"os": [
|
|
6
|
+
"darwin"
|
|
7
|
+
],
|
|
8
|
+
"cpu": [
|
|
9
|
+
"arm64"
|
|
10
|
+
],
|
|
11
|
+
"files": [
|
|
12
|
+
"napi_bridge.node"
|
|
13
|
+
]
|
|
14
|
+
}
|
|
File without changes
|