genosdb 0.12.2 → 0.12.3

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 (1) hide show
  1. package/package.json +4 -1
package/package.json CHANGED
@@ -1,10 +1,13 @@
1
1
  {
2
2
  "name": "genosdb",
3
- "version": "0.12.2",
3
+ "version": "0.12.3",
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",
7
7
  "module": "./dist/index.js",
8
+ "exports": {
9
+ ".": "./dist/index.js"
10
+ },
8
11
  "scripts": {
9
12
  "build": "bun esbun.js",
10
13
  "dev": "bun run --watch",