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.
@@ -5445,7 +5445,7 @@ var index$1 = /*#__PURE__*/Object.freeze({
5445
5445
  monkeyecxStorage: monkeyecxStorage_actions
5446
5446
  });
5447
5447
 
5448
- const hydrationMetaReducer = (reducer) => {
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
- hydrationMetaReducer: hydrationMetaReducer
5468
+ seederReducer: seederReducer
5469
5469
  });
5470
5470
 
5471
5471
  const featureKey = 'mecx-core-storage';