@0no-co/graphql.web
Advanced tools
Comparing version 0.0.0-canary-20230605210257 to 0.0.0-canary-20230606022523
@@ -121,5 +121,5 @@ Object.defineProperty(exports, "__esModule", { | ||
var v = /"""(?:[\s\S]+(?="""))?"""/y; | ||
var v = /"""(?:[\s\S]*?[^\\])?"""/y; | ||
var d = /"(?:[^"\r\n]+)?"/y; | ||
var d = /"(?:[^\r\n]*?[^\\])?"/y; | ||
@@ -126,0 +126,0 @@ function value(i) { |
{ | ||
"name": "@0no-co/graphql.web", | ||
"description": "A spec-compliant client-side GraphQL implementation", | ||
"version": "0.0.0-canary-20230605210257", | ||
"version": "0.0.0-canary-20230606022523", | ||
"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
152903