From ab39683a50de986e585b382dd5845a47e2948f8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Burzy=C5=84ski?= Date: Fri, 5 May 2023 22:08:12 +0200 Subject: [PATCH] chore: "hide" `./defaultWorker` entrypoint with `types: null` (#9485) * fix: move `types` condition to the front * Update packages/ws/package.json --------- Co-authored-by: Vlad Frangu Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com> Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com> --- packages/ws/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/ws/package.json b/packages/ws/package.json index d9050084f..103fe6c19 100644 --- a/packages/ws/package.json +++ b/packages/ws/package.json @@ -23,6 +23,7 @@ "require": "./dist/index.js" }, "./defaultWorker": { + "types": null, "import": "./dist/defaultWorker.mjs", "require": "./dist/defaultWorker.js" }