You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: emit spec-compliant ESM with explicit .js import specifiers
- Add .js extensions to all relative imports in src/ and __tests__/.
- Switch module/moduleResolution to "nodenext" to enforce it.
- Add jest moduleNameMapper for .js -> source resolution.
- Bump 1.21.0 -> 1.21.1; update CHANGELOG and README (ESM/SSR).