From e8ba2ffac10ae1e43bd809bc547e55e20abe96b3 Mon Sep 17 00:00:00 2001 From: Fernandez Ludovic Date: Mon, 24 Feb 2025 14:01:57 +0100 Subject: [PATCH] chore: generate --- dist/post_run/index.js | 4 ++-- dist/run/index.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dist/post_run/index.js b/dist/post_run/index.js index e0726b2..cd23e2d 100644 --- a/dist/post_run/index.js +++ b/dist/post_run/index.js @@ -41508,7 +41508,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) { @@ -41556,7 +41556,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) { diff --git a/dist/run/index.js b/dist/run/index.js index c9f0510..b600b0c 100644 --- a/dist/run/index.js +++ b/dist/run/index.js @@ -41508,7 +41508,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) { @@ -41556,7 +41556,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) {