-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG]: Web entrypoint of @octokit/webhooks-methods
doesn't provide an export named: 'verifyWithFallback'
#1099
Comments
👋 Hi! Thank you for this contribution! Just to let you know, our GitHub SDK team does a round of issue and PR reviews twice a week, every Monday and Friday! We have a process in place for prioritizing and responding to your input. Because you are a part of this community please feel free to comment, add to, or pick up any issues/PRs that are labeled with |
That's odd because that function is exported, https://github.com/octokit/webhooks-methods.js/blob/cb8d6f763aee4548050f50b0dc6032569bb4c28a/src/index.ts#L5 It seems that ESM.sh is taking the browser build, which doesn't include that function export. |
I'm also seeing this today.
Edit: As a workaround, one can use
in |
- `cosmos-kit` 2.23.10 is currently broken. hyperweb-io/cosmos-kit#540 Fixing to 2.23.9 - `@octokit/webhooks` 13.5.0 is currently broken. octokit/webhooks.js#1099 Fixing to 13.4.3
- `cosmos-kit` 2.23.10 is currently broken. hyperweb-io/cosmos-kit#540 Fixing to 2.23.9 - `@octokit/webhooks` 13.5.0 is currently broken. octokit/webhooks.js#1099 Fixing to 13.4.3
octokit/webhooks-methods.js#312 will fix this |
@octokit/webhooks-methods
doesn't provide an export named: 'verifyWithFallback'
Hello, thanks for the quick fix. May I ask when this will be released? The entire octokit library is broken right now for me. |
I can only do so much, I don't have the powers to merge PRs by myself. I'm at the mercy of when another person that has write access reviews the PR |
What happened?
As of Today( or last week, i don't know got the error today) Octokit seems to be broken. It worked before. I got the error:
Uncaught SyntaxError: The requested module 'https://esm.sh/@octokit/webhooks-methods@%5E5.0.0?target=es2022' doesn't provide an export named: 'verifyWithFallback'
it seems to be realteted to: 8a9682d as it seems to reference a change made in this commit.
Versions
https://esm.sh/octokit (latest)
Relevant log output
Code of Conduct
The text was updated successfully, but these errors were encountered: