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

Configure Feed

Select the types of activity you want to include in your feed.

Version Packages (#7)

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

authored by

github-actions[bot]
github-actions[bot]
and committed by
GitHub
43df7601 06bc2a98

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