build: update distribution (#1563)

Co-authored-by: actions-bot <actions-bot@users.noreply.github.com>
This commit is contained in:
actions-bot 2023-02-01 09:18:35 +09:00 committed by GitHub
parent 000e3c6002
commit ec919b7792
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
dist/index.js vendored
View file

@ -5121,7 +5121,7 @@ var request = __nccwpck_require__(6234);
var graphql = __nccwpck_require__(8467); var graphql = __nccwpck_require__(8467);
var authToken = __nccwpck_require__(334); var authToken = __nccwpck_require__(334);
const VERSION = "4.1.0"; const VERSION = "4.2.0";
class Octokit { class Octokit {
constructor(options = {}) { constructor(options = {}) {
@ -6912,7 +6912,7 @@ const Endpoints = {
} }
}; };
const VERSION = "6.7.0"; const VERSION = "6.8.1";
function endpointsToMethods(octokit, endpointsMap) { function endpointsToMethods(octokit, endpointsMap) {
const newMethods = {}; const newMethods = {};