Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions dist/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -29808,6 +29808,8 @@ function requiresAppAuth(url) {
}
function isNotTimeSkewError(error) {
return !(error.message.match(
/'Expiration time' claim \('exp'\) is too far in the future/
) || error.message.match(
/'Expiration time' claim \('exp'\) must be a numeric value representing the future time at which the assertion expires/
) || error.message.match(
/'Issued at' claim \('iat'\) must be an Integer representing the time that the assertion was issued/
Expand Down Expand Up @@ -29967,11 +29969,12 @@ var init_dist_node = __esm({
"/marketplace_listing/stubbed/plans/{plan_id}/accounts",
"/orgs/{org}/installation",
"/repos/{owner}/{repo}/installation",
"/users/{username}/installation"
"/users/{username}/installation",
"/enterprises/{enterprise}/installation"
];
REGEX = routeMatcher2(PATHS);
FIVE_SECONDS_IN_MS = 5 * 1e3;
VERSION12 = "8.1.2";
VERSION12 = "8.2.0";
}
});

Expand Down