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

Version Packages (#9)

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

-5
.changeset/cold-llamas-grin.md
···
-
---
-
'@0no-co/graphql.web': patch
-
---
-
-
Fix float pattern and int/float decision in value parsing.
···
-5
.changeset/fifty-carrots-serve.md
···
-
---
-
'@0no-co/graphql.web': patch
-
---
-
-
Remove redundant code paths from `visit` and parser.
···
+9
CHANGELOG.md
···
# @0no-co/graphql.web
## 0.1.5
### Patch Changes
···
# @0no-co/graphql.web
+
## 0.1.6
+
+
### Patch Changes
+
+
- ⚠️ Fix float pattern and int/float decision in value parsing
+
Submitted by [@kitten](https://github.com/kitten) (See [#8](https://github.com/0no-co/graphql.web/pull/8))
+
- Remove redundant code paths from `visit` and parser
+
Submitted by [@kitten](https://github.com/kitten) (See [#8](https://github.com/0no-co/graphql.web/pull/8))
+
## 0.1.5
### Patch Changes
+1 -1
package.json
···
{
"name": "@0no-co/graphql.web",
"description": "A spec-compliant client-side GraphQL implementation",
-
"version": "0.1.5",
"author": "0no.co <hi@0no.co>",
"source": "./src/index.ts",
"main": "./dist/graphql.web",
···
{
"name": "@0no-co/graphql.web",
"description": "A spec-compliant client-side GraphQL implementation",
+
"version": "0.1.6",
"author": "0no.co <hi@0no.co>",
"source": "./src/index.ts",
"main": "./dist/graphql.web",