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)