react-redux-cache 0.18.3 → 0.18.4
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.
|
@@ -6,7 +6,7 @@ exports.optionalUtils = {
|
|
|
6
6
|
deepEqual: undefined,
|
|
7
7
|
};
|
|
8
8
|
try {
|
|
9
|
-
exports.optionalUtils.deepEqual = require
|
|
9
|
+
exports.optionalUtils.deepEqual = require('fast-deep-equal/es6');
|
|
10
10
|
}
|
|
11
11
|
catch (_a) {
|
|
12
12
|
console.debug(exports.PACKAGE_SHORT_NAME + ': fast-deep-equal optional dependency was not installed');
|
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.18.
|
|
5
|
+
"version": "0.18.4",
|
|
6
6
|
"description": "Powerful data fetching and caching library for Redux and Zustand that supports normalization.",
|
|
7
7
|
"main": "dist/index.js",
|
|
8
8
|
"types": "dist/index.d.ts",
|