Skip to content

Commit 7bb2e7b

Browse files
authored
Update package.json
1 parent ce23486 commit 7bb2e7b

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

package.json

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hollowdb-vector",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "A vectorDB over HollowDB using HNSW",
55
"author": "FirstBatch Team <dev@firstbatch.xyz>",
66
"contributors": [
@@ -34,17 +34,13 @@
3434
"targets": {
3535
"cjs": {
3636
"outputFormat": "commonjs",
37-
"context": "node",
38-
"scopeHoist": false,
39-
"includeNodeModules": false,
40-
"optimize": false
37+
"isLibrary": true,
38+
"context": "node"
4139
},
4240
"mjs": {
4341
"outputFormat": "esmodule",
44-
"context": "node",
45-
"scopeHoist": false,
46-
"includeNodeModules": false,
47-
"optimize": false
42+
"isLibrary": true,
43+
"context": "node"
4844
}
4945
},
5046
"files": [

0 commit comments

Comments
 (0)