beamdb 0.17.0

BEAM — distributed graph database syncing over WebSocket, WebRTC, and multicast. Successor to rod.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "name": "beam",
  "version": "0.16.0",
  "private": true,
  "description": "BEAM browser test dependencies",
  "scripts": {
    "test:browser": "playwright test tests/e2e/gun-beam-interop.spec.mjs --reporter=line",
    "test:wasm:unit": "wasm-pack test --node --no-default-features",
    "test:wasm:integration": "node tests/wasm-integration/node-integration.mjs",
    "test:native": "cargo test"
  },
  "devDependencies": {
    "@playwright/test": "^1.40.0",
    "http-server": "^14.1.1"
  }
}