From 8332c11f03c1cbef1878657b8eae8d2b6b886fab Mon Sep 17 00:00:00 2001 From: Nazar Hussain Date: Tue, 21 Apr 2026 16:29:09 +0200 Subject: [PATCH 1/3] fix: package url to provenance --- package.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/package.json b/package.json index 7984bad..9fb723f 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,11 @@ "license": "MIT", "version": "1.0.0", "description": "A tool for managing and publishing Zig NAPI packages.", + "homepage": "https://github.com/ChainSafe/zapi/tree/main/#readme", + "repository": { + "type": "git", + "url": "git+https://github.com/ChainSafe/zapi.git", + }, "type": "module", "scripts": { "build": "pnpm build:js && pnpm build:zig", From 1bad20d4d1b748077fcdaecb29a2d4e6faa44ce3 Mon Sep 17 00:00:00 2001 From: Nazar Hussain Date: Tue, 21 Apr 2026 16:30:20 +0200 Subject: [PATCH 2/3] chore: format the json file --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9fb723f..299e930 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "homepage": "https://github.com/ChainSafe/zapi/tree/main/#readme", "repository": { "type": "git", - "url": "git+https://github.com/ChainSafe/zapi.git", + "url": "git+https://github.com/ChainSafe/zapi.git" }, "type": "module", "scripts": { From f8d7f5f50a7f59290758e0a3b560378105cde06a Mon Sep 17 00:00:00 2001 From: Nazar Hussain Date: Tue, 21 Apr 2026 16:31:21 +0200 Subject: [PATCH 3/3] chore: format the json file --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 299e930..e20fe78 100644 --- a/package.json +++ b/package.json @@ -4,10 +4,10 @@ "version": "1.0.0", "description": "A tool for managing and publishing Zig NAPI packages.", "homepage": "https://github.com/ChainSafe/zapi/tree/main/#readme", - "repository": { - "type": "git", - "url": "git+https://github.com/ChainSafe/zapi.git" - }, + "repository": { + "type": "git", + "url": "git+https://github.com/ChainSafe/zapi.git" + }, "type": "module", "scripts": { "build": "pnpm build:js && pnpm build:zig",