From 8918346610e73ff9586b194c38c9f080b8cac356 Mon Sep 17 00:00:00 2001 From: Devin Date: Tue, 4 Aug 2026 09:18:44 +0200 Subject: [PATCH] Add repository metadata and bump to 1.2.1 for provenance publish. npm trusted publishing requires package.json repository.url to match the GitHub repo; without it the 1.2.0 release failed verification. Co-authored-by: Cursor --- package-lock.json | 4 ++-- package.json | 6 +++++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index a2803bc..410828e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "investec-card-cli", - "version": "1.2.0", + "version": "1.2.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "investec-card-cli", - "version": "1.2.0", + "version": "1.2.1", "license": "MIT", "dependencies": { "chalk": "^4.1.2", diff --git a/package.json b/package.json index 40b61d8..3f4921b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "investec-card-cli", - "version": "1.2.0", + "version": "1.2.1", "main": "bin/index.js", "bin": { "card-emu": "./bin/index.js" @@ -26,6 +26,10 @@ "author": "Devin Pearson", "license": "MIT", "description": "An emulator for the Programmable Card Code Lamda function", + "repository": { + "type": "git", + "url": "https://github.com/devinpearson/card-code-cli.git" + }, "dependencies": { "chalk": "^4.1.2", "dotenv": "^16.3.1",