From c515118ddcaf3f0a8587c6a18cbf19e873415d57 Mon Sep 17 00:00:00 2001 From: Riley Crahen Date: Fri, 30 Jan 2026 07:56:56 -0800 Subject: [PATCH 1/2] enforce access public --- package.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/package.json b/package.json index f44f64c..d457a37 100644 --- a/package.json +++ b/package.json @@ -24,6 +24,9 @@ ] } }, + "publishConfig": { + "access": "public" + }, "scripts": { "build": "yarn tsc --build tsconfig.build.json", "build:watch": "yarn build --watch", @@ -49,5 +52,8 @@ "prettier": "^2.7.1", "ts-jest": "^27.1.4", "typescript": "^4.8.2" + }, + "dependencies": { + "@sigmacomputing/plugin": "^1.1.0" } } From 6f6fbbab6bec990eb6c0bc09b2b9fdaa39d94c59 Mon Sep 17 00:00:00 2001 From: Riley Crahen Date: Fri, 30 Jan 2026 08:00:37 -0800 Subject: [PATCH 2/2] dont know where this came form --- package.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/package.json b/package.json index d457a37..779c2a6 100644 --- a/package.json +++ b/package.json @@ -52,8 +52,5 @@ "prettier": "^2.7.1", "ts-jest": "^27.1.4", "typescript": "^4.8.2" - }, - "dependencies": { - "@sigmacomputing/plugin": "^1.1.0" } }