genosdb 0.11.11 → 0.11.13

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 (3) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +9 -4
  3. package/package.json +1 -1
package/LICENSE CHANGED
@@ -7,7 +7,7 @@ Copyright (c) 2024 Esteban Fuster Pozzi
7
7
 
8
8
  TERMS OF USE
9
9
 
10
- The minified builds of GenosDB (GDB) are provided free of charge ("Freeware") for both personal and commercial use. You are welcome to integrate, distribute, and resell these builds as part of your applications without cost.
10
+ The minified production builds of GenosDB (GDB) are provided free of charge ("Freeware") for both personal and commercial use. You are welcome to integrate, distribute, and resell these builds as part of your applications without cost.
11
11
 
12
12
  The source code for GenosDB is proprietary and is not available under an open-source license. By using this software, you agree that you do not have the right to decompile, reverse-engineer, modify, or otherwise attempt to access the original source code of the core software.
13
13
 
package/README.md CHANGED
@@ -7,9 +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-SourceCode-Proprietary](https://img.shields.io/badge/Source%20Code-Proprietary-blue.svg?style=for-the-badge)](...)
10
+ [![License-SourceCode-Proprietary](https://img.shields.io/badge/Source%20Code-Proprietary-blue.svg?style=for-the-badge)](https://github.com/estebanrfp/gdb/blob/main/LICENSE)
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
+ [![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/blob/main/docs/index.md)
13
13
 
14
14
  ![Downloads on NPM](https://img.shields.io/npm/dw/genosdb)
15
15
  [![](https://data.jsdelivr.com/v1/package/npm/genosdb/badge)](https://www.jsdelivr.com/package/npm/genosdb)
@@ -213,16 +213,21 @@ See the discussion on Product Hunt:
213
213
 
214
214
  <a href="https://www.producthunt.com/products/genosdb?embed=true&utm_source=badge-featured&utm_medium=badge&utm_source=badge-genosdb" target="_blank"><img src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=1015741&theme=light&t=1757737737388" alt="GenosDB - GenosDB&#0032;&#0040;GDB&#0041;&#0032;–&#0032;Distributed&#0032;P2P&#0032;Graph&#0032;Database | Product Hunt" style="width: 250px; height: 54px;" width="250" height="54" /></a>
215
215
 
216
+ <a href="https://www.proofstories.io/directory/products/genosdb/" target="_blank" rel="noopener" style="height: 60px;"><img src="https://www.proofstories.io/directory/badges/l/genosdb.svg" alt="GenosDB badge" style="height: 60px;" /></a>
217
+
216
218
  Feel free to ask questions, share ideas, or just say hello! 👋
217
219
 
218
220
  For more details on contributing, check out our [Contributing Guidelines](https://github.com/estebanrfp/gdb/blob/main/CONTRIBUTING.md).
219
221
 
222
+ ## Special Thanks
223
+
224
+ First of all, I want to thank the GunDB community for all the years we shared. You gave me the chance to experiment and take part in incredible projects. Though [GunDB](https://github.com/amark/gun) and GenosDB follow completely different approaches, we belong to the same family. My deepest thanks to Mark Nadal for his friendship and unwavering support.”
220
225
 
221
226
  ## License
222
227
 
223
228
  ### Project License
224
229
 
225
- The minified builds of GenosDB (GDB) are provided free of charge (`Freeware`) for both personal and commercial use. You are welcome to integrate these builds into your applications without cost.
230
+ The production builds of GenosDB (GDB) are free to use for both personal and commercial projects. You can integrate them into your applications without any licensing fees.
226
231
 
227
232
  However, the source code for GenosDB is proprietary and is not available under an open-source license. You do not have the right to decompile, reverse-engineer, or modify the core source code.
228
233
 
@@ -232,7 +237,7 @@ This project includes third-party dependencies with their own respective license
232
237
 
233
238
  ## Maintenance
234
239
 
235
- This repository provides minified builds of GenosDB (GDB), a decentralized P2P graph database designed for modern web applications. These builds are freely available for anyone to use and integrate into their projects. Please note that the source code is not publicly available at this time; only the minified versions are provided. The project is actively maintained by Esteban Fuster Pozzi ([@estebanrfp](https://github.com/estebanrfp))
240
+ This repository provides production builds of GenosDB (GDB), a decentralized P2P graph database designed for modern web applications. These builds are freely available for anyone to use and integrate into their projects. Please note that the source code is not publicly available at this time; only the production builds versions are provided. The project is actively maintained by Esteban Fuster Pozzi ([@estebanrfp](https://github.com/estebanrfp))
236
241
 
237
242
  ## Author
238
243
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "genosdb",
3
- "version": "0.11.11",
3
+ "version": "0.11.13",
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",