From 24de3592dccdae9e1acbde03fabd1413e3e3e375 Mon Sep 17 00:00:00 2001 From: actions-bot <58130806+actions-bot@users.noreply.github.com> Date: Fri, 14 Feb 2025 19:48:19 +0000 Subject: [PATCH] [CI] test built --- dist/index.js | 10 +++++----- report.txt | 1 + 2 files changed, 6 insertions(+), 5 deletions(-) create mode 100644 report.txt diff --git a/dist/index.js b/dist/index.js index 71050f58..35edb35d 100644 --- a/dist/index.js +++ b/dist/index.js @@ -32339,9 +32339,9 @@ function addQueryParameters(url, parameters) { } // pkg/dist-src/util/extract-url-variable-names.js -var urlVariableRegex = /\{[^}]+\}/g; +var urlVariableRegex = /\{[^{}}]+\}/g; function removeNonChars(variableName) { - return variableName.replace(/^\W+|\W+$/g, "").split(/,/); + return variableName.replace(/(?:^\W+)|(?:(? { const format = options.mediaType.format ? `.${options.mediaType.format}` : "+json"; return `application/vnd.github.${preview}-preview${format}`; @@ -32611,7 +32611,7 @@ class RequestError extends Error { if (options.request.headers.authorization) { requestCopy.headers = Object.assign({}, options.request.headers, { authorization: options.request.headers.authorization.replace( - / .*$/, + /(?]+)>;\s*rel="next"/ + /<([^<>]+)>;\s*rel="next"/ ) || [])[1]; return { value: normalizedResponse }; } catch (error) { diff --git a/report.txt b/report.txt new file mode 100644 index 00000000..6add7096 --- /dev/null +++ b/report.txt @@ -0,0 +1 @@ +1739562498