Comparing version 13.0.0-beta.14 to 13.0.0-beta.15
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.getProbotOctokitWithDefaults = void 0; | ||
const request_1 = require("@octokit/request"); | ||
const get_octokit_throttle_options_js_1 = require("./get-octokit-throttle-options.js"); | ||
@@ -19,3 +20,7 @@ /** | ||
token: options.githubToken, | ||
request: options.request, | ||
request: request_1.request.defaults({ | ||
request: { | ||
fetch: options.request?.fetch, | ||
}, | ||
}), | ||
} | ||
@@ -26,3 +31,7 @@ : { | ||
privateKey: options.privateKey, | ||
request: options.request, | ||
request: request_1.request.defaults({ | ||
request: { | ||
fetch: options.request?.fetch, | ||
}, | ||
}), | ||
}; | ||
@@ -29,0 +38,0 @@ const octokitThrottleOptions = (0, get_octokit_throttle_options_js_1.getOctokitThrottleOptions)({ |
@@ -1,1 +0,1 @@ | ||
export declare const VERSION = "13.0.0-beta.14"; | ||
export declare const VERSION = "13.0.0-beta.15"; |
@@ -5,3 +5,3 @@ "use strict"; | ||
// The version is set automatically before publish to npm | ||
exports.VERSION = "13.0.0-beta.14"; | ||
exports.VERSION = "13.0.0-beta.15"; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "probot", | ||
"version": "13.0.0-beta.14", | ||
"version": "13.0.0-beta.15", | ||
"description": "A framework for building GitHub Apps to automate and improve your workflow", | ||
@@ -5,0 +5,0 @@ "repository": "github:probot/probot", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
741896
4379