diff --git a/.changeset/fix-native-package-publishing.md b/.changeset/fix-native-package-publishing.md new file mode 100644 index 00000000..0a97bdd9 --- /dev/null +++ b/.changeset/fix-native-package-publishing.md @@ -0,0 +1,6 @@ +--- +"@caplets/opencode": patch +"@caplets/pi": patch +--- + +Add repository metadata required for npm trusted publishing. diff --git a/packages/opencode/package.json b/packages/opencode/package.json index 4931d6f6..4d28c876 100644 --- a/packages/opencode/package.json +++ b/packages/opencode/package.json @@ -2,6 +2,17 @@ "name": "@caplets/opencode", "version": "0.1.1", "description": "Native OpenCode plugin for Caplets.", + "homepage": "https://github.com/spiritledsoftware/caplets#readme", + "bugs": { + "url": "https://github.com/spiritledsoftware/caplets/issues" + }, + "license": "MIT", + "author": "Spirit-Led Software LLC", + "repository": { + "type": "git", + "url": "git+https://github.com/spiritledsoftware/caplets.git", + "directory": "packages/opencode" + }, "files": [ "dist", "README.md" diff --git a/packages/pi/package.json b/packages/pi/package.json index b595baa2..ee7ee3d3 100644 --- a/packages/pi/package.json +++ b/packages/pi/package.json @@ -2,6 +2,17 @@ "name": "@caplets/pi", "version": "0.1.1", "description": "Native Pi extension for Caplets.", + "homepage": "https://github.com/spiritledsoftware/caplets#readme", + "bugs": { + "url": "https://github.com/spiritledsoftware/caplets/issues" + }, + "license": "MIT", + "author": "Spirit-Led Software LLC", + "repository": { + "type": "git", + "url": "git+https://github.com/spiritledsoftware/caplets.git", + "directory": "packages/pi" + }, "files": [ "dist", "README.md"