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>

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