genosdb 0.11.10 → 0.11.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 +5 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -8,7 +8,9 @@ A lightweight, decentralized graph database designed for modern web applications
|
|
|
8
8
|
|
|
9
9
|
[](https://www.npmjs.org/package/genosdb)
|
|
10
10
|
[](...)
|
|
11
|
-
|
|
11
|
+
|
|
12
|
+
[](https://github.com/estebanrfp/gdb)
|
|
13
|
+
|
|
12
14
|

|
|
13
15
|
[](https://www.jsdelivr.com/package/npm/genosdb)
|
|
14
16
|
[](https://estebanrfp.github.io/gdb/tests/html/test-results.html)
|
|
@@ -31,7 +33,7 @@ A lightweight, decentralized graph database designed for modern web applications
|
|
|
31
33
|
- [Documentation](#documentation)
|
|
32
34
|
- [Contributing](#contributing)
|
|
33
35
|
- [License](#license)
|
|
34
|
-
- [Business Inquiries Collaboration](
|
|
36
|
+
- [Business Inquiries Collaboration](#business-inquiries--collaboration)
|
|
35
37
|
|
|
36
38
|
|
|
37
39
|
## Main Features
|
|
@@ -242,7 +244,7 @@ This repository provides minified builds of GenosDB (GDB), a decentralized P2P g
|
|
|
242
244
|
|
|
243
245
|
---
|
|
244
246
|
|
|
245
|
-
##
|
|
247
|
+
## Business Inquiries & Collaboration
|
|
246
248
|
|
|
247
249
|
GenosDB is an independently developed project with a long-term vision to power the next generation of secure, decentralized, and real-time applications.
|
|
248
250
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "genosdb",
|
|
3
|
-
"version": "0.11.
|
|
3
|
+
"version": "0.11.11",
|
|
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",
|