mirror of
https://github.com/lancedb/lancedb.git
synced 2026-05-21 05:50:41 +00:00
feat(node): Add Windows support (#294)
This commit is contained in:
6
node/package-lock.json
generated
6
node/package-lock.json
generated
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user