Mirror: The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.

Version Packages

Changed files
+17 -9
.changeset
exchanges
packages
-6
.changeset/loud-doors-think.md
···
-
---
-
'@urql/core': patch
-
'@urql/exchange-graphcache': patch
-
---
-
-
Make the extension of the main export unknown, which fixes a Webpack issue where the resolver won't pick `module` fields in `package.json` files once it's importing from another `.mjs` file.
+8
exchanges/graphcache/CHANGELOG.md
···
# @urql/exchange-graphcache
+
## 2.3.6
+
+
### Patch Changes
+
+
- Make the extension of the main export unknown, which fixes a Webpack issue where the resolver won't pick `module` fields in `package.json` files once it's importing from another `.mjs` file, by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#733](https://github.com/FormidableLabs/urql/pull/733))
+
- Updated dependencies (See [#733](https://github.com/FormidableLabs/urql/pull/733))
+
- @urql/core@1.11.2
+
## 2.3.5
### Patch Changes
+2 -2
exchanges/graphcache/package.json
···
{
"name": "@urql/exchange-graphcache",
-
"version": "2.3.5",
+
"version": "2.3.6",
"description": "A normalized and configurable cache exchange for urql",
"sideEffects": false,
"homepage": "https://formidable.com/open-source/urql/docs/graphcache",
···
"preset": "../../scripts/jest/preset"
},
"dependencies": {
-
"@urql/core": ">=1.11.0",
+
"@urql/core": ">=1.11.2",
"@urql/exchange-populate": ">=0.1.6",
"wonka": "^4.0.9"
},
+6
packages/core/CHANGELOG.md
···
# @urql/core
+
## 1.11.2
+
+
### Patch Changes
+
+
- Make the extension of the main export unknown, which fixes a Webpack issue where the resolver won't pick `module` fields in `package.json` files once it's importing from another `.mjs` file, by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#733](https://github.com/FormidableLabs/urql/pull/733))
+
## 1.11.1
### Patch Changes
+1 -1
packages/core/package.json
···
{
"name": "@urql/core",
-
"version": "1.11.1",
+
"version": "1.11.2",
"description": "The shared core for the highly customizable and versatile GraphQL client",
"sideEffects": false,
"homepage": "https://formidable.com/open-source/urql/docs/",