• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

mpyw / axios-case-converter / 20218136980
91%
master: 91%

Build:
Build:
LAST BUILD BRANCH: v1.1.2
DEFAULT BRANCH: master
Ran 15 Dec 2025 02:05AM UTC
Jobs 5
Files 5
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

15 Dec 2025 02:04AM UTC coverage: 91.071%. Remained the same
20218136980

Pull #67

github

mpyw
fix: Add exports field for Node.js ESM compatibility

Fixes #58

When using Node.js with `"type": "module"`, the default import was not
working correctly because Node.js treats CJS `exports.default` differently
than ESM `export default`.

Changes:
- Add `exports` field to package.json for proper ESM/CJS resolution
- Generate `.mjs` wrapper that re-exports the default correctly
- ESM: `import applyCaseMiddleware from 'axios-case-converter'` now works
- CJS: `require('axios-case-converter').default` continues to work

Tested on Node.js v25 with `"type": "module"` enabled.

🤖 This commit was automatically created by Claude

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Pull Request #67: [Claude] Fix ESM compatibility for Node.js type module

144 of 165 branches covered (87.27%)

Branch coverage included in aggregate %.

111 of 115 relevant lines covered (96.52%)

346.09 hits per line

Jobs
ID Job ID Ran Files Coverage
1 node:22 axios:^1 - 20218136980.1 15 Dec 2025 02:05AM UTC 10
92.8
GitHub Action Run
2 node:16 axios:^1 - 20218136980.2 15 Dec 2025 02:05AM UTC 10
92.8
GitHub Action Run
3 node:24 axios:^1 - 20218136980.3 15 Dec 2025 02:05AM UTC 10
92.8
GitHub Action Run
4 node:18 axios:^1 - 20218136980.4 15 Dec 2025 02:05AM UTC 10
92.8
GitHub Action Run
5 node:20 axios:^1 - 20218136980.5 15 Dec 2025 02:05AM UTC 10
92.8
GitHub Action Run
Source Files on build 20218136980
  • Tree
  • List 5
  • Changed 4
  • Source Changed 0
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #20218136980
  • Pull Request #67
  • PR Base - master (#20212931178)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc