react-redux-cache 0.6.0 → 0.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -109,11 +109,9 @@ const applyEntityChanges = (entities, changes, options) => {
|
|
|
109
109
|
options.logsEnabled &&
|
|
110
110
|
(0, exports.log)('applyEntityChanges', {
|
|
111
111
|
entities,
|
|
112
|
-
|
|
113
|
-
changes: require('util').inspect(changes, { depth: 4 }),
|
|
112
|
+
changes,
|
|
114
113
|
options,
|
|
115
|
-
|
|
116
|
-
result: require('util').inspect(result, { depth: 4 }),
|
|
114
|
+
result,
|
|
117
115
|
});
|
|
118
116
|
return result;
|
|
119
117
|
};
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "react-redux-cache",
|
|
3
3
|
"author": "Alexander Danilov",
|
|
4
4
|
"license": "MIT",
|
|
5
|
-
"version": "0.6.
|
|
5
|
+
"version": "0.6.1",
|
|
6
6
|
"description": "Powerful data fetching and caching library that supports normalization, built on top of redux",
|
|
7
7
|
"main": "dist/index.js",
|
|
8
8
|
"types": "dist/index.d.ts",
|