@types/react-relay
Advanced tools
Comparing version 6.0.2 to 7.0.0
@@ -1,2 +0,2 @@ | ||
// Type definitions for react-relay 6.0 | ||
// Type definitions for react-relay 7.0 | ||
// Project: https://github.com/facebook/relay, https://facebook.github.io/relay | ||
@@ -11,4 +11,5 @@ // Definitions by: Johannes Schickling <https://github.com/graphcool> | ||
// Jared Kass <https://github.com/jdk243> | ||
// Renan Machado <https://github.com/renanmav> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
// TypeScript Version: 3.0 | ||
// TypeScript Version: 3.3 | ||
@@ -121,9 +122,13 @@ import * as React from 'react'; | ||
} | ||
declare class ReactRelayQueryRenderer<TOperation extends OperationType> extends React.Component<{ | ||
cacheConfig?: CacheConfig | null; | ||
fetchPolicy?: FetchPolicy; | ||
} & QueryRendererProps<TOperation>> {} | ||
declare class ReactRelayQueryRenderer<TOperation extends OperationType> extends React.Component< | ||
{ | ||
cacheConfig?: CacheConfig | null; | ||
fetchPolicy?: FetchPolicy; | ||
} & QueryRendererProps<TOperation> | ||
> {} | ||
export { ReactRelayQueryRenderer as QueryRenderer }; | ||
declare class ReactRelayLocalQueryRenderer<TOperation extends OperationType> extends React.Component<QueryRendererProps<TOperation>> {} | ||
declare class ReactRelayLocalQueryRenderer<TOperation extends OperationType> extends React.Component< | ||
QueryRendererProps<TOperation> | ||
> {} | ||
export { ReactRelayLocalQueryRenderer as LocalQueryRenderer }; | ||
@@ -130,0 +135,0 @@ |
{ | ||
"name": "@types/react-relay", | ||
"version": "6.0.2", | ||
"version": "7.0.0", | ||
"description": "TypeScript definitions for react-relay", | ||
@@ -46,2 +46,7 @@ "license": "MIT", | ||
"githubUsername": "jdk243" | ||
}, | ||
{ | ||
"name": "Renan Machado", | ||
"url": "https://github.com/renanmav", | ||
"githubUsername": "renanmav" | ||
} | ||
@@ -61,4 +66,4 @@ ], | ||
}, | ||
"typesPublisherContentHash": "5967e053f8aec18843ef0f67e2b3eae8199fd0e59a5da722973c0759cebe804c", | ||
"typeScriptVersion": "3.0" | ||
"typesPublisherContentHash": "c324e3dec334332b16f5749c9dd5cdaa8eb2923d0582f8a0b257944aba883005", | ||
"typeScriptVersion": "3.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Thu, 24 Oct 2019 17:38:22 GMT | ||
* Last updated: Mon, 28 Oct 2019 10:59:59 GMT | ||
* Dependencies: @types/react, @types/relay-runtime | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by Johannes Schickling <https://github.com/graphcool>, Matt Martin <https://github.com/voxmatt>, Eloy Durán <https://github.com/alloy>, Nicolas Pirotte <https://github.com/npirotte>, Cameron Knight <https://github.com/ckknight>, Kaare Hoff Skovgaard <https://github.com/kastermester>, Matt Krick <https://github.com/mattkrick>, and Jared Kass <https://github.com/jdk243>. | ||
These definitions were written by Johannes Schickling <https://github.com/graphcool>, Matt Martin <https://github.com/voxmatt>, Eloy Durán <https://github.com/alloy>, Nicolas Pirotte <https://github.com/npirotte>, Cameron Knight <https://github.com/ckknight>, Kaare Hoff Skovgaard <https://github.com/kastermester>, Matt Krick <https://github.com/mattkrick>, Jared Kass <https://github.com/jdk243>, and Renan Machado <https://github.com/renanmav>. |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
38936
24
880
1