@xapp/chat-widget 1.74.1 → 1.74.2

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/dist/index.js CHANGED
@@ -31878,7 +31878,7 @@ function createChatStore(config, dataStorage) {
31878
31878
  });
31879
31879
  var chatReducer = persistStateReducer(storage, defaultState, storeHandler);
31880
31880
  var middlewares = [
31881
- thunk
31881
+ thunk__namespace.default
31882
31882
  ];
31883
31883
  // eslint-disable-next-line @typescript-eslint/no-explicit-any
31884
31884
  var composeEnhancers = globalThis.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__ || redux.compose;