@wordpress/redux-routine
Advanced tools
Comparing version 5.3.0 to 5.4.0
@@ -13,3 +13,3 @@ /** | ||
*/ | ||
export default function createMiddleware(controls?: Record<string, (value: import('redux').AnyAction) => Promise<boolean> | boolean>): import('redux').Middleware; | ||
export default function createMiddleware(controls?: Record<string, (value: import("redux").AnyAction) => Promise<boolean> | boolean>): import("redux").Middleware; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -10,3 +10,3 @@ /** | ||
*/ | ||
export default function isGenerator(object: any): object is Generator<any, any, any>; | ||
export default function isGenerator(object: any): object is Generator; | ||
//# sourceMappingURL=is-generator.d.ts.map |
@@ -5,2 +5,4 @@ <!-- Learn how to maintain this file at https://github.com/WordPress/gutenberg/tree/HEAD/packages#maintaining-changelogs. --> | ||
## 5.4.0 (2024-07-24) | ||
## 5.3.0 (2024-07-10) | ||
@@ -7,0 +9,0 @@ |
{ | ||
"name": "@wordpress/redux-routine", | ||
"version": "5.3.0", | ||
"version": "5.4.0", | ||
"description": "Redux middleware for generator coroutines.", | ||
@@ -44,3 +44,3 @@ "author": "The WordPress Contributors", | ||
}, | ||
"gitHead": "122867d355ca4edc63d3a3bbd9411d3a2e1458df" | ||
"gitHead": "363edb39b8dda8727f652e42cbb8497732693ed2" | ||
} |
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
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
101578