@decathlon/moon
Advanced tools
Comparing version 2.0.3 to 2.0.4
@@ -114,3 +114,3 @@ "use strict"; | ||
deserializedResponse = _a.sent(); | ||
store.setQueryState(queryId, __assign(__assign({}, state), { data: deserializedResponse, loading: false, networkStatus: store_1.MoonNetworkStatus.Finished })); | ||
store.setQueryState(queryId, __assign(__assign({}, state), { error: null, data: deserializedResponse, loading: false, networkStatus: store_1.MoonNetworkStatus.Finished })); | ||
if (onResponse) { | ||
@@ -117,0 +117,0 @@ onResponse(deserializedResponse); |
{ | ||
"name": "@decathlon/moon", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"description": "A featured, production ready caching REST client for every React UI", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
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
102519