Skip to content

Commit 1a17380

Browse files
ryanrasticlaude
andauthored
fix: add repository field for provenance validation (#102)
npm's sigstore provenance check requires package.json repository.url to match the GitHub repo the build ran from; without it the publish fails with E422 after signing. Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
1 parent b286700 commit 1a17380

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
22
"name": "typegres",
33
"version": "0.3.1",
4+
"repository": {
5+
"type": "git",
6+
"url": "git+https://github.com/ryanrasti/typegres.git"
7+
},
48
"type": "module",
59
"main": "./dist/index.mjs",
610
"types": "./dist/index.d.mts",

0 commit comments

Comments
 (0)