@gql2ts/util
Advanced tools
Comparing version 1.9.0-alpha.ad6013c2 to 1.9.0
@@ -7,3 +7,3 @@ import { GraphQLArgument, GraphQLField, GraphQLInputField, GraphQLEnumValue } from 'graphql'; | ||
export interface IFieldDocumentation { | ||
description?: string | null; | ||
description?: string; | ||
tags: IJSDocTag[]; | ||
@@ -10,0 +10,0 @@ } |
{ | ||
"name": "@gql2ts/util", | ||
"private": false, | ||
"version": "1.9.0-alpha.ad6013c2", | ||
"version": "1.9.0", | ||
"description": "utilities for gql2ts", | ||
@@ -31,7 +31,7 @@ "main": "dist/index.js", | ||
"devDependencies": { | ||
"graphql": ">= 0.10 <1.0.0" | ||
"graphql": ">= 0.10 <15" | ||
}, | ||
"peerDependencies": { | ||
"graphql": ">= 0.10 <1.0.0" | ||
"graphql": ">= 0.10 <15" | ||
} | ||
} |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
10985