From c03affffd47062d892ceb3a590c33f529ea05a6c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 19 Jun 2026 15:58:54 +0000 Subject: [PATCH] Cherry-pick: fix: Add worker and browser entry points to package.json Cherry-picked from #15 (merged to release/2.3.x) Original commit: 2715f2108f58197e7d20b6fc56fe8afb2ce5321d Co-Authored-By: alexmercerpo <251740932+alexmercerpo@users.noreply.github.com> --- libs/vectoriadb/package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libs/vectoriadb/package.json b/libs/vectoriadb/package.json index 82a264d..4503928 100644 --- a/libs/vectoriadb/package.json +++ b/libs/vectoriadb/package.json @@ -33,6 +33,8 @@ ".": { "development": "./src/index.ts", "types": "./dist/src/index.d.ts", + "worker": "./dist/src/worker.js", + "browser": "./dist/src/worker.js", "import": "./dist/src/index.js", "default": "./dist/src/index.js" },