Update dist files

This commit is contained in:
Justin Holguín
2025-03-18 18:51:11 +00:00
committed by GitHub
parent 09f927f752
commit 85b60b73f4
2 changed files with 3 additions and 3 deletions

4
dist/index.js generated vendored
View File

@@ -4892,7 +4892,7 @@ __export(dist_src_exports, {
module.exports = __toCommonJS(dist_src_exports);
// pkg/dist-src/version.js
var VERSION = "9.2.1";
var VERSION = "9.2.2";
// pkg/dist-src/normalize-paginated-list-response.js
function normalizePaginatedListResponse(response) {
@@ -4940,7 +4940,7 @@ function iterator(octokit, route, parameters) {
const response = await requestMethod({ method, url, headers });
const normalizedResponse = normalizePaginatedListResponse(response);
url = ((normalizedResponse.headers.link || "").match(
/<([^>]+)>;\s*rel="next"/
/<([^<>]+)>;\s*rel="next"/
) || [])[1];
return { value: normalizedResponse };
} catch (error) {

2
dist/index.js.map generated vendored

File diff suppressed because one or more lines are too long