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 Api export to do both default and named #257

Merged
merged 1 commit into from
May 13, 2024

Conversation

david-crespo
Copy link
Collaborator

I thought #256 was a patch bump because it theoretically only added a default export. I made a mistake though — I changed the export to default instead of adding a default export alongside the regular export. Then when I bumped the version of @oxide/openapi-gen-ts in the console, everything broke because it expected the named export. So this change fixes that. I'm keeping it a patch version because the damage is already done on the previous version bump.

@david-crespo david-crespo merged commit eb887fc into main May 13, 2024
3 checks passed
@david-crespo david-crespo deleted the both-default-and-regular branch May 13, 2024 16:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant