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.
Files changed (2) hide show
  1. package/README.md +5 -3
  2. 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
  [![NPM Version](https://img.shields.io/npm/v/genosdb.svg?style=for-the-badge)](https://www.npmjs.org/package/genosdb)
10
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)
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)
13
+
12
14
  ![Downloads on NPM](https://img.shields.io/npm/dw/genosdb)
13
15
  [![](https://data.jsdelivr.com/v1/package/npm/genosdb/badge)](https://www.jsdelivr.com/package/npm/genosdb)
14
16
  [![Tests](https://github.com/estebanrfp/gdb/actions/workflows/test.yml/badge.svg)](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](#🤝-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
- ## 🤝 Business Inquiries & Collaboration
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.10",
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",