feat(node) Move native packages to @lancedb NPM org (#341)

- Move native packages to @lancedb org
- Move package-lock.json update to a reusable action and created a target to run it manually.
This commit is contained in:
gsilvestrin
2023-07-20 12:54:39 -07:00
committed by GitHub
parent 0cf40c8da3
commit a2bb497135
8 changed files with 138 additions and 163 deletions

64
node/package-lock.json generated
View File

@@ -51,11 +51,11 @@
"typescript": "*"
},
"optionalDependencies": {
"vectordb-darwin-arm64": "0.1.15",
"vectordb-darwin-x64": "0.1.15",
"vectordb-linux-arm64-gnu": "0.1.15",
"vectordb-linux-x64-gnu": "0.1.15",
"vectordb-win32-x64-msvc": "0.1.15"
"@lancedb/vectordb-darwin-arm64": "0.1.15",
"@lancedb/vectordb-darwin-x64": "0.1.15",
"@lancedb/vectordb-linux-arm64-gnu": "0.1.15",
"@lancedb/vectordb-linux-x64-gnu": "0.1.15",
"@lancedb/vectordb-win32-x64-msvc": "0.1.15"
}
},
"node_modules/@apache-arrow/ts": {
@@ -4297,42 +4297,6 @@
"integrity": "sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg==",
"dev": true
},
"node_modules/vectordb-darwin-arm64": {
"version": "0.1.15",
"resolved": "https://registry.npmjs.org/vectordb-darwin-arm64/-/vectordb-darwin-arm64-0.1.15.tgz",
"integrity": "sha512-15bX+ZMojTvLoMXmWRKj+Im4905B8c+2ZPt0xd0mdRnIcR0XKUq3XHgj5vqSN3xhAzAND/q7472J1Y/OXyYLeg==",
"cpu": [
"arm64"
],
"optional": true,
"os": [
"darwin"
]
},
"node_modules/vectordb-darwin-x64": {
"version": "0.1.15",
"resolved": "https://registry.npmjs.org/vectordb-darwin-x64/-/vectordb-darwin-x64-0.1.15.tgz",
"integrity": "sha512-jbub+YGto6UEn8omEz9XJTbrGTtZzsVydMTDBCWSSh/Cg3ZklkY0La1NNZPN5XPvmK3WcxxocxlPz5ttcLoZmA==",
"cpu": [
"x64"
],
"optional": true,
"os": [
"darwin"
]
},
"node_modules/vectordb-linux-x64-gnu": {
"version": "0.1.15",
"resolved": "https://registry.npmjs.org/vectordb-linux-x64-gnu/-/vectordb-linux-x64-gnu-0.1.15.tgz",
"integrity": "sha512-IPnKbiEI4py+w81urN4XAMVYFn7tikvLZziY4z0bQrCHllNwnD2DVr61mpAEIGP7kHyXBdsVWEdyAkRGXzcxPw==",
"cpu": [
"x64"
],
"optional": true,
"os": [
"linux"
]
},
"node_modules/vscode-oniguruma": {
"version": "1.7.0",
"resolved": "https://registry.npmjs.org/vscode-oniguruma/-/vscode-oniguruma-1.7.0.tgz",
@@ -7638,24 +7602,6 @@
"integrity": "sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg==",
"dev": true
},
"vectordb-darwin-arm64": {
"version": "0.1.15",
"resolved": "https://registry.npmjs.org/vectordb-darwin-arm64/-/vectordb-darwin-arm64-0.1.15.tgz",
"integrity": "sha512-15bX+ZMojTvLoMXmWRKj+Im4905B8c+2ZPt0xd0mdRnIcR0XKUq3XHgj5vqSN3xhAzAND/q7472J1Y/OXyYLeg==",
"optional": true
},
"vectordb-darwin-x64": {
"version": "0.1.15",
"resolved": "https://registry.npmjs.org/vectordb-darwin-x64/-/vectordb-darwin-x64-0.1.15.tgz",
"integrity": "sha512-jbub+YGto6UEn8omEz9XJTbrGTtZzsVydMTDBCWSSh/Cg3ZklkY0La1NNZPN5XPvmK3WcxxocxlPz5ttcLoZmA==",
"optional": true
},
"vectordb-linux-x64-gnu": {
"version": "0.1.15",
"resolved": "https://registry.npmjs.org/vectordb-linux-x64-gnu/-/vectordb-linux-x64-gnu-0.1.15.tgz",
"integrity": "sha512-IPnKbiEI4py+w81urN4XAMVYFn7tikvLZziY4z0bQrCHllNwnD2DVr61mpAEIGP7kHyXBdsVWEdyAkRGXzcxPw==",
"optional": true
},
"vscode-oniguruma": {
"version": "1.7.0",
"resolved": "https://registry.npmjs.org/vscode-oniguruma/-/vscode-oniguruma-1.7.0.tgz",