Skip to content

Conversation

JasonWeinzierl
Copy link
Owner

  • Fix types in package.json causing package to masquerade as ESM
  • Change the default export to be a more helpful name to avoid import-x/no-rename-default.
  • Fix incorrect default export in CJS due to a known issue with unbuild.

Copy link

github-actions bot commented Nov 1, 2024

LCOV of commit 78c379d during .github/workflows/ci.yml #10

Summary coverage rate:
  lines......: 95.8% (3153 of 3292 lines)
  functions..: 92.3% (191 of 207 functions)
  branches...: 90.6% (566 of 625 branches)

Files changed coverage rate:
                                         |Lines       |Functions  |Branches    
  Filename                               |Rate     Num|Rate    Num|Rate     Num
  =============================================================================
  scripts/postbuild.ts                   | 0.0%     14| 0.0%     1| 0.0%      1
  src/index.ts                           | 100%     97|    -     0|    -      0

@JasonWeinzierl JasonWeinzierl merged commit 2d330aa into main Nov 1, 2024
2 checks passed
@JasonWeinzierl JasonWeinzierl deleted the default-export-cjs branch November 1, 2024 22:47
@JasonWeinzierl JasonWeinzierl added the bug Something isn't working label Nov 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant