Skip to content

Commit

Permalink
Merge pull request #205 from guardian/dependabot/npm_and_yarn/octokit…
Browse files Browse the repository at this point in the history
…/plugin-paginate-rest-9.2.2
  • Loading branch information
dependabot[bot] authored Feb 20, 2025
2 parents 7267d63 + f7a2d21 commit 69cfb13
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23426,7 +23426,7 @@ var require_dist_node10 = __commonJS({
paginatingEndpoints: () => paginatingEndpoints
});
module2.exports = __toCommonJS2(dist_src_exports);
var VERSION = "9.2.1";
var VERSION = "9.2.2";
function normalizePaginatedListResponse(response) {
if (!response.data) {
return {
Expand Down Expand Up @@ -23470,7 +23470,7 @@ var require_dist_node10 = __commonJS({
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 (error2) {
Expand Down
7 changes: 4 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 69cfb13

Please sign in to comment.