@wordpress/redux-routine
Advanced tools
Comparing version 4.26.1 to 4.27.0
@@ -14,4 +14,4 @@ /** | ||
* | ||
* @param controls Object of control handlers. | ||
* @param dispatch Unhandled action dispatch. | ||
* @param controls Object of control handlers. | ||
* @param dispatch Unhandled action dispatch. | ||
*/ | ||
@@ -18,0 +18,0 @@ |
@@ -5,6 +5,6 @@ import type { Dispatch, AnyAction } from 'redux'; | ||
* | ||
* @param controls Object of control handlers. | ||
* @param dispatch Unhandled action dispatch. | ||
* @param controls Object of control handlers. | ||
* @param dispatch Unhandled action dispatch. | ||
*/ | ||
export default function createRuntime(controls: Record<string, (value: any) => Promise<boolean> | boolean> | undefined, dispatch: Dispatch): (action: AnyAction | Generator) => Promise<unknown>; | ||
//# sourceMappingURL=runtime.d.ts.map |
@@ -27,4 +27,4 @@ "use strict"; | ||
* | ||
* @param controls Object of control handlers. | ||
* @param dispatch Unhandled action dispatch. | ||
* @param controls Object of control handlers. | ||
* @param dispatch Unhandled action dispatch. | ||
*/ | ||
@@ -31,0 +31,0 @@ function createRuntime() { |
@@ -5,2 +5,4 @@ <!-- Learn how to maintain this file at https://github.com/WordPress/gutenberg/tree/HEAD/packages#maintaining-changelogs. --> | ||
## 4.27.0 (2023-02-15) | ||
## 4.26.0 (2023-02-01) | ||
@@ -7,0 +9,0 @@ |
{ | ||
"name": "@wordpress/redux-routine", | ||
"version": "4.26.1", | ||
"version": "4.27.0", | ||
"description": "Redux middleware for generator coroutines.", | ||
@@ -43,3 +43,3 @@ "author": "The WordPress Contributors", | ||
}, | ||
"gitHead": "e9ff92d836928aba65dde94d9d193bc401a934d7" | ||
"gitHead": "c25ff895413bad4354c55c0c2d732552618b0d56" | ||
} |
@@ -16,4 +16,4 @@ /** | ||
* | ||
* @param controls Object of control handlers. | ||
* @param dispatch Unhandled action dispatch. | ||
* @param controls Object of control handlers. | ||
* @param dispatch Unhandled action dispatch. | ||
*/ | ||
@@ -20,0 +20,0 @@ export default function createRuntime( |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
94482