monkey-front-core 0.0.296 → 0.0.297
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.
- package/esm2020/lib/store/reducers/monkeyecx-seeder.reducer.mjs +2 -2
- package/fesm2015/monkey-front-core.mjs +2 -2
- package/fesm2015/monkey-front-core.mjs.map +1 -1
- package/fesm2020/monkey-front-core.mjs +2 -2
- package/fesm2020/monkey-front-core.mjs.map +1 -1
- package/lib/store/reducers/monkeyecx-seeder.reducer.d.ts +1 -1
- package/monkey-front-core-0.0.297.tgz +0 -0
- package/package.json +1 -1
- package/monkey-front-core-0.0.296.tgz +0 -0
|
@@ -5445,7 +5445,7 @@ var index$1 = /*#__PURE__*/Object.freeze({
|
|
|
5445
5445
|
monkeyecxStorage: monkeyecxStorage_actions
|
|
5446
5446
|
});
|
|
5447
5447
|
|
|
5448
|
-
const
|
|
5448
|
+
const seederReducer = (reducer) => {
|
|
5449
5449
|
return (state, action) => {
|
|
5450
5450
|
/* if (action.type === INIT || action.type === UPDATE) {
|
|
5451
5451
|
const storageValue = localStorage.getItem('state');
|
|
@@ -5465,7 +5465,7 @@ const hydrationMetaReducer = (reducer) => {
|
|
|
5465
5465
|
|
|
5466
5466
|
var monkeyecxSeeder_reducer = /*#__PURE__*/Object.freeze({
|
|
5467
5467
|
__proto__: null,
|
|
5468
|
-
|
|
5468
|
+
seederReducer: seederReducer
|
|
5469
5469
|
});
|
|
5470
5470
|
|
|
5471
5471
|
const featureKey = 'mecx-core-storage';
|