genosdb 0.2.6 → 0.3.0
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 +3 -1
- package/dist/gdb.min.js +7 -7
- package/dist/gdb.min.js.gz +0 -0
- package/dist/index.js +7 -7
- package/dist/index.js.gz +0 -0
- package/dist/radixIndex.min.js +1 -1
- package/dist/radixIndex.min.js.gz +0 -0
- package/dist/rbac.min.js +1 -1
- package/dist/rbac.min.js.gz +0 -0
- package/package.json +6 -8
package/README.md
CHANGED
|
@@ -114,7 +114,9 @@ import { GDB } from "genosdb"
|
|
|
114
114
|
|
|
115
115
|
For detailed documentation, visit our [GitHub Wiki](https://github.com/estebanrfp/gdb/wiki).
|
|
116
116
|
|
|
117
|
-
For interactive, AI-assisted GenosDB documentation
|
|
117
|
+
For interactive, AI-assisted GenosDB documentation:
|
|
118
|
+
|
|
119
|
+
[](https://deepwiki.com/estebanrfp/gdb)
|
|
118
120
|
|
|
119
121
|
## Examples
|
|
120
122
|
|