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

Version Packages (#60)

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 af2652c4 85c87432

-5
.changeset/gold-apricots-report.md
··· 1 - --- 2 - "@0no-co/graphql.web": minor 3 - --- 4 - 5 - Add support for executable definitions as defined in https://github.com/graphql/graphql-spec/pull/1170
···
-5
.changeset/mighty-frogs-push.md
··· 1 - --- 2 - "@0no-co/graphql.web": patch 3 - --- 4 - 5 - Handle trailing comment ending in EOF (end of input)
···
+12
CHANGELOG.md
··· 1 # @0no-co/graphql.web 2 3 ## 1.1.2 4 5 ### Patch Changes
··· 1 # @0no-co/graphql.web 2 3 + ## 1.2.0 4 + 5 + ### Minor Changes 6 + 7 + - Add support for executable definitions as defined in https://github.com/graphql/graphql-spec/pull/1170 8 + Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#59](https://github.com/0no-co/graphql.web/pull/59)) 9 + 10 + ### Patch Changes 11 + 12 + - Handle trailing comment ending in EOF (end of input) 13 + Submitted by [@kitten](https://github.com/kitten) (See [#62](https://github.com/0no-co/graphql.web/pull/62)) 14 + 15 ## 1.1.2 16 17 ### Patch Changes
+1 -1
jsr.json
··· 1 { 2 "name": "@0no-co/graphql-web", 3 - "version": "1.1.2", 4 "exports": "./src/index.ts" 5 }
··· 1 { 2 "name": "@0no-co/graphql-web", 3 + "version": "1.2.0", 4 "exports": "./src/index.ts" 5 }
+1 -1
package.json
··· 1 { 2 "name": "@0no-co/graphql.web", 3 "description": "A spec-compliant client-side GraphQL implementation", 4 - "version": "1.1.2", 5 "author": "0no.co <hi@0no.co>", 6 "source": "./src/index.ts", 7 "main": "./dist/graphql.web",
··· 1 { 2 "name": "@0no-co/graphql.web", 3 "description": "A spec-compliant client-side GraphQL implementation", 4 + "version": "1.2.0", 5 "author": "0no.co <hi@0no.co>", 6 "source": "./src/index.ts", 7 "main": "./dist/graphql.web",