genosdb 0.26.0 → 0.26.2
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/genossrv.min.js +37 -37
- package/dist/genossrv.min.js.gz +0 -0
- package/dist/sm.min.js +1 -1
- package/dist/sm.min.js.gz +0 -0
- package/llms.txt +1 -1
- package/package.json +1 -1
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.26.
|
|
7
|
+
Install: `npm i genosdb` · Current version: 0.26.1 · Runtime dependencies: none.
|
|
8
8
|
|
|
9
9
|
## What it is good for
|
|
10
10
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "genosdb",
|
|
3
|
-
"version": "0.26.
|
|
3
|
+
"version": "0.26.2",
|
|
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",
|