@xapp/chat-widget 1.52.4 → 1.52.5
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.css +1 -1
- package/dist/index.es.js +1 -1
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -31593,7 +31593,7 @@ function createStaticReducer(state) {
|
|
|
31593
31593
|
return oldState;
|
|
31594
31594
|
};
|
|
31595
31595
|
}
|
|
31596
|
-
var composeEnhancers =
|
|
31596
|
+
var composeEnhancers = (globalThis === null || globalThis === void 0 ? void 0 : globalThis.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__) || redux.compose;
|
|
31597
31597
|
var middlewares = [
|
|
31598
31598
|
thunk__default["default"]
|
|
31599
31599
|
];
|