Skip to content

Chore: Declared Package Exports in package.json#10

Merged
Marty-Byrde merged 2 commits intocanaryfrom
package-exports
Feb 24, 2025
Merged

Chore: Declared Package Exports in package.json#10
Marty-Byrde merged 2 commits intocanaryfrom
package-exports

Conversation

@Marty-Byrde
Copy link
Member

@Marty-Byrde Marty-Byrde commented Feb 24, 2025

Automatically generated by auto-pr-description

This pull request introduces changes to the package.json file, primarily focusing on the export configuration and build output paths. The changes aim to improve module resolution and provide better support for different module systems. These updates enhance the overall usability and maintainability of the project.

Module Export Configuration

  • package.json: Added an exports field to specify the entry points and module formats for the package. This includes the main entry point, schema files, internal functions, and API files, supporting both import and require module systems.

Build output path

  • package.json: Changed the types field to point directly to the dist/index file.

@Marty-Byrde Marty-Byrde self-assigned this Feb 24, 2025
@Marty-Byrde Marty-Byrde linked an issue Feb 24, 2025 that may be closed by this pull request
@codecov
Copy link

codecov bot commented Feb 24, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

@Marty-Byrde Marty-Byrde merged commit 1f33a6d into canary Feb 24, 2025
3 checks passed
@Marty-Byrde Marty-Byrde deleted the package-exports branch February 24, 2025 13:47
@Marty-Byrde
Copy link
Member Author

🎉 This PR is included in version 1.2.0-canary.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@Marty-Byrde
Copy link
Member Author

🎉 This PR is included in version 1.2.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Manage Package Exports for Consumers

1 participant