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
Cross-platform compatibility for Windows and Node.js 22+ - by @cobra91(b8c23)
Complete cross-platform compatibility and modernize API usage - Add with { type: 'json' } import assertions for all package.json imports - Use path.join() for all filesystem paths across all packages - Replace es-toolkit uniq() with native Set - Replace String#replace() with String#replaceAll() where applicable - Add compare function to Array#sort() calls - Add initial value to Array#reduce() calls - Replace Unix cp with cross-platform node copyFileSync in build scripts - Bump version to 1.3.0 - by @cobra91(b02aa)