From d6a214d8cfcc55efef102f1a5ce1cce84c026df5 Mon Sep 17 00:00:00 2001 From: Hunter Lovell Date: Wed, 5 Nov 2025 10:26:40 -0800 Subject: [PATCH] fix: public access --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 2f3fbe9..6239d95 100644 --- a/package.json +++ b/package.json @@ -26,6 +26,9 @@ "type": "git", "url": "git@github.com:langchain-ai/net-mocks.git" }, + "publishConfig": { + "access": "public" + }, "dependencies": { "@mswjs/interceptors": "^0.39.2", "cookie": "^1.0.2",