Skip to content

Commit

Permalink
build(release): compiled action for 1.1.14
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
semantic-release-bot committed Oct 26, 2020
1 parent dd58820 commit 1a8a8de
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5203,7 +5203,7 @@ var request = __webpack_require__(753);
var graphql = __webpack_require__(898);
var authToken = __webpack_require__(813);

const VERSION = "3.1.3";
const VERSION = "3.1.4";

class Octokit {
constructor(options = {}) {
Expand Down Expand Up @@ -5263,7 +5263,8 @@ class Octokit {
}
} else {
const auth = options.authStrategy(Object.assign({
request: this.request
request: this.request,
log: this.log
}, options.auth)); // @ts-ignore ¯\_(ツ)_/¯

hook.wrap("request", auth.hook);
Expand Down

0 comments on commit 1a8a8de

Please sign in to comment.