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(build): add types field in exports #1029

Merged
merged 1 commit into from Aug 9, 2022
Merged

fix(build): add types field in exports #1029

merged 1 commit into from Aug 9, 2022

Conversation

ph-fritsche
Copy link
Member

What:

exports[path].types is added to package.json by the build script in the latest version.
The change to the package.json isn't necessary, but let's add it to the changelog this way.

Why:
Closes #1024
See #978

Checklist:

  • Ready to be merged

@codesandbox-ci
Copy link

codesandbox-ci bot commented Aug 9, 2022

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit 9ac4c66:

Sandbox Source
userEvent-dom Configuration
userEvent-react Configuration

@codecov
Copy link

codecov bot commented Aug 9, 2022

Codecov Report

Merging #1029 (9ac4c66) into main (b6bbbd6) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##              main     #1029   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           85        85           
  Lines         2076      2076           
  Branches       702       702           
=========================================
  Hits          2076      2076           

📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more

@github-actions
Copy link

github-actions bot commented Aug 9, 2022

🎉 This PR is included in version 14.4.3 🎉

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

exports of user-event package.json are missing "types" entry
1 participant