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

Version Packages (#16)

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 66f7686d 1b8be6d1

-5
.changeset/curvy-geese-hope.md
··· 1 - --- 2 - '@0no-co/graphql.web': patch 3 - --- 4 - 5 - Fix browser quirk occurring in Safari 10–13 causing sticky regular expressions in the parser to match when they shouldn't / match too eagerly.
+7
CHANGELOG.md
··· 1 1 # @0no-co/graphql.web 2 2 3 + ## 1.0.2 4 + 5 + ### Patch Changes 6 + 7 + - ⚠️ Fix browser quirk occurring in Safari 10–13 causing sticky regular expressions in the parser to match when they shouldn't / match too eagerly 8 + Submitted by [@kitten](https://github.com/kitten) (See [#15](https://github.com/0no-co/graphql.web/pull/15)) 9 + 3 10 ## 1.0.1 4 11 5 12 ### 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": "1.0.1", 4 + "version": "1.0.2", 5 5 "author": "0no.co <hi@0no.co>", 6 6 "source": "./src/index.ts", 7 7 "main": "./dist/graphql.web",
+5 -1
pnpm-lock.yaml
··· 1 - lockfileVersion: '6.0' 1 + lockfileVersion: '6.1' 2 + 3 + settings: 4 + autoInstallPeers: true 5 + excludeLinksFromLockfile: false 2 6 3 7 importers: 4 8