From 3911e1aa3d1d758ec8c5bcf8d7d9d699bb0b84c6 Mon Sep 17 00:00:00 2001 From: priosshrsth Date: Tue, 14 Jul 2026 08:25:26 +0000 Subject: [PATCH] fix: correct repository url to madebyoutside org Provenance verification requires package.json repository.url to match the actual GitHub repo (madebyoutside/assembly-kit). Was outsidestudio, which caused npm publish to fail with E422 during provenance validation. Co-Authored-By: Claude Opus 4.8 (1M context) --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index e2359c3..103ac1d 100644 --- a/package.json +++ b/package.json @@ -2,14 +2,14 @@ "name": "assembly-kit", "version": "0.0.2", "description": "TypeScript SDK for the Assembly platform", - "homepage": "https://github.com/outsidestudio/assembly-kit#readme", + "homepage": "https://github.com/madebyoutside/assembly-kit#readme", "bugs": { - "url": "https://github.com/outsidestudio/assembly-kit/issues" + "url": "https://github.com/madebyoutside/assembly-kit/issues" }, "license": "MIT", "repository": { "type": "git", - "url": "git+https://github.com/outsidestudio/assembly-kit.git" + "url": "git+https://github.com/madebyoutside/assembly-kit.git" }, "files": [ "dist",