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.
Files changed (2) hide show
  1. package/README.md +12 -2
  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
  [![NPM Version](https://img.shields.io/npm/v/genosdb.svg?style=for-the-badge)](https://www.npmjs.org/package/genosdb)
10
- [![License](https://img.shields.io/badge/License-Proprietary-blue.svg?style=for-the-badge)](https://github.com/estebanrfp/gdb/blob/main/LICENSE)
10
+ [![License-SourceCode-Proprietary](https://img.shields.io/badge/Source%20Code-Proprietary-blue.svg?style=for-the-badge)](...)
11
11
 
12
+ [![Production Build](https://img.shields.io/badge/Production%20Build-Free%20for%20personal%20%26%20commercial%20use-brightgreen.svg?style=for-the-badge)](https://github.com/estebanrfp/gdb)
12
13
 
13
14
  ![Downloads on NPM](https://img.shields.io/npm/dw/genosdb)
14
15
  [![](https://data.jsdelivr.com/v1/package/npm/genosdb/badge)](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
  ![Nostr.band Followers](https://img.shields.io/nostr-band/followers/npub18c556t7n8xa3df2q82rwxejfglw5przds7sqvefylzjh8tjne28qld0we7) -->
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
- ## 🤝 Business Inquiries & Collaboration
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.9",
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",