From b62478e677fd7a4d811e1c03609dfd8a6b5132c7 Mon Sep 17 00:00:00 2001 From: Ryan Bas Date: Sun, 10 May 2026 14:10:50 -0600 Subject: [PATCH 1/2] chore: fix package description Co-Authored-By: Claude Opus 4.6 (1M context) --- packages/devtools-extension/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/devtools-extension/package.json b/packages/devtools-extension/package.json index cbcaf2d..f72b8ae 100644 --- a/packages/devtools-extension/package.json +++ b/packages/devtools-extension/package.json @@ -2,7 +2,7 @@ "name": "@wolfcola/devtools-extension", "version": "0.0.0", "private": true, - "description": "Ping Auth DevTools Chrome Extension", + "description": "WolfCola DevTools Chrome Extension", "license": "MIT", "type": "module", "scripts": { From 022e45eb74d3c9aa047ad659212ff8ce6a00a04e Mon Sep 17 00:00:00 2001 From: Ryan Bas Date: Sun, 10 May 2026 14:12:54 -0600 Subject: [PATCH 2/2] chore: add repository fields for npm provenance Co-Authored-By: Claude Opus 4.6 (1M context) --- package.json | 6 +++++- packages/devtools-bridge/package.json | 7 ++++++- packages/devtools-extension/package.json | 5 +++++ packages/devtools-types/package.json | 7 ++++++- 4 files changed, 22 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 9f87371..195a25a 100644 --- a/package.json +++ b/package.json @@ -2,8 +2,12 @@ "name": "wolfcola-devtools", "version": "0.0.0", "private": true, - "description": "Auth DevTools \u2014 Chrome extension and SDK bridges", + "description": "WolfCola DevTools — Chrome extension and SDK bridges", "license": "MIT", + "repository": { + "type": "git", + "url": "https://github.com/ryanbas21/devtools.git" + }, "type": "module", "engines": { "node": "^20 || ^22 || ^24", diff --git a/packages/devtools-bridge/package.json b/packages/devtools-bridge/package.json index 81c20fc..2cb1485 100644 --- a/packages/devtools-bridge/package.json +++ b/packages/devtools-bridge/package.json @@ -1,8 +1,13 @@ { "name": "@wolfcola/devtools-bridge", "version": "0.0.0", - "description": "Opt-in Ping SDK adapter that emits AuthEvents to the DevTools extension", + "description": "Opt-in SDK adapter that emits AuthEvents to the WolfCola DevTools extension", "license": "MIT", + "repository": { + "type": "git", + "url": "https://github.com/ryanbas21/devtools.git", + "directory": "packages/devtools-bridge" + }, "sideEffects": false, "type": "module", "exports": { diff --git a/packages/devtools-extension/package.json b/packages/devtools-extension/package.json index f72b8ae..3486fa5 100644 --- a/packages/devtools-extension/package.json +++ b/packages/devtools-extension/package.json @@ -3,6 +3,11 @@ "version": "0.0.0", "private": true, "description": "WolfCola DevTools Chrome Extension", + "repository": { + "type": "git", + "url": "https://github.com/ryanbas21/devtools.git", + "directory": "packages/devtools-extension" + }, "license": "MIT", "type": "module", "scripts": { diff --git a/packages/devtools-types/package.json b/packages/devtools-types/package.json index 9e6f74e..eab351b 100644 --- a/packages/devtools-types/package.json +++ b/packages/devtools-types/package.json @@ -1,8 +1,13 @@ { "name": "@wolfcola/devtools-types", "version": "0.0.0", - "description": "Shared AuthEvent schema and types for Ping DevTools", + "description": "Shared AuthEvent schema and types for WolfCola DevTools", "license": "MIT", + "repository": { + "type": "git", + "url": "https://github.com/ryanbas21/devtools.git", + "directory": "packages/devtools-types" + }, "sideEffects": false, "type": "module", "exports": {