@types/redux-saga-routines
Advanced tools
Comparing version 3.1.3 to 3.1.4
@@ -179,6 +179,6 @@ // Type definitions for redux-saga-routines 3.1 | ||
TTriggerActionCreator, | ||
TRequestActionCreator, // eslint-disable-line no-unnecessary-generics | ||
TSuccessActionCreator, // eslint-disable-line no-unnecessary-generics | ||
TFailureActionCreator, // eslint-disable-line no-unnecessary-generics | ||
TFulfillActionCreator // eslint-disable-line no-unnecessary-generics | ||
TRequestActionCreator, // eslint-disable-line @definitelytyped/no-unnecessary-generics | ||
TSuccessActionCreator, // eslint-disable-line @definitelytyped/no-unnecessary-generics | ||
TFailureActionCreator, // eslint-disable-line @definitelytyped/no-unnecessary-generics | ||
TFulfillActionCreator // eslint-disable-line @definitelytyped/no-unnecessary-generics | ||
>, | ||
@@ -185,0 +185,0 @@ ): PromiseCreator<ResolvePayloadByActionCreator<TTriggerActionCreator>>; |
{ | ||
"name": "@types/redux-saga-routines", | ||
"version": "3.1.3", | ||
"version": "3.1.4", | ||
"description": "TypeScript definitions for redux-saga-routines", | ||
@@ -27,4 +27,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/redux-saga-routines", | ||
}, | ||
"typesPublisherContentHash": "469f0da454c7521b1e54d4063c49dee5b23f1a71b3bf486f293aa249b6837dd8", | ||
"typeScriptVersion": "4.2" | ||
"typesPublisherContentHash": "0b2b2dbf8ec9dc4ddd3a3a0be40f5ace7bc5ff04c07ef01fcb572653c4b4292e", | ||
"typeScriptVersion": "4.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Fri, 30 Dec 2022 23:03:47 GMT | ||
* Last updated: Tue, 22 Aug 2023 18:04:40 GMT | ||
* Dependencies: [@types/redux](https://npmjs.com/package/@types/redux), [@types/redux-actions](https://npmjs.com/package/@types/redux-actions), [@types/redux-form](https://npmjs.com/package/@types/redux-form) | ||
@@ -14,0 +14,0 @@ * Global values: none |
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
18353