Skip to content

Commit dd6605c

Browse files
authored
Update distribution (#1885)
1 parent 0644608 commit dd6605c

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
@@ -7137,7 +7137,7 @@ var import_endpoint = __nccwpck_require__(4471);
71377137
var import_universal_user_agent = __nccwpck_require__(3843);
71387138

71397139
// pkg/dist-src/version.js
7140-
var VERSION = "8.4.0";
7140+
var VERSION = "8.4.1";
71417141

71427142
// pkg/dist-src/is-plain-object.js
71437143
function isPlainObject(value) {
@@ -7196,7 +7196,7 @@ function fetchWrapper(requestOptions) {
71967196
headers[keyAndValue[0]] = keyAndValue[1];
71977197
}
71987198
if ("deprecation" in headers) {
7199-
const matches = headers.link && headers.link.match(/<([^>]+)>; rel="deprecation"/);
7199+
const matches = headers.link && headers.link.match(/<([^<>]+)>; rel="deprecation"/);
72007200
const deprecationLink = matches && matches.pop();
72017201
log.warn(
72027202
`[@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)