genosdb 0.11.9 → 0.11.10

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 +11 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -7,9 +7,8 @@ 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)
11
-
12
-
10
+ [![License-SourceCode-Proprietary](https://img.shields.io/badge/Source%20Code-Proprietary-blue.svg?style=for-the-badge)](...)
11
+ [![Bundle Free](https://img.shields.io/badge/Bundle-Free%20for%20personal%20%26%20commercial%20use-brightgreen.svg?style=for-the-badge)](https://github.com/estebanrfp/gdb)
13
12
  ![Downloads on NPM](https://img.shields.io/npm/dw/genosdb)
14
13
  [![](https://data.jsdelivr.com/v1/package/npm/genosdb/badge)](https://www.jsdelivr.com/package/npm/genosdb)
15
14
  [![Tests](https://github.com/estebanrfp/gdb/actions/workflows/test.yml/badge.svg)](https://estebanrfp.github.io/gdb/tests/html/test-results.html)
@@ -25,6 +24,15 @@ A lightweight, decentralized graph database designed for modern web applications
25
24
 
26
25
  ![Nostr.band Followers](https://img.shields.io/nostr-band/followers/npub18c556t7n8xa3df2q82rwxejfglw5przds7sqvefylzjh8tjne28qld0we7) -->
27
26
 
27
+ ## Table of Contents
28
+ - [Main Features](#main-features)
29
+ - [Project Status](#project-status)
30
+ - [Installation](#installation)
31
+ - [Documentation](#documentation)
32
+ - [Contributing](#contributing)
33
+ - [License](#license)
34
+ - [Business Inquiries Collaboration](#🤝-business-inquiries--collaboration)
35
+
28
36
 
29
37
  ## Main Features
30
38
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "genosdb",
3
- "version": "0.11.9",
3
+ "version": "0.11.10",
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",