@types/react-relay
Advanced tools
Comparing version 0.9.6 to 0.9.7
@@ -55,3 +55,3 @@ // Type definitions for react-relay 0.9.2 | ||
class DefaultNetworkLayer implements RelayNetworkLayer { | ||
constructor(host: string, options: any) | ||
constructor(host: string, options?: any) | ||
supports(...options: string[]): boolean | ||
@@ -58,0 +58,0 @@ } |
{ | ||
"name": "@types/react-relay", | ||
"version": "0.9.6", | ||
"version": "0.9.7", | ||
"description": "TypeScript definitions for react-relay 0.9.2", | ||
@@ -18,3 +18,3 @@ "license": "MIT", | ||
"typings": "index.d.ts", | ||
"typesPublisherContentHash": "2f25aaec24b579f19a237eb57efe33178ea741abfc62c572473dd5bdb82d6c51" | ||
"typesPublisherContentHash": "c7a8775b33ce37ff2d024976ff889df77860e0136bab69f95bb49efd4f9b54ac" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Mon, 21 Nov 2016 21:02:59 GMT | ||
* Last updated: Wed, 23 Nov 2016 19:10:41 GMT | ||
* File structure: ModuleAugmentation | ||
@@ -14,0 +14,0 @@ * Library Dependencies: none |
@@ -24,3 +24,3 @@ { | ||
"hasPackageJson": false, | ||
"contentHash": "2f25aaec24b579f19a237eb57efe33178ea741abfc62c572473dd5bdb82d6c51" | ||
"contentHash": "c7a8775b33ce37ff2d024976ff889df77860e0136bab69f95bb49efd4f9b54ac" | ||
} |
5430