urql-ci
released this
09 Jun 15:43
·
519 commits
to main
since this release
Patch Changes
⚠️ Fix Node.js ESM re-export detection for@urql/core
inurql
package and CommonJS output for all other CommonJS-first packages. This ensures that Node.js'cjs-module-lexer
can correctly identify re-exports and report them properly. Otherwise, this will lead to a runtime error, by @kitten (See #2485)