Bumping vectordb to v0.1.3 (#124)

This commit is contained in:
gsilvestrin
2023-06-01 16:36:11 -07:00
committed by GitHub
parent 9965b4564d
commit 45b3a14f26
2 changed files with 4 additions and 3 deletions

View File

@@ -1,12 +1,12 @@
{
"name": "vectordb",
"version": "0.1.1",
"version": "0.1.3",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "vectordb",
"version": "0.1.1",
"version": "0.1.3",
"license": "Apache-2.0",
"dependencies": {
"@apache-arrow/ts": "^12.0.0",
@@ -16,6 +16,7 @@
"@types/chai": "^4.3.4",
"@types/mocha": "^10.0.1",
"@types/node": "^18.16.2",
"@types/sinon": "^10.0.15",
"@types/temp": "^0.9.1",
"@typescript-eslint/eslint-plugin": "^5.59.1",
"cargo-cp-artifact": "^0.1",

View File

@@ -1,6 +1,6 @@
{
"name": "vectordb",
"version": "0.1.1",
"version": "0.1.3",
"description": " Serverless, low-latency vector database for AI applications",
"main": "dist/index.js",
"types": "dist/index.d.ts",