@0no-co/graphql.web
Advanced tools
Comparing version 0.0.0-canary-20230425125907 to 0.0.0-canary-20230605205812
@@ -99,3 +99,3 @@ Object.defineProperty(exports, "__esModule", { | ||
var n = /[_\w][_\d\w]*/y; | ||
var n = /[_A-Za-z]\w*/y; | ||
@@ -112,9 +112,9 @@ function name() { | ||
var t = /null|true|false/y; | ||
var t = /(?:null|true|false)/y; | ||
var a = /\$[_\w][_\d\w]*/y; | ||
var a = /\$[_A-Za-z]\w*/y; | ||
var o = /-?\d+/y; | ||
var l = /(?:\.\d+)?(?:[eE][+-]?\d+)?/y; | ||
var l = /(?:\.\d+)?[eE][+-]?\d+|\.\d+/y; | ||
@@ -439,3 +439,3 @@ var u = /\\/g; | ||
var p = /query|mutation|subscription/y; | ||
var p = /(?:query|mutation|subscription)/y; | ||
@@ -442,0 +442,0 @@ function operationDefinition() { |
{ | ||
"name": "@0no-co/graphql.web", | ||
"description": "A spec-compliant client-side GraphQL implementation", | ||
"version": "0.0.0-canary-20230425125907", | ||
"version": "0.0.0-canary-20230605205812", | ||
"author": "0no.co <hi@0no.co>", | ||
@@ -6,0 +6,0 @@ "source": "./src/index.ts", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
152887