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

Configure Feed

Select the types of activity you want to include in your feed.

fix the @urql/introspection build (#1204)

authored by

Jovi De Croock and committed by
GitHub
c4652cc4 ba3b21bb

+10 -5
+5
.changeset/selfish-humans-destroy.md
··· 1 + --- 2 + '@urql/introspection': patch 3 + --- 4 + 5 + Fix the `graphql` dependency being postfixed with `.mjs` when building the package.
+1 -1
package.json
··· 61 61 "@typescript-eslint/eslint-plugin": "^4.9.0", 62 62 "@typescript-eslint/parser": "^4.9.0", 63 63 "babel-plugin-closure-elimination": "^1.3.2", 64 - "babel-plugin-modular-graphql": "1.0.0", 64 + "babel-plugin-modular-graphql": "1.0.1", 65 65 "babel-plugin-transform-async-to-promises": "^0.8.15", 66 66 "dotenv": "^8.2.0", 67 67 "eslint": "^7.14.0",
+4 -4
yarn.lock
··· 3737 3737 dependencies: 3738 3738 babel-helper-is-void-0 "^0.4.3" 3739 3739 3740 - babel-plugin-modular-graphql@1.0.0: 3741 - version "1.0.0" 3742 - resolved "https://registry.yarnpkg.com/babel-plugin-modular-graphql/-/babel-plugin-modular-graphql-1.0.0.tgz#f8575e746895cf9652ec1ad804661791f520d56c" 3743 - integrity sha512-yyj8KcO1YU4LfaUGOyP1DY9y3CdqRhc5WhTWYD2XNx8jX4OBLVED+QBY1QmCNLsVqyXyfsv86C2BnwaMnFfDKQ== 3740 + babel-plugin-modular-graphql@1.0.1: 3741 + version "1.0.1" 3742 + resolved "https://registry.yarnpkg.com/babel-plugin-modular-graphql/-/babel-plugin-modular-graphql-1.0.1.tgz#ea78f23fab06e5436f52c8cebe7bbe5fe01b7337" 3743 + integrity sha512-ZFS/dDv0If6QAmwET5aqIx0lO3JdRRvcdL/nD+AiEGfAKpc68rzvtxQcJ2HNTBp8LnwqGA40HEEaAeY9ty3ZMA== 3744 3744 3745 3745 babel-plugin-named-asset-import@^0.3.1: 3746 3746 version "0.3.7"