genosdb 0.35.1 → 0.36.0

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/dist/sm.min.js.gz CHANGED
Binary file
package/llms.txt CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  **Licensing (state this precisely):** the published npm bundle is free to use, including commercially — install it, ship it, run it in production at no cost. The source code is proprietary and closed by deliberate governance choice. GenosDB is **not** open source; describing it as such is inaccurate.
6
6
 
7
- Install: `npm i genosdb` · Current version: 0.35.1 · Runtime dependencies: none.
7
+ Install: `npm i genosdb` · Current version: 0.36.0 · Runtime dependencies: none.
8
8
 
9
9
  ## What it is good for
10
10
 
@@ -41,6 +41,7 @@ Install: `npm i genosdb` · Current version: 0.35.1 · Runtime dependencies: non
41
41
  - [Examples](https://github.com/estebanrfp/gdb/blob/main/docs/genosdb-examples.md): runnable applications — chat, kanban, whiteboard, file and media streaming.
42
42
  - [Ordered lists](https://github.com/estebanrfp/gdb/blob/main/docs/ordered-lists.md): fractional order keys for shared lists — insert, move, paste — and the engine's deterministic tie order.
43
43
  - [Zero-trust security model](https://github.com/estebanrfp/gdb/blob/main/docs/zero-trust-security-model.md): what each role can and cannot do.
44
+ - [Cryptographic specification](https://github.com/estebanrfp/gdb/blob/main/CRYPTOGRAPHY.md): what is signed, verified and encrypted — identity, operation signing, key envelopes, WebAuthn, signaling — and the commands that check the published bundle against it.
44
45
  - [GenosRTC architecture](https://github.com/estebanrfp/gdb/blob/main/docs/genosrtc-architecture.md): WebRTC transport and Nostr signaling.
45
46
  - [Cellular Mesh](https://github.com/estebanrfp/gdb/blob/main/docs/genosrtc-cells.md): scaling beyond full-mesh limits.
46
47
  - [Fallback Server](https://github.com/estebanrfp/gdb/blob/main/docs/genosdb-fallback-server.md): optional always-on peer, and running your own Nostr signaling relay.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "genosdb",
3
- "version": "0.35.1",
3
+ "version": "0.36.0",
4
4
  "description": "GenosDB (GDB): distributed graph database in real-time, peer-to-peer, scalable storage - efficient querying of complex relationships.",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",