@types/react-relay
Advanced tools
Comparing version 0.9.9 to 0.9.10
@@ -5,2 +5,3 @@ // Type definitions for react-relay 0.9.2 | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
// TypeScript Version: 2.1 | ||
@@ -7,0 +8,0 @@ declare module "react-relay" { |
{ | ||
"name": "@types/react-relay", | ||
"version": "0.9.9", | ||
"version": "0.9.10", | ||
"description": "TypeScript definitions for react-relay", | ||
@@ -17,4 +17,4 @@ "license": "MIT", | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "afe615737f49c3131f07d9f48ebd8831cae204debdd2026489319980cf9dafe4", | ||
"typeScriptVersion": "2.0" | ||
"typesPublisherContentHash": "a459664925169db2f52a414057acd555179e6ed4f026fe0304f75931ef62d244", | ||
"typeScriptVersion": "2.1" | ||
} |
@@ -11,5 +11,4 @@ # Installation | ||
Additional Details | ||
* Last updated: Tue, 27 Dec 2016 23:56:34 GMT | ||
* Library Dependencies: none | ||
* Module Dependencies: react | ||
* Last updated: Mon, 23 Jan 2017 21:31:30 GMT | ||
* Dependencies: react | ||
* Global values: none | ||
@@ -16,0 +15,0 @@ |
{ | ||
"authors": "Johannes Schickling <https://github.com/graphcool>", | ||
"libraryDependencies": [], | ||
"moduleDependencies": [ | ||
"react" | ||
], | ||
"libraryMajorVersion": 0, | ||
"libraryMinorVersion": 9, | ||
"typeScriptVersion": "2.0", | ||
"name": "react-relay", | ||
"libraryName": "react-relay", | ||
"typingsPackageName": "react-relay", | ||
"projectName": "https://github.com/facebook/relay", | ||
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped", | ||
"sourceBranch": "master", | ||
"globals": [], | ||
"declaredModules": [ | ||
"react-relay" | ||
], | ||
"files": [ | ||
"index.d.ts" | ||
], | ||
"hasPackageJson": false, | ||
"contentHash": "afe615737f49c3131f07d9f48ebd8831cae204debdd2026489319980cf9dafe4" | ||
"data": { | ||
"authors": "Johannes Schickling <https://github.com/graphcool>", | ||
"dependencies": { | ||
"react": "*" | ||
}, | ||
"pathMappings": {}, | ||
"libraryMajorVersion": 0, | ||
"libraryMinorVersion": 9, | ||
"typeScriptVersion": "2.1", | ||
"libraryName": "react-relay", | ||
"typingsPackageName": "react-relay", | ||
"projectName": "https://github.com/facebook/relay", | ||
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped", | ||
"globals": [], | ||
"declaredModules": [ | ||
"react-relay" | ||
], | ||
"files": [ | ||
"index.d.ts" | ||
], | ||
"hasPackageJson": false, | ||
"contentHash": "a459664925169db2f52a414057acd555179e6ed4f026fe0304f75931ef62d244" | ||
}, | ||
"isLatest": true | ||
} |
6277
138
17