@types/relay-runtime
Advanced tools
Comparing version 1.3.5 to 1.3.6
@@ -64,2 +64,7 @@ // Type definitions for relay-runtime 1.3 | ||
// ~~~~~~~~~~~~~~~~~~~~~ | ||
// Constants | ||
// ~~~~~~~~~~~~~~~~~~~~~ | ||
export const ROOT_ID: string; | ||
// ~~~~~~~~~~~~~~~~~~~~~ | ||
// RelayQL | ||
@@ -193,3 +198,3 @@ // ~~~~~~~~~~~~~~~~~~~~~ | ||
delete(dataID: DataID): void; | ||
get(dataID: DataID): Array<RecordProxy | null> | null; | ||
get(dataID: DataID): RecordProxy | null; | ||
getRoot(): RecordProxy; | ||
@@ -1015,3 +1020,3 @@ } | ||
// exposed through RelayModern, not Runtime directly | ||
export type commitLocalUpdate = (environment: Environment, updater: StoreUpdater) => void; | ||
export function commitLocalUpdate(environment: Environment, updater: StoreUpdater): void; | ||
@@ -1018,0 +1023,0 @@ // ~~~~~~~~~~~~~~~~~~~~~ |
{ | ||
"name": "@types/relay-runtime", | ||
"version": "1.3.5", | ||
"version": "1.3.6", | ||
"description": "TypeScript definitions for relay-runtime", | ||
@@ -25,4 +25,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "a80ecc825940dea2dc875a35f282f0394e9ed458d7959cee8219e821999fd9a5", | ||
"typesPublisherContentHash": "4fd59aa76d60f195327d1b9bf785e291de8443513846d70756ae5d62a006c5fa", | ||
"typeScriptVersion": "2.9" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Sun, 26 Aug 2018 19:04:58 GMT | ||
* Last updated: Thu, 30 Aug 2018 16:35:52 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: none |
Sorry, the diff of this file is not supported yet
41017
999