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(pkg): add default fallback and types export #673

Merged
merged 4 commits into from
Apr 9, 2024
Merged

Commits on Apr 8, 2024

  1. fix(pkg): add a default fallback

    wolfy1339 committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    29ffeca View commit details
    Browse the repository at this point in the history
  2. fix(pkg): add an export for dist-types/types.d.ts

    Many people are importing from `dist-types/types.d.ts`, and the switch to ESM prevents them from using any of the types defined in that file.
    wolfy1339 committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    232770a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e83812f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    89d822c View commit details
    Browse the repository at this point in the history