@redux-saga/core
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -358,3 +358,3 @@ import { Action, AnyAction } from 'redux' | ||
? AllButLast<Parameters<Fn>> | ||
: never | ||
: Parameters<Fn> | ||
@@ -361,0 +361,0 @@ /** |
{ | ||
"name": "@redux-saga/core", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Saga middleware for Redux to handle Side Effects", | ||
@@ -76,3 +76,3 @@ "main": "./dist/redux-saga-core.cjs.js", | ||
"typings": "./index.d.ts", | ||
"gitHead": "0668e9149c8aa847cbfad9f03883b6b5b2946042" | ||
"gitHead": "8f60bcb27b088b4785bbd106eaf6cded13d99562" | ||
} |
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
260914