@types/react-relay
Advanced tools
Comparing version 1.3.12 to 1.3.13
@@ -194,1 +194,9 @@ // Type definitions for react-relay 1.3 | ||
): RelayContainer<P>; | ||
// ~~~~~~~~~~~~~~~~~~~~~ | ||
// Context | ||
// ~~~~~~~~~~~~~~~~~~~~~ | ||
export const ReactRelayContext: React.Context< | ||
RelayRuntimeTypes.CRelayContext<RelayRuntimeTypes.Environment> | ||
>; |
{ | ||
"name": "@types/react-relay", | ||
"version": "1.3.12", | ||
"version": "1.3.13", | ||
"description": "TypeScript definitions for react-relay", | ||
@@ -47,3 +47,4 @@ "license": "MIT", | ||
"type": "git", | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/react-relay" | ||
}, | ||
@@ -55,4 +56,4 @@ "scripts": {}, | ||
}, | ||
"typesPublisherContentHash": "46fb49d4d7093208108463d8407adf27948adcbb50d79cbfb8fb53a2664f75bf", | ||
"typesPublisherContentHash": "355b701d9b7dad52e7d01ea8c459003c2a1c486a1e5c80d0d799ff1650b67472", | ||
"typeScriptVersion": "2.9" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Wed, 13 Feb 2019 21:06:17 GMT | ||
* Last updated: Thu, 28 Mar 2019 10:18:37 GMT | ||
* Dependencies: @types/relay-runtime, @types/react | ||
@@ -14,0 +14,0 @@ * Global values: none |
21136
444