Mirror: The spec-compliant minimum of client-side GraphQL.
0
fork

Configure Feed

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

Version Packages (#28)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

authored by

github-actions[bot]
github-actions[bot]
and committed by
GitHub
a2247010 0a4fef71

+8 -6
-5
.changeset/serious-hotels-shake.md
··· 1 - --- 2 - "@0no-co/graphql.web": patch 3 - --- 4 - 5 - Fix `@ts-ignore` on TypeScript peer dependency import in typings not being applied due to a leading `!` character.
+7
CHANGELOG.md
··· 1 1 # @0no-co/graphql.web 2 2 3 + ## 1.0.7 4 + 5 + ### Patch Changes 6 + 7 + - ⚠️ Fix `@ts-ignore` on TypeScript peer dependency import in typings not being applied due to a leading `!` character 8 + Submitted by [@IvanUkhov](https://github.com/IvanUkhov) (See [#27](https://github.com/0no-co/graphql.web/pull/27)) 9 + 3 10 ## 1.0.6 4 11 5 12 ### Patch Changes
+1 -1
package.json
··· 1 1 { 2 2 "name": "@0no-co/graphql.web", 3 3 "description": "A spec-compliant client-side GraphQL implementation", 4 - "version": "1.0.6", 4 + "version": "1.0.7", 5 5 "author": "0no.co <hi@0no.co>", 6 6 "source": "./src/index.ts", 7 7 "main": "./dist/graphql.web",