Skip to content

v2.0.0-beta.2 (February 12th, 2026)

Latest

Choose a tag to compare

@jinglescode jinglescode released this 12 Feb 06:12

@meshsdk/react v2.0.0-beta.2

Bug Fixes

  • Fix ESM browser build crash — Upgraded @meshsdk/wallet from 2.0.0-beta.4 to 2.0.0-beta.5. The ESM bundle was inlining @noble/hashes/cryptoNode.js which called require("crypto") via a tsup runtime shim, causing builds to break in webpack/Vite browser environments where require is undefined. The ESM bundle now correctly resolves to the browser-safe globalThis.crypto (Web Crypto API), while the CJS bundle continues using Node's native require("crypto").

Dependencies

Package From To
@meshsdk/wallet 2.0.0-beta.4 2.0.0-beta.5