npm run package

This commit is contained in:
Henri Maurer
2024-01-04 10:49:05 +00:00
parent b383a9aa6e
commit 9e77cc7329
2 changed files with 3 additions and 2 deletions
Generated Vendored
+2 -1
View File
@@ -264,7 +264,8 @@ function compare({ owner, repo, baseRef, headRef }) {
url: '/repos/{owner}/{repo}/dependency-graph/compare/{basehead}',
owner,
repo,
basehead: `${baseRef}...${headRef}`
basehead: `${baseRef}...${headRef}`,
per_page: 5
}, response => {
if (response.headers[SnapshotWarningsHeader] &&
typeof response.headers[SnapshotWarningsHeader] === 'string') {
Generated Vendored
+1 -1
View File
File diff suppressed because one or more lines are too long