@ruvector/graph-node-darwin-x64 0.1.15 → 0.1.26
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
CHANGED
|
@@ -1,16 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ruvector/graph-node-darwin-x64",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.26",
|
|
4
4
|
"os": ["darwin"],
|
|
5
5
|
"cpu": ["x64"],
|
|
6
|
-
|
|
7
|
-
"
|
|
8
|
-
"files": ["ruvector-graph.darwin-x64.node"],
|
|
9
|
-
"description": "RuVector Graph Node.js bindings - darwin-x64 platform",
|
|
10
|
-
"keywords": ["ruvector", "graph", "hypergraph", "napi-rs", "cypher"],
|
|
11
|
-
"author": "ruv.io Team <info@ruv.io>",
|
|
6
|
+
"main": "ruvector-graph.node",
|
|
7
|
+
"files": ["ruvector-graph.node"],
|
|
12
8
|
"license": "MIT",
|
|
13
|
-
"repository": {"type": "git", "url": "https://github.com/ruvnet/ruvector"}
|
|
14
|
-
"engines": {"node": ">= 18"},
|
|
15
|
-
"publishConfig": {"registry": "https://registry.npmjs.org/", "access": "public"}
|
|
9
|
+
"repository": {"type": "git", "url": "https://github.com/ruvnet/ruvector.git"}
|
|
16
10
|
}
|
|
Binary file
|
|
Binary file
|