···11----
22-'@urql/core': patch
33----
44-55-Fix incorrect JSON stringification of objects from different JS contexts. This could lead to invalid variables being generated in the Vercel Edge runtime specifically.
···11# @urql/core
2233+## 4.2.1
44+55+### Patch Changes
66+77+- ⚠️ Fix incorrect JSON stringification of objects from different JS contexts. This could lead to invalid variables being generated in the Vercel Edge runtime specifically
88+ Submitted by [@SoraKumo001](https://github.com/SoraKumo001) (See [#3453](https://github.com/urql-graphql/urql/pull/3453))
99+310## 4.2.0
411512### Minor Changes
+1-1
packages/core/package.json
···11{
22 "name": "@urql/core",
33- "version": "4.2.0",
33+ "version": "4.2.1",
44 "description": "The shared core for the highly customizable and versatile GraphQL client",
55 "sideEffects": false,
66 "homepage": "https://formidable.com/open-source/urql/docs/",