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

Version Packages (#28)

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

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