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

Version Packages (#34)

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

-5
.changeset/nasty-cobras-repair.md
···
-
---
-
'@0no-co/graphql.web': patch
-
---
-
-
Remove `for-of` syntax from `valueFromTypeNode` and `valueFromASTUntyped` helpers for JSC memory reduction.
+7
CHANGELOG.md
···
# @0no-co/graphql.web
+
## 1.0.9
+
+
### Patch Changes
+
+
- Remove `for-of` syntax from `valueFromTypeNode` and `valueFromASTUntyped` helpers for JSC memory reduction
+
Submitted by [@kitten](https://github.com/kitten) (See [#33](https://github.com/0no-co/graphql.web/pull/33))
+
## 1.0.8
### Patch Changes
+1 -1
jsr.json
···
{
"name": "@0no-co/graphql-web",
-
"version": "1.0.8",
+
"version": "1.0.9",
"exports": "./src/index.ts"
}
+1 -1
package.json
···
{
"name": "@0no-co/graphql.web",
"description": "A spec-compliant client-side GraphQL implementation",
-
"version": "1.0.8",
+
"version": "1.0.9",
"author": "0no.co <hi@0no.co>",
"source": "./src/index.ts",
"main": "./dist/graphql.web",