Skip to content

Conversation

@lelnotwellyet
Copy link

module was pointing to a browser-only ESM build that references indexedDB,
which causes Node.js to throw ReferenceError: indexedDB is not defined in
non-browser environments.

This change removes the module entry to ensure:

  • Node.js only resolves Node-safe entry points
  • browser bundlers continue to use the browser build

Note: module is valid for Node.js when it points to a Node-safe ESM build.
In this package it currently resolves to a browser-only output, so removing
the entry avoids the runtime crash until a Node-compatible ESM build exists.

Build verification is covered by CI.

@github-actions
Copy link

github-actions bot commented Dec 30, 2025

All contributors have signed the CTA ✍️ ✅
Posted by the CLA Assistant Lite bot.

@lelnotwellyet
Copy link
Author

I have read the CTA Document and I hereby sign the CTA

@lelnotwellyet
Copy link
Author

recheck

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.

1 participant