mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-03 04:38:33 +00:00
fix(publish): add repository.url to all packages for npm provenance
npm's sigstore provenance verification requires package.json repository.url to match the GitHub repo. Without it, publish fails with E422 "expected to match https://github.com/heygen-com/hyperframes".
This commit is contained in:
@@ -2,6 +2,11 @@
|
||||
"name": "@hyperframes/producer",
|
||||
"version": "0.1.7",
|
||||
"description": "HTML-to-video rendering engine using Chrome's BeginFrame API",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/heygen-com/hyperframes",
|
||||
"directory": "packages/producer"
|
||||
},
|
||||
"files": [
|
||||
"dist/"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user