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

3
dist/index.js generated vendored
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') {

2
dist/index.js.map generated vendored

File diff suppressed because one or more lines are too long