@types/react-relay
Advanced tools
Comparing version 7.0.29 to 7.0.30
@@ -21,4 +21,7 @@ import { | ||
configs?: DeclarativeMutationConfig[] | undefined; | ||
// eslint-disable-next-line @typescript-eslint/no-invalid-void-type | ||
onError?: ((error: Error) => void | null) | undefined; | ||
// eslint-disable-next-line @typescript-eslint/no-invalid-void-type | ||
onCompleted?: ((response: TMutation["response"], errors: PayloadError[]) => void | null) | undefined; | ||
// eslint-disable-next-line @typescript-eslint/no-invalid-void-type | ||
onUnsubscribe?: (() => void | null) | undefined; | ||
@@ -25,0 +28,0 @@ } |
{ | ||
"name": "@types/react-relay", | ||
"version": "7.0.29", | ||
"version": "7.0.30", | ||
"description": "TypeScript definitions for react-relay", | ||
@@ -36,4 +36,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-relay", | ||
}, | ||
"typesPublisherContentHash": "aea701037b310b2fa36fc65daa07581ce670f79647c9e31723e5f46cd3fd2a1a", | ||
"typesPublisherContentHash": "e076674361add57438321f87020f398c89c8505f508fdaeaefbd3cda87a4a236", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Mon, 20 Nov 2023 23:36:24 GMT | ||
* Last updated: Wed, 22 Nov 2023 00:24:48 GMT | ||
* Dependencies: [@types/react](https://npmjs.com/package/@types/react), [@types/relay-runtime](https://npmjs.com/package/@types/relay-runtime) | ||
@@ -14,0 +14,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
43806
980