Commit 757f91b
authored
package metadata: add repository/homepage/bugs to npm + PyPI (#182)
npm OIDC publish includes a provenance attestation that embeds the
source repo URL and cross-checks it against package.json's
repository.url. browser-use-node/package.json was missing the field,
so v3.8.2 npm publish hit:
E422 - Error verifying sigstore provenance bundle:
package.json: "repository.url" is "", expected to match
"https://github.com/browser-use/sdk" from provenance
Adds the standard repository/homepage/bugs fields. Mirrored on
pyproject.toml for parity (PyPI provenance doesn't enforce this
today but the metadata is useful regardless).1 parent abe4f60 commit 757f91b
2 files changed
Lines changed: 13 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
5 | 13 | | |
6 | 14 | | |
7 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
14 | 19 | | |
15 | 20 | | |
16 | 21 | | |
| |||
0 commit comments