From af4319090c2ca95951b0933b03033d478ae80874 Mon Sep 17 00:00:00 2001 From: David Antoon Date: Fri, 19 Jun 2026 01:27:39 +0300 Subject: [PATCH] Add worker and browser entry points to package.json --- libs/vectoriadb/package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libs/vectoriadb/package.json b/libs/vectoriadb/package.json index 7a9bd76..71a234c 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" },