File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29808,6 +29808,8 @@ function requiresAppAuth(url) {
2980829808}
2980929809function isNotTimeSkewError(error) {
2981029810 return !(error.message.match(
29811+ /'Expiration time' claim \('exp'\) is too far in the future/
29812+ ) || error.message.match(
2981129813 /'Expiration time' claim \('exp'\) must be a numeric value representing the future time at which the assertion expires/
2981229814 ) || error.message.match(
2981329815 /'Issued at' claim \('iat'\) must be an Integer representing the time that the assertion was issued/
@@ -29967,11 +29969,12 @@ var init_dist_node = __esm({
2996729969 "/marketplace_listing/stubbed/plans/{plan_id}/accounts",
2996829970 "/orgs/{org}/installation",
2996929971 "/repos/{owner}/{repo}/installation",
29970- "/users/{username}/installation"
29972+ "/users/{username}/installation",
29973+ "/enterprises/{enterprise}/installation"
2997129974 ];
2997229975 REGEX = routeMatcher2(PATHS);
2997329976 FIVE_SECONDS_IN_MS = 5 * 1e3;
29974- VERSION12 = "8.1.2 ";
29977+ VERSION12 = "8.2.0 ";
2997529978 }
2997629979});
2997729980
You can’t perform that action at this time.
0 commit comments