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

Version Packages (#11)

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 dfea5e0c ca082c82

-5
.changeset/selfish-keys-agree.md
··· 1 - --- 2 - '@0no-co/graphql.web': major 3 - --- 4 - 5 - Release stable `v1.0.0` Release.
-6
.changeset/wet-birds-press.md
··· 1 - --- 2 - '@0no-co/graphql.web': minor 3 - --- 4 - 5 - Alias all GraphQL AST types to the `'graphql'` package’s TypeScript AST types, if it’s installed. This will ensure that all AST types are always compatible. 6 - See: https://github.com/0no-co/graphql.web/pull/10
+12
CHANGELOG.md
··· 1 1 # @0no-co/graphql.web 2 2 3 + ## 1.0.0 4 + 5 + ### Major Changes 6 + 7 + - Release stable `v1.0.0` Release 8 + Submitted by [@kitten](https://github.com/kitten) (See [`ca082c8`](https://github.com/0no-co/graphql.web/commit/ca082c82bcfbedda0b23f4887bffff2d1423e2e2)) 9 + 10 + ### Minor Changes 11 + 12 + - Alias all GraphQL AST types to the `'graphql'` package’s TypeScript AST types, if it’s installed. This will ensure that all AST types are always compatible. 13 + Submitted by undefined (See https://github.com/0no-co/graphql.web/pull/10) 14 + 3 15 ## 0.1.6 4 16 5 17 ### 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.6", 4 + "version": "1.0.0", 5 5 "author": "0no.co <hi@0no.co>", 6 6 "source": "./src/index.ts", 7 7 "main": "./dist/graphql.web",