genosdb 0.11.13 → 0.11.15
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/README.md +6 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -204,10 +204,10 @@ Please read our [Contribution Guidelines](https://github.com/estebanrfp/gdb/blob
|
|
|
204
204
|
|
|
205
205
|
## Community
|
|
206
206
|
|
|
207
|
-
We value community contributions
|
|
207
|
+
We value community contributions — get involved through:
|
|
208
208
|
|
|
209
|
-
-
|
|
210
|
-
-
|
|
209
|
+
- [Issues](https://github.com/estebanrfp/gdb/issues) — report bugs or request features
|
|
210
|
+
- [Discussions](https://github.com/estebanrfp/gdb/discussions) — ask questions or share ideas
|
|
211
211
|
|
|
212
212
|
See the discussion on Product Hunt:
|
|
213
213
|
|
|
@@ -221,7 +221,9 @@ For more details on contributing, check out our [Contributing Guidelines](https:
|
|
|
221
221
|
|
|
222
222
|
## Special Thanks
|
|
223
223
|
|
|
224
|
-
|
|
224
|
+
Being part of the GunDB community has given me the opportunity to contribute to and take part in incredible projects. GunDB and GenosDB belong to the same research effort in distributed systems. My sincerest gratitude to [Mark Nadal](https://github.com/amark/gun), Founder of GunDB, for his friendship and unconditional support.
|
|
225
|
+
|
|
226
|
+
A special mention to [William Blankenship](https://webai.com), Network Fellow at WebAI, for his initial support and kind words about the vision for GenosDB.
|
|
225
227
|
|
|
226
228
|
## License
|
|
227
229
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "genosdb",
|
|
3
|
-
"version": "0.11.
|
|
3
|
+
"version": "0.11.15",
|
|
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",
|