genosdb 0.11.12 → 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.
- package/LICENSE +1 -1
- package/README.md +7 -2
- 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
|
@@ -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 (GDB) – Distributed P2P Graph 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
|
|
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
|
|
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.
|
|
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",
|