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

|
|
14
15
|
[](https://www.jsdelivr.com/package/npm/genosdb)
|
|
@@ -25,6 +26,15 @@ A lightweight, decentralized graph database designed for modern web applications
|
|
|
25
26
|
|
|
26
27
|
 -->
|
|
27
28
|
|
|
29
|
+
## Table of Contents
|
|
30
|
+
- [Main Features](#main-features)
|
|
31
|
+
- [Project Status](#project-status)
|
|
32
|
+
- [Installation](#installation)
|
|
33
|
+
- [Documentation](#documentation)
|
|
34
|
+
- [Contributing](#contributing)
|
|
35
|
+
- [License](#license)
|
|
36
|
+
- [Business Inquiries Collaboration](#business-inquiries--collaboration)
|
|
37
|
+
|
|
28
38
|
|
|
29
39
|
## Main Features
|
|
30
40
|
|
|
@@ -234,7 +244,7 @@ This repository provides minified builds of GenosDB (GDB), a decentralized P2P g
|
|
|
234
244
|
|
|
235
245
|
---
|
|
236
246
|
|
|
237
|
-
##
|
|
247
|
+
## Business Inquiries & Collaboration
|
|
238
248
|
|
|
239
249
|
GenosDB is an independently developed project with a long-term vision to power the next generation of secure, decentralized, and real-time applications.
|
|
240
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",
|