feat(node): Add Windows support (#294)

This commit is contained in:
gsilvestrin
2023-07-17 08:48:24 -07:00
committed by GitHub
parent 088e745e1d
commit 72afa06b7a
7 changed files with 114 additions and 10 deletions

View File

@@ -14,7 +14,8 @@
"license": "Apache-2.0",
"os": [
"darwin",
"linux"
"linux",
"win32"
],
"dependencies": {
"@apache-arrow/ts": "^12.0.0",
@@ -52,7 +53,8 @@
"vectordb-darwin-arm64": "0.1.13",
"vectordb-darwin-x64": "0.1.13",
"vectordb-linux-arm64-gnu": "0.1.13",
"vectordb-linux-x64-gnu": "0.1.13"
"vectordb-linux-x64-gnu": "0.1.13",
"vectordb-win32-x64-msvc": "0.1.13"
}
},
"node_modules/@apache-arrow/ts": {