@octokit/request-error
Advanced tools
Comparing version 5.1.0 to 5.1.1
@@ -60,3 +60,3 @@ "use strict"; | ||
authorization: options.request.headers.authorization.replace( | ||
/ .*$/, | ||
/(?<! ) .*$/, | ||
" [REDACTED]" | ||
@@ -63,0 +63,0 @@ ) |
@@ -25,3 +25,3 @@ import { Deprecation } from "deprecation"; | ||
authorization: options.request.headers.authorization.replace( | ||
/ .*$/, | ||
/(?<! ) .*$/, | ||
" [REDACTED]" | ||
@@ -28,0 +28,0 @@ ) |
@@ -26,3 +26,3 @@ // pkg/dist-src/index.js | ||
authorization: options.request.headers.authorization.replace( | ||
/ .*$/, | ||
/(?<! ) .*$/, | ||
" [REDACTED]" | ||
@@ -29,0 +29,0 @@ ) |
{ | ||
"name": "@octokit/request-error", | ||
"version": "5.1.0", | ||
"version": "5.1.1", | ||
"publishConfig": { | ||
@@ -5,0 +5,0 @@ "access": "public", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
18604