@0no-co/graphql.web
Advanced tools
Comparing version 1.0.12 to 1.0.13-canary-3bfd9ca0ae7906787a55787f03320d05fdead542
/*@ts-ignore*/ | ||
import * as GraphQL from 'graphql'; | ||
type Or<T, U> = 0 extends 1 & T ? U : T; | ||
type Or<T, U> = void extends T ? U : T; | ||
type Maybe<T> = T | undefined | null; | ||
@@ -6,0 +6,0 @@ interface Extensions { |
{ | ||
"name": "@0no-co/graphql.web", | ||
"description": "A spec-compliant client-side GraphQL implementation", | ||
"version": "1.0.12", | ||
"version": "1.0.13-canary-3bfd9ca0ae7906787a55787f03320d05fdead542", | ||
"author": "0no.co <hi@0no.co>", | ||
@@ -6,0 +6,0 @@ "source": "./src/index.ts", |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
177577
2