@wordpress/redux-routine
Advanced tools
Comparing version 3.7.0 to 3.8.0
{ | ||
"name": "@wordpress/redux-routine", | ||
"version": "3.7.0", | ||
"version": "3.8.0", | ||
"description": "Redux middleware for generator coroutines.", | ||
@@ -27,3 +27,3 @@ "author": "The WordPress Contributors", | ||
"dependencies": { | ||
"@babel/runtime": "^7.8.3", | ||
"@babel/runtime": "^7.9.2", | ||
"is-promise": "^2.1.0", | ||
@@ -36,3 +36,3 @@ "lodash": "^4.17.15", | ||
}, | ||
"gitHead": "41fc84af285da696c65c235331ee245dfe23971d" | ||
"gitHead": "65dbf3a9503402ca3837090dc89d0207f7d96352" | ||
} |
@@ -63,2 +63,3 @@ /** | ||
} catch ( error ) { | ||
// eslint-disable-next-line jest/no-try-expect | ||
expect( error ).toBe( 'Message' ); | ||
@@ -84,2 +85,3 @@ } | ||
} catch ( error ) { | ||
// eslint-disable-next-line jest/no-try-expect | ||
expect( error.message ).toBe( 'Message' ); | ||
@@ -111,2 +113,3 @@ } | ||
} catch ( error ) { | ||
// eslint-disable-next-line jest/no-try-expect | ||
expect( error.message ).toBe( 'Message' ); | ||
@@ -113,0 +116,0 @@ return null; |
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
60366
621
Updated@babel/runtime@^7.9.2