···11----
22-'@urql/introspection': patch
33----
44-55-Fix the `graphql` dependency being postfixed with `.mjs` when building the package.
+6
packages/introspection/CHANGELOG.md
···11# @urql/introspection
2233+## 0.1.2
44+55+### Patch Changes
66+77+- ⚠️ Fix the `graphql` dependency being postfixed with `.mjs` when building the package, by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#1204](https://github.com/FormidableLabs/urql/pull/1204))
88+39## 0.1.1
410511### Patch Changes
+1-1
packages/introspection/package.json
···11{
22 "name": "@urql/introspection",
33- "version": "0.1.1",
33+ "version": "0.1.2",
44 "description": "Utilities for dealing with Introspection Queries and Client Schemas",
55 "sideEffects": false,
66 "homepage": "https://formidable.com/open-source/urql/docs/",