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

Version Packages (#47)

-5
.changeset/soft-penguins-switch.md
···
-
---
-
'@0no-co/graphql.web': patch
-
---
-
-
Fix printing when a manually created AST node with an empty selection set array is passed to the printer
+7
CHANGELOG.md
···
# @0no-co/graphql.web
+
## 1.0.12
+
+
### Patch Changes
+
+
- ⚠️ Fix printing when a manually created AST node with an empty selection set array is passed to the printer
+
Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#46](https://github.com/0no-co/graphql.web/pull/46))
+
## 1.0.11
### Patch Changes
+1 -1
jsr.json
···
{
"name": "@0no-co/graphql-web",
-
"version": "1.0.11",
+
"version": "1.0.12",
"exports": "./src/index.ts"
}
+1 -1
package.json
···
{
"name": "@0no-co/graphql.web",
"description": "A spec-compliant client-side GraphQL implementation",
-
"version": "1.0.11",
+
"version": "1.0.12",
"author": "0no.co <hi@0no.co>",
"source": "./src/index.ts",
"main": "./dist/graphql.web",