Skip to content

Commit 11daa46

Browse files
authored
build: auto-update dependencies and bundle (#31)
Co-authored-by: Nugine <30099658+Nugine@users.noreply.github.com>
1 parent 9e88c61 commit 11daa46

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

dist/main.js

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29808,6 +29808,8 @@ function requiresAppAuth(url) {
2980829808
}
2980929809
function 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

0 commit comments

Comments
 (0)