Skip to content

Conversation

LukasHirt
Copy link
Collaborator

Description

After recent changes, the built files changed and instead of exporting CommonJS modules as .js files, we are now exporting ESM as .js and CommonJS as .cjs. The exports field in package.json was not adjusted causing issues when installing the package. This uses correct file extensions.

Motivation and Context

Correct files.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Technical debt
  • Tests
  • Documentation
  • Maintenance (e.g. dependency updates or tooling)

After recent changes, the built files changed and instead of exporting CommonJS modules as .js files,
we are now exporting ESM as .js and CommonJS as .cjs.
The exports field in package.json was not adjusted causing issues when installing the package.
This uses correct file extensions.
@LukasHirt LukasHirt requested a review from mzner June 18, 2025 08:20
@LukasHirt LukasHirt self-assigned this Jun 18, 2025
@LukasHirt LukasHirt enabled auto-merge June 18, 2025 08:20
Copy link

@LukasHirt LukasHirt merged commit 75c12cf into master Jun 18, 2025
4 checks passed
@LukasHirt LukasHirt deleted the fix/design-system-exports branch June 18, 2025 11:44
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.

2 participants