We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce23486 commit 7bb2e7bCopy full SHA for 7bb2e7b
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "hollowdb-vector",
3
- "version": "0.1.2",
+ "version": "0.1.3",
4
"description": "A vectorDB over HollowDB using HNSW",
5
"author": "FirstBatch Team <dev@firstbatch.xyz>",
6
"contributors": [
@@ -34,17 +34,13 @@
34
"targets": {
35
"cjs": {
36
"outputFormat": "commonjs",
37
- "context": "node",
38
- "scopeHoist": false,
39
- "includeNodeModules": false,
40
- "optimize": false
+ "isLibrary": true,
+ "context": "node"
41
},
42
"mjs": {
43
"outputFormat": "esmodule",
44
45
46
47
48
}
49
50
"files": [
0 commit comments