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

Version Packages (#7)

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

-5
.changeset/orange-dryers-count.md
···
-
---
-
'@0no-co/graphql.web': patch
-
---
-
-
Move over unit tests from `graphql-web-lite` and fix minor discrepancies to reference implementation.
···
-5
.changeset/stupid-clouds-switch.md
···
-
---
-
'@0no-co/graphql.web': patch
-
---
-
-
Optimize performance of `print` and `parse` with minor adjustments.
···
+9
CHANGELOG.md
···
# @0no-co/graphql.web
## 0.1.4
### Patch Changes
···
# @0no-co/graphql.web
+
## 0.1.5
+
+
### Patch Changes
+
+
- Move over unit tests from `graphql-web-lite` and fix minor discrepancies to reference implementation
+
Submitted by [@kitten](https://github.com/kitten) (See [#6](https://github.com/0no-co/graphql.web/pull/6))
+
- Optimize performance of `print` and `parse` with minor adjustments
+
Submitted by [@kitten](https://github.com/kitten) (See [#5](https://github.com/0no-co/graphql.web/pull/5))
+
## 0.1.4
### Patch Changes
+1 -1
package.json
···
{
"name": "@0no-co/graphql.web",
"description": "A spec-compliant client-side GraphQL implementation",
-
"version": "0.1.4",
"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.5",
"author": "0no.co <hi@0no.co>",
"source": "./src/index.ts",
"main": "./dist/graphql.web",