ci: fix release (#1919)

* Set `private: false` so we can publish new binary packages
* Add missing windows binary reference
This commit is contained in:
Will Jones
2024-12-06 12:51:48 -08:00
committed by GitHub
parent 2a9e3e2084
commit bf03ad1b4a
4 changed files with 102 additions and 3 deletions

View File

@@ -2,6 +2,7 @@
"name": "vectordb",
"version": "0.14.0",
"description": " Serverless, low-latency vector database for AI applications",
"private": false,
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {