Skip to content
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

fix: restore CJS compat #651

Merged
merged 1 commit into from
Oct 3, 2024
Merged

fix: restore CJS compat #651

merged 1 commit into from
Oct 3, 2024

Conversation

wolfy1339
Copy link
Member

Compatibility was accidentally removed from this package in a3a9604

Typescript falsely reports that this package isn't compatible with CJS when it is. This package contains no runtime code and only types.

This is due to adding "type": "module" to the package.json in order to fix some type issues introduced by upgrading @octokit/tsconfig

Fixes #650

Compatibility was accidentally removed from this package in a3a9604

Typescript falsely reports that this package isn't compatible with CJS when it is. This package contains no runtime code and only types.

This is due to adding `"type": "module"` to the `package.json` in order to fix some type issues introduced by upgrading `@octokit/tsconfig`
@wolfy1339 wolfy1339 added the Type: Bug Something isn't working as documented, or is being fixed label Oct 3, 2024

This comment was marked as off-topic.

@oscard0m oscard0m merged commit d66a6b9 into main Oct 3, 2024
7 checks passed
@oscard0m oscard0m deleted the fix-cjs-compat branch October 3, 2024 18:33
@octokitbot
Copy link
Collaborator

🎉 This PR is included in version 13.6.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
released Type: Bug Something isn't working as documented, or is being fixed
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

[BUG]: CJS/ESM related TS issues
3 participants