@types/graphql-relay
Advanced tools
Comparing version 0.4.11 to 0.6.0
@@ -1,2 +0,2 @@ | ||
// Type definitions for graphql-relay 0.4 | ||
// Type definitions for graphql-relay 0.6 | ||
// Project: https://github.com/graphql/graphql-relay-js | ||
@@ -3,0 +3,0 @@ // Definitions by: Arvitaly <https://github.com/arvitaly>, nitintutlani <https://github.com/nitintutlani>, Grelinfo <https://github.com/Grelinfo> |
{ | ||
"name": "@types/graphql-relay", | ||
"version": "0.4.11", | ||
"version": "0.6.0", | ||
"description": "TypeScript definitions for graphql-relay", | ||
@@ -24,3 +24,3 @@ "license": "MIT", | ||
"main": "", | ||
"types": "index", | ||
"types": "index.d.ts", | ||
"repository": { | ||
@@ -33,6 +33,6 @@ "type": "git", | ||
"dependencies": { | ||
"graphql": "^14.5.3" | ||
"graphql": "^14.5.3 || ^15.0.0" | ||
}, | ||
"typesPublisherContentHash": "c0bba6a8c1cdafd8639bdb90e08e3b13b6ac6febe4a28470600c71428dd98ada", | ||
"typeScriptVersion": "2.6" | ||
"typesPublisherContentHash": "1865a21313ee4ee616f86cdc30b0d26c131ba4904731cd7d32b0283b8fc53143", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -8,10 +8,10 @@ # Installation | ||
# Details | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/graphql-relay | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/graphql-relay. | ||
Additional Details | ||
* Last updated: Mon, 26 Aug 2019 15:15:51 GMT | ||
* Dependencies: @types/graphql | ||
### Additional Details | ||
* Last updated: Sat, 11 Apr 2020 03:17:09 GMT | ||
* Dependencies: [@types/graphql](https://npmjs.com/package/@types/graphql) | ||
* Global values: none | ||
# Credits | ||
These definitions were written by Arvitaly <https://github.com/arvitaly>, nitintutlani <https://github.com/nitintutlani>, and Grelinfo <https://github.com/Grelinfo>. | ||
These definitions were written by [Arvitaly](https://github.com/arvitaly), [nitintutlani](https://github.com/nitintutlani), and [Grelinfo](https://github.com/Grelinfo). |
Sorry, the diff of this file is not supported yet
12433
+ Addedgraphql@15.10.1(transitive)
- Removedgraphql@14.7.0(transitive)
- Removediterall@1.3.0(transitive)
Updatedgraphql@^14.5.3 || ^15.0.0