mirror of
https://github.com/lancedb/lancedb.git
synced 2026-05-19 13:00:40 +00:00
The 0.29 release happened on a branch because the main line had already moved past the 6.0.0 stable lance release. As a result the version bump commits ended up on the branch. This merges those commits back into main. --------- Co-authored-by: Lance Release <lance-dev@lancedb.com>
18 lines
360 B
JSON
18 lines
360 B
JSON
{
|
|
"name": "@lancedb/lancedb-linux-arm64-musl",
|
|
"version": "0.29.0",
|
|
"os": ["linux"],
|
|
"cpu": ["arm64"],
|
|
"main": "lancedb.linux-arm64-musl.node",
|
|
"files": ["lancedb.linux-arm64-musl.node"],
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": ">= 18"
|
|
},
|
|
"libc": ["musl"],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/lancedb/lancedb"
|
|
}
|
|
}
|