feat(nodejs): add compatibility across arrow versions (#1337)

while adding some more docs & examples for the new js sdk, i ran across
a few compatibility issues when using different arrow versions. This
should fix those issues.
This commit is contained in:
Cory Grinstead
2024-05-29 17:36:34 -05:00
committed by GitHub
parent dbea3a7544
commit bc139000bd
12 changed files with 211 additions and 77 deletions

View File

@@ -1,8 +1,12 @@
{
"name": "@lancedb/lancedb",
"version": "0.5.0",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"main": "dist/index.js",
"exports": {
".": "./dist/index.js",
"./embedding": "./dist/embedding/index.js"
},
"types": "dist/index.d.ts",
"napi": {
"name": "lancedb",
"triples": {