wappsto-redux
Advanced tools
Comparing version 4.2.6 to 4.2.7
@@ -226,7 +226,7 @@ "use strict"; | ||
return _context.abrupt("return", { | ||
rawResponse: response, | ||
ok: response.ok, | ||
status: response.status, | ||
json: json, | ||
options: options | ||
options: options, | ||
rawResponse: response | ||
}); | ||
@@ -233,0 +233,0 @@ case 14: |
@@ -42,2 +42,8 @@ "use strict"; | ||
function addEntities(state, type, data) { | ||
if (!type) { | ||
return { | ||
state: state, | ||
result: data.result | ||
}; | ||
} | ||
var newState = _extends({}, state); | ||
@@ -44,0 +50,0 @@ var newData = (0, _normalizr.normalize)(data, [_schemas["default"].getSchema(type)]); |
@@ -11,3 +11,3 @@ "use strict"; | ||
} | ||
if (json.constructor === Object) { | ||
if (json.constructor === Object && json.meta) { | ||
if (json.meta.type === 'idlist') { | ||
@@ -14,0 +14,0 @@ return []; |
{ | ||
"name": "wappsto-redux", | ||
"version": "4.2.6", | ||
"version": "4.2.7", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "files": [ |
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
117621
2205