codegenie-darwin-x64 0.0.0-develop-202604091039

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 ADDED
Binary file
@@ -0,0 +1,14 @@
1
+ {
2
+ "name": "@deveco-codegenie/mcp-bridge-darwin-x64",
3
+ "version": "1.0.1-beta1",
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 ADDED
@@ -0,0 +1,10 @@
1
+ {
2
+ "name": "codegenie-darwin-x64",
3
+ "version": "0.0.0-develop-202604091039",
4
+ "os": [
5
+ "darwin"
6
+ ],
7
+ "cpu": [
8
+ "x64"
9
+ ]
10
+ }