@grafema/rfdb 0.2.9 → 0.2.11

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/README.md CHANGED
@@ -31,7 +31,7 @@ cargo build --release
31
31
 
32
32
  ```bash
33
33
  # Start the server
34
- npx rfdb-server ./my-graph.rfdb --socket /tmp/rfdb.sock
34
+ npx @grafema/rfdb ./my-graph.rfdb --socket /tmp/rfdb.sock
35
35
 
36
36
  # Using default socket path (/tmp/rfdb.sock)
37
37
  rfdb-server ./my-graph.rfdb
package/package.json CHANGED
@@ -1,10 +1,11 @@
1
1
  {
2
2
  "name": "@grafema/rfdb",
3
- "version": "0.2.9",
3
+ "version": "0.2.11",
4
4
  "description": "RFDB (Rega Flow Database) — high-performance disk-backed graph database server for Grafema",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
7
7
  "bin": {
8
+ "rfdb": "./bin/rfdb-server.js",
8
9
  "rfdb-server": "./bin/rfdb-server.js"
9
10
  },
10
11
  "repository": {
Binary file
Binary file
Binary file
Binary file