Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release #23

Merged
merged 2 commits into from
Feb 23, 2025
Merged

Release #23

merged 2 commits into from
Feb 23, 2025

Conversation

ahmedriad1
Copy link
Collaborator

No description provided.

hkamran2 and others added 2 commits February 21, 2025 07:38
The humps library provides uses default exports to export it's functionality.

This becomes a problem for ESM bundling as tsup just includes the following line in the bundle:

import { camelizeKeys, decamelize, decamelizeKeys } from 'humps';

Running in ESM mode causes failures because named exports are not present in the humps module.
Fix: Use default exports for humps library
Copy link

vercel bot commented Feb 23, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
api ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 23, 2025 2:18pm

@ahmedriad1 ahmedriad1 merged commit 02ea139 into master Feb 23, 2025
6 checks passed
Copy link

size-limit report 📦

Path Size
dist/index.min.js 3.67 KB (0%)
dist/index.min.mjs 3.76 KB (0%)
dist/index.umd.min.js 4.08 KB (0%)

Copy link

🎉 This PR is included in version 1.7.4 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants