@types/react-relay
Advanced tools
Comparing version 0.9.8 to 0.9.9
@@ -59,3 +59,3 @@ // Type definitions for react-relay 0.9.2 | ||
function createContainer<T>(component: React.ComponentClass<T>, params?: CreateContainerOpts): RelayContainerClass<any> | ||
function createContainer<T>(component: React.ComponentClass<T> | React.StatelessComponent<T>, params?: CreateContainerOpts): RelayContainerClass<any> | ||
function injectNetworkLayer(networkLayer: RelayNetworkLayer): any | ||
@@ -62,0 +62,0 @@ function isContainer(component: React.ComponentClass<any>): boolean |
{ | ||
"name": "@types/react-relay", | ||
"version": "0.9.8", | ||
"version": "0.9.9", | ||
"description": "TypeScript definitions for react-relay", | ||
@@ -17,3 +17,4 @@ "license": "MIT", | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "646e0305fbd539b63f16076596f228fd58e194bfdf76fe936f817b93fc2e57ad" | ||
"typesPublisherContentHash": "afe615737f49c3131f07d9f48ebd8831cae204debdd2026489319980cf9dafe4", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -8,6 +8,6 @@ # Installation | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/react-relay | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/react-relay | ||
Additional Details | ||
* Last updated: Thu, 08 Dec 2016 22:15:17 GMT | ||
* Last updated: Tue, 27 Dec 2016 23:56:34 GMT | ||
* Library Dependencies: none | ||
@@ -14,0 +14,0 @@ * Module Dependencies: react |
@@ -9,2 +9,3 @@ { | ||
"libraryMinorVersion": 9, | ||
"typeScriptVersion": "2.0", | ||
"libraryName": "react-relay", | ||
@@ -14,3 +15,3 @@ "typingsPackageName": "react-relay", | ||
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped", | ||
"sourceBranch": "types-2.0", | ||
"sourceBranch": "master", | ||
"globals": [], | ||
@@ -24,3 +25,3 @@ "declaredModules": [ | ||
"hasPackageJson": false, | ||
"contentHash": "646e0305fbd539b63f16076596f228fd58e194bfdf76fe936f817b93fc2e57ad" | ||
"contentHash": "afe615737f49c3131f07d9f48ebd8831cae204debdd2026489319980cf9dafe4" | ||
} |
6058
132