chore: fix repo org farhoodliquor→farhoodlabs; wire NPM_TOKEN for publish

- Update repository, bugs, and homepage URLs in package.json to use
  the correct farhoodlabs GitHub org
- Add NODE_AUTH_TOKEN: NPM_TOKEN to the CI publish step so the newly
  added NPM_TOKEN secret is picked up for authentication

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
Gandalf the Greybeard
2026-04-23 16:20:48 +00:00
parent 77e9aa9b37
commit 8937fb2804
3 changed files with 7 additions and 5 deletions
+2
View File
@@ -53,3 +53,5 @@ jobs:
else else
npm publish --provenance --access public npm publish --provenance --access public
fi fi
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
+2 -2
View File
@@ -1,12 +1,12 @@
{ {
"name": "paperclip-adapter-claude-k8s", "name": "paperclip-adapter-claude-k8s",
"version": "0.1.29", "version": "0.1.30",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "paperclip-adapter-claude-k8s", "name": "paperclip-adapter-claude-k8s",
"version": "0.1.29", "version": "0.1.30",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@kubernetes/client-node": "^1.0.0", "@kubernetes/client-node": "^1.0.0",
+3 -3
View File
@@ -5,12 +5,12 @@
"license": "MIT", "license": "MIT",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/farhoodliquor/paperclip-adapter-claude-k8s" "url": "https://github.com/farhoodlabs/paperclip-adapter-claude-k8s"
}, },
"bugs": { "bugs": {
"url": "https://github.com/farhoodliquor/paperclip-adapter-claude-k8s/issues" "url": "https://github.com/farhoodlabs/paperclip-adapter-claude-k8s/issues"
}, },
"homepage": "https://github.com/farhoodliquor/paperclip-adapter-claude-k8s#readme", "homepage": "https://github.com/farhoodlabs/paperclip-adapter-claude-k8s#readme",
"type": "module", "type": "module",
"paperclip": { "paperclip": {
"adapterUiParser": "1.0.0" "adapterUiParser": "1.0.0"