@wordpress/redux-routine
Advanced tools
Comparing version 4.2.2 to 4.2.3-next.33ec3857e2.0
{ | ||
"name": "@wordpress/redux-routine", | ||
"version": "4.2.2", | ||
"version": "4.2.3-next.33ec3857e2.0", | ||
"description": "Redux middleware for generator coroutines.", | ||
@@ -35,9 +35,11 @@ "author": "The WordPress Contributors", | ||
"lodash": "^4.17.21", | ||
"redux": "^4.1.0", | ||
"rungen": "^0.3.2" | ||
}, | ||
"peerDependencies": { | ||
"redux": ">=4" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"gitHead": "9a1dd3474d937468e4cf9caf9886ad61ef0a8f50" | ||
"gitHead": "51c7917ea7fac72953702f24d6daac87d99e7617" | ||
} |
@@ -63,3 +63,3 @@ /** | ||
} catch ( error ) { | ||
// eslint-disable-next-line jest/no-try-expect, jest/no-conditional-expect | ||
// eslint-disable-next-line jest/no-conditional-expect | ||
expect( error ).toBe( 'Message' ); | ||
@@ -85,3 +85,3 @@ } | ||
} catch ( error ) { | ||
// eslint-disable-next-line jest/no-try-expect, jest/no-conditional-expect | ||
// eslint-disable-next-line jest/no-conditional-expect | ||
expect( error.message ).toBe( 'Message' ); | ||
@@ -113,3 +113,3 @@ } | ||
} catch ( error ) { | ||
// eslint-disable-next-line jest/no-try-expect, jest/no-conditional-expect | ||
// eslint-disable-next-line jest/no-conditional-expect | ||
expect( error.message ).toBe( 'Message' ); | ||
@@ -116,0 +116,0 @@ return null; |
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
95066
1
+ Addedredux@5.0.1(transitive)
- Removedredux@^4.1.0
- Removedredux@4.2.1(transitive)