Skip to content

chore: align package entry metadata#138

Merged
Egge21M merged 1 commit intomasterfrom
cleanup/modules
Apr 30, 2026
Merged

chore: align package entry metadata#138
Egge21M merged 1 commit intomasterfrom
cleanup/modules

Conversation

@Egge21M
Copy link
Copy Markdown
Collaborator

@Egge21M Egge21M commented Apr 11, 2026

What changed

  • point published package entry fields at built dist artifacts instead of source index.ts files
  • normalize module entries to dist/index.js where the build emits .js
  • add missing main and types fields for packages that publish build output
  • remove the stray module field from the private docs package

Why

Several package manifests were still advertising source files or outdated output filenames. That leaves the published metadata out of sync with the actual build artifacts and can break consumer resolution depending on the toolchain.

Impact

Consumers of the published packages get consistent main / module / types metadata that matches the generated files.

Validation

  • bun run build

@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented Apr 11, 2026

⚠️ No Changeset found

Latest commit: b616c1b

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 11, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 79.52%. Comparing base (75e3dec) to head (08c853a).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #138   +/-   ##
=======================================
  Coverage   79.52%   79.52%           
=======================================
  Files         107      107           
  Lines       11638    11638           
=======================================
  Hits         9255     9255           
  Misses       2383     2383           
Flag Coverage Δ
core-integration 61.36% <ø> (ø)
core-unit 80.90% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@Egge21M Egge21M marked this pull request as ready for review April 29, 2026 10:18
@Egge21M Egge21M merged commit 1307f2b into master Apr 30, 2026
12 checks passed
@github-project-automation github-project-automation Bot moved this from Backlog to Done in coco Apr 30, 2026
@Egge21M Egge21M deleted the cleanup/modules branch April 30, 2026 08:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

1 participant