Comparing version 1.4.1 to 1.4.2
@@ -39,3 +39,3 @@ "use strict"; | ||
request: (base, method, path, options = {}, headers) => { | ||
return axios(base, method, path, { data: Object.assign({}, options) }, headers); | ||
return axios(base, method, path, Object.assign({}, options), headers); | ||
}, | ||
@@ -42,0 +42,0 @@ /** |
@@ -164,3 +164,3 @@ "use strict"; | ||
type: requestAction, | ||
payload: Object.assign(Object.assign({}, payload), { [ReduxNLVerb]: verb, [ReduxNLPath]: path }), | ||
payload: Object.assign({ data: payload }, { [ReduxNLVerb]: verb, [ReduxNLPath]: path }), | ||
replaceType, | ||
@@ -167,0 +167,0 @@ meta |
@@ -73,3 +73,3 @@ { | ||
}, | ||
"version": "1.4.1", | ||
"version": "1.4.2", | ||
"devDependencies": { | ||
@@ -76,0 +76,0 @@ "@redux-saga/types": "^1.1.0", |
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
50379