Commit f659b78
fix: remove --provenance from npm publish
Bun does not support provenance attestation, and the mixed bun/npm
setup with --provenance was causing 404 errors on publish. Removing
provenance unblocks publishing; it can be re-added if the project
migrates fully to npm or if bun adds provenance support.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 7f7b7f7 commit f659b78
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
0 commit comments