Skip to content

Commit 1fffe09

Browse files
authored
build: update distribution (#399)
1 parent 3a62b7e commit 1fffe09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dist/index.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -6259,7 +6259,7 @@ var import_endpoint = __nccwpck_require__(4806);
62596259
var import_universal_user_agent = __nccwpck_require__(7900);
62606260

62616261
// pkg/dist-src/version.js
6262-
var VERSION = "8.4.0";
6262+
var VERSION = "8.4.1";
62636263

62646264
// pkg/dist-src/is-plain-object.js
62656265
function isPlainObject(value) {
@@ -6318,7 +6318,7 @@ function fetchWrapper(requestOptions) {
63186318
headers[keyAndValue[0]] = keyAndValue[1];
63196319
}
63206320
if ("deprecation" in headers) {
6321-
const matches = headers.link && headers.link.match(/<([^>]+)>; rel="deprecation"/);
6321+
const matches = headers.link && headers.link.match(/<([^<>]+)>; rel="deprecation"/);
63226322
const deprecationLink = matches && matches.pop();
63236323
log.warn(
63246324
`[@octokit/request] "${requestOptions.method} ${requestOptions.url}" is deprecated. It is scheduled to be removed on ${headers.sunset}${deprecationLink ? `. See ${deprecationLink}` : ""}`

0 commit comments

Comments
 (0)