ruvector/crates/ruvector-graph-transformer-wasm/pkg/package.json
github-actions[bot] b64360e260 chore: Update graph transformer NAPI-RS binaries for all platforms
Built from commit e7c443f536

Platforms updated:
- linux-x64-gnu
- linux-x64-musl
- linux-arm64-gnu
- linux-arm64-musl
- darwin-x64
- darwin-arm64
- win32-x64-msvc
- wasm

Generated by GitHub Actions
2026-02-26 16:41:58 +00:00

31 lines
No EOL
755 B
JSON

{
"name": "ruvector-graph-transformer-wasm",
"type": "module",
"collaborators": [
"Ruvector Team"
],
"description": "WASM bindings for ruvector-graph-transformer: proof-gated graph attention in the browser",
"version": "2.0.5",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/ruvnet/ruvector"
},
"files": [
"ruvector_graph_transformer_wasm_bg.wasm",
"ruvector_graph_transformer_wasm.js",
"ruvector_graph_transformer_wasm.d.ts"
],
"main": "ruvector_graph_transformer_wasm.js",
"types": "ruvector_graph_transformer_wasm.d.ts",
"sideEffects": [
"./snippets/*"
],
"keywords": [
"wasm",
"graph-transformer",
"attention",
"verified",
"webassembly"
]
}