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: export types correctly #1397

Merged
merged 4 commits into from Feb 1, 2023
Merged

Commits on Feb 1, 2023

  1. Fix: export types correctly

    The "exports" field of the package.json was misused for the type-declarations. Also, the type-declarations of secondary entrypoint (server.ts) of the platform packages was not generated.
    christian98 authored and jessarcher committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    3a2a082 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f7e091 View commit details
    Browse the repository at this point in the history
  3. Restore types field

    jessarcher committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    cfc2a66 View commit details
    Browse the repository at this point in the history
  4. Apply Prettier

    jessarcher committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    ffeb881 View commit details
    Browse the repository at this point in the history