Skip to content

Commit fce653c

Browse files
committed
fix: add repository field to all package.json files
Required by npm provenance validation — sigstore checks that the published package.json repository URL matches the GitHub OIDC claim.
1 parent 1e4ef00 commit fce653c

12 files changed

Lines changed: 60 additions & 0 deletions

File tree

packages/domscribe-cli/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,10 @@
1515
},
1616
"engines": {
1717
"node": ">=20"
18+
},
19+
"repository": {
20+
"type": "git",
21+
"url": "https://github.com/patchorbit/domscribe.git",
22+
"directory": "packages/domscribe-cli"
1823
}
1924
}

packages/domscribe-core/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,10 @@
1313
},
1414
"engines": {
1515
"node": ">=20"
16+
},
17+
"repository": {
18+
"type": "git",
19+
"url": "https://github.com/patchorbit/domscribe.git",
20+
"directory": "packages/domscribe-core"
1621
}
1722
}

packages/domscribe-manifest/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,10 @@
1414
},
1515
"engines": {
1616
"node": ">=20"
17+
},
18+
"repository": {
19+
"type": "git",
20+
"url": "https://github.com/patchorbit/domscribe.git",
21+
"directory": "packages/domscribe-manifest"
1722
}
1823
}

packages/domscribe-mcp/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,10 @@
1515
},
1616
"engines": {
1717
"node": ">=20"
18+
},
19+
"repository": {
20+
"type": "git",
21+
"url": "https://github.com/patchorbit/domscribe.git",
22+
"directory": "packages/domscribe-mcp"
1823
}
1924
}

packages/domscribe-next/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,10 @@
2828
},
2929
"engines": {
3030
"node": ">=20"
31+
},
32+
"repository": {
33+
"type": "git",
34+
"url": "https://github.com/patchorbit/domscribe.git",
35+
"directory": "packages/domscribe-next"
3136
}
3237
}

packages/domscribe-nuxt/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,10 @@
2222
},
2323
"engines": {
2424
"node": ">=20"
25+
},
26+
"repository": {
27+
"type": "git",
28+
"url": "https://github.com/patchorbit/domscribe.git",
29+
"directory": "packages/domscribe-nuxt"
2530
}
2631
}

packages/domscribe-overlay/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,10 @@
2323
"peerDependenciesMeta": {},
2424
"engines": {
2525
"node": ">=20"
26+
},
27+
"repository": {
28+
"type": "git",
29+
"url": "https://github.com/patchorbit/domscribe.git",
30+
"directory": "packages/domscribe-overlay"
2631
}
2732
}

packages/domscribe-react/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,10 @@
3939
},
4040
"engines": {
4141
"node": ">=20"
42+
},
43+
"repository": {
44+
"type": "git",
45+
"url": "https://github.com/patchorbit/domscribe.git",
46+
"directory": "packages/domscribe-react"
4247
}
4348
}

packages/domscribe-relay/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,10 @@
4040
},
4141
"engines": {
4242
"node": ">=20"
43+
},
44+
"repository": {
45+
"type": "git",
46+
"url": "https://github.com/patchorbit/domscribe.git",
47+
"directory": "packages/domscribe-relay"
4348
}
4449
}

packages/domscribe-runtime/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,10 @@
1515
},
1616
"engines": {
1717
"node": ">=20"
18+
},
19+
"repository": {
20+
"type": "git",
21+
"url": "https://github.com/patchorbit/domscribe.git",
22+
"directory": "packages/domscribe-runtime"
1823
}
1924
}

0 commit comments

Comments
 (0)