Skip to content

Commit 3809e49

Browse files
committed
chore: update bundle
1 parent d1ea415 commit 3809e49

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

dist/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4254,7 +4254,7 @@ __export(dist_src_exports, {
42544254
module.exports = __toCommonJS(dist_src_exports);
42554255

42564256
// pkg/dist-src/version.js
4257-
var VERSION = "9.2.1";
4257+
var VERSION = "9.2.2";
42584258

42594259
// pkg/dist-src/normalize-paginated-list-response.js
42604260
function normalizePaginatedListResponse(response) {
@@ -4302,7 +4302,7 @@ function iterator(octokit, route, parameters) {
43024302
const response = await requestMethod({ method, url, headers });
43034303
const normalizedResponse = normalizePaginatedListResponse(response);
43044304
url = ((normalizedResponse.headers.link || "").match(
4305-
/<([^>]+)>;\s*rel="next"/
4305+
/<([^<>]+)>;\s*rel="next"/
43064306
) || [])[1];
43074307
return { value: normalizedResponse };
43084308
} catch (error) {

0 commit comments

Comments
 (0)