From 8bd4f6635f9ac5159ecf681c1f3fd83ebc6ff61e Mon Sep 17 00:00:00 2001 From: actions-bot Date: Thu, 28 Jan 2021 01:56:40 +0000 Subject: [PATCH] [CI] test committed --- dist/index.js | 15 +++++++++------ report.txt | 1 + 2 files changed, 10 insertions(+), 6 deletions(-) create mode 100644 report.txt diff --git a/dist/index.js b/dist/index.js index 8bc520a..1846fba 100644 --- a/dist/index.js +++ b/dist/index.js @@ -2899,7 +2899,7 @@ function _objectWithoutProperties(source, excluded) { return target; } -const VERSION = "3.2.4"; +const VERSION = "3.2.5"; class Octokit { constructor(options = {}) { @@ -3403,7 +3403,7 @@ function withDefaults(oldDefaults, newDefaults) { }); } -const VERSION = "6.0.10"; +const VERSION = "6.0.11"; const userAgent = `octokit-endpoint.js/${VERSION} ${universalUserAgent.getUserAgent()}`; // DEFAULTS has all properties set that EndpointOptions has, except url. // So we use RequestParameters and add method as additional required property. @@ -3486,7 +3486,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); var request = __nccwpck_require__(234); var universalUserAgent = __nccwpck_require__(30); -const VERSION = "4.5.8"; +const VERSION = "4.5.9"; class GraphqlError extends Error { constructor(request, response) { @@ -3599,7 +3599,7 @@ exports.withCustomRequest = withCustomRequest; Object.defineProperty(exports, "__esModule", ({ value: true })); -const VERSION = "2.8.0"; +const VERSION = "2.9.0"; /** * Some “list” response that can be paginated have a different response structure @@ -4131,6 +4131,7 @@ const Endpoints = { }, orgs: { blockUser: ["PUT /orgs/{org}/blocks/{username}"], + cancelInvitation: ["DELETE /orgs/{org}/invitations/{invitation_id}"], checkBlockedUser: ["GET /orgs/{org}/blocks/{username}"], checkMembershipForUser: ["GET /orgs/{org}/members/{username}"], checkPublicMembershipForUser: ["GET /orgs/{org}/public_members/{username}"], @@ -4146,6 +4147,7 @@ const Endpoints = { list: ["GET /organizations"], listAppInstallations: ["GET /orgs/{org}/installations"], listBlockedUsers: ["GET /orgs/{org}/blocks"], + listFailedInvitations: ["GET /orgs/{org}/failed_invitations"], listForAuthenticatedUser: ["GET /user/orgs"], listForUser: ["GET /users/{username}/orgs"], listInvitationTeams: ["GET /orgs/{org}/invitations/{invitation_id}/teams"], @@ -4627,6 +4629,7 @@ const Endpoints = { removeUserAccessRestrictions: ["DELETE /repos/{owner}/{repo}/branches/{branch}/protection/restrictions/users", {}, { mapToData: "users" }], + renameBranch: ["POST /repos/{owner}/{repo}/branches/{branch}/rename"], replaceAllTopics: ["PUT /repos/{owner}/{repo}/topics", { mediaType: { previews: ["mercy"] @@ -4768,7 +4771,7 @@ const Endpoints = { } }; -const VERSION = "4.5.2"; +const VERSION = "4.9.0"; function endpointsToMethods(octokit, endpointsMap) { const newMethods = {}; @@ -4952,7 +4955,7 @@ var isPlainObject = __nccwpck_require__(62); var nodeFetch = _interopDefault(__nccwpck_require__(467)); var requestError = __nccwpck_require__(537); -const VERSION = "5.4.12"; +const VERSION = "5.4.13"; function getBufferResponse(response) { return response.arrayBuffer(); diff --git a/report.txt b/report.txt new file mode 100644 index 0000000..a0a14d7 --- /dev/null +++ b/report.txt @@ -0,0 +1 @@ +1611799000