bump version and skipping building the native lib during install (#71)

This commit is contained in:
gsilvestrin
2023-05-10 15:10:46 -07:00
committed by GitHub
parent f5bf6181e3
commit c2e73262ef
4 changed files with 3 additions and 579 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "vectordb",
"version": "0.0.1",
"version": "0.0.5",
"description": " Serverless, low-latency vector database for AI applications",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@@ -8,7 +8,6 @@
"tsc": "tsc -b",
"build": "cargo-cp-artifact --artifact cdylib vectordb-node index.node -- cargo build --message-format=json-render-diagnostics",
"build-release": "npm run build -- --release",
"install": "npm run build-release",
"test": "mocha -recursive dist/test",
"lint": "eslint src --ext .js,.ts"
},