@microsoft/omnichannel-chat-widget 1.7.7-main.5abcb8f → 1.7.7-main.863787d
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/lib/cjs/common/facades/FacadeChatSDK.js +3 -5
- package/lib/cjs/components/livechatwidget/interfaces/ISendBox.js +1 -0
- package/lib/cjs/components/livechatwidget/livechatwidgetstateful/LiveChatWidgetStateful.js +17 -13
- package/lib/esm/common/facades/FacadeChatSDK.js +3 -5
- package/lib/esm/components/livechatwidget/interfaces/ISendBox.js +1 -0
- package/lib/esm/components/livechatwidget/livechatwidgetstateful/LiveChatWidgetStateful.js +17 -13
- package/lib/types/components/livechatwidget/interfaces/ISendBox.d.ts +12 -0
- package/lib/types/components/webchatcontainerstateful/interfaces/IWebChatContainerStatefulProps.d.ts +2 -0
- package/package.json +2 -2
|
@@ -91,12 +91,10 @@ class FacadeChatSDK {
|
|
|
91
91
|
});
|
|
92
92
|
throw new Error("Invalid token format, must be in JWT format");
|
|
93
93
|
}
|
|
94
|
-
const payload = this.enforceBase64Encoding(tokenParts[1]);
|
|
95
|
-
// decode payload
|
|
96
|
-
const decodedPayload = Buffer.from(payload, "base64").toString("utf-8");
|
|
97
|
-
|
|
98
|
-
// check if decoded payload is valid JSON
|
|
99
94
|
try {
|
|
95
|
+
const payload = this.enforceBase64Encoding(tokenParts[1]);
|
|
96
|
+
// decode payload
|
|
97
|
+
const decodedPayload = atob(payload);
|
|
100
98
|
const jsonPayload = JSON.parse(decodedPayload);
|
|
101
99
|
// check if exp is present in payload
|
|
102
100
|
if (jsonPayload) {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";
|
|
@@ -64,7 +64,7 @@ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj &&
|
|
|
64
64
|
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
65
65
|
let uiTimer;
|
|
66
66
|
const LiveChatWidgetStateful = props => {
|
|
67
|
-
var _props$webChatContain, _props$styleProps, _props$controlProps, _props$controlProps3, _state$appStates7, _props$
|
|
67
|
+
var _props$webChatContain, _props$styleProps, _props$webChatContain2, _props$webChatContain3, _props$controlProps, _props$controlProps3, _state$appStates7, _props$webChatContain7, _state$appStates14, _props$webChatContain9, _props$webChatContain10, _props$controlProps12, _props$draggableChatW, _props$draggableChatW2, _props$draggableChatW3, _props$draggableChatW4, _props$draggableChatW5, _livechatProps$webCha, _props$webChatContain11, _props$webChatContain12, _props$webChatContain13, _props$webChatContain14, _livechatProps$styleP, _livechatProps$contro, _livechatProps$contro2, _livechatProps$compon, _livechatProps$contro3, _livechatProps$compon2, _livechatProps$contro4, _livechatProps$compon3, _livechatProps$contro5, _livechatProps$compon4, _livechatProps$contro6, _livechatProps$compon5, _livechatProps$contro7, _livechatProps$compon6, _livechatProps$contro8, _livechatProps$compon7, _livechatProps$contro9, _livechatProps$compon8, _livechatProps$contro10, _livechatProps$contro11, _livechatProps$compon9, _livechatProps$contro12, _livechatProps$compon10, _livechatProps$contro13, _livechatProps$compon11, _livechatProps$compon12, _livechatProps$compon13;
|
|
68
68
|
(0, _react2.useEffect)(() => {
|
|
69
69
|
uiTimer = (0, _utils.createTimer)();
|
|
70
70
|
_TelemetryHelper.TelemetryHelper.logLoadingEvent(_TelemetryConstants.LogLevel.INFO, {
|
|
@@ -94,6 +94,7 @@ const LiveChatWidgetStateful = props => {
|
|
|
94
94
|
|
|
95
95
|
//Scrollbar styles
|
|
96
96
|
const scrollbarProps = Object.assign({}, _defaultScrollBarProps.defaultScrollBarProps, props === null || props === void 0 ? void 0 : props.scrollBarProps);
|
|
97
|
+
const sendBoxTextArea = props === null || props === void 0 ? void 0 : (_props$webChatContain2 = props.webChatContainerProps) === null || _props$webChatContain2 === void 0 ? void 0 : (_props$webChatContain3 = _props$webChatContain2.sendBoxTextBox) === null || _props$webChatContain3 === void 0 ? void 0 : _props$webChatContain3.textarea;
|
|
97
98
|
|
|
98
99
|
// In case the broadcast channel is already initialized elsewhere; One tab can only hold 1 instance
|
|
99
100
|
if ((props === null || props === void 0 ? void 0 : (_props$controlProps = props.controlProps) === null || _props$controlProps === void 0 ? void 0 : _props$controlProps.skipBroadcastChannelInit) !== true) {
|
|
@@ -613,8 +614,8 @@ const LiveChatWidgetStateful = props => {
|
|
|
613
614
|
});
|
|
614
615
|
}
|
|
615
616
|
if (state.appStates.conversationState === _ConversationState.ConversationState.InActive) {
|
|
616
|
-
var _props$
|
|
617
|
-
if ((props === null || props === void 0 ? void 0 : (_props$
|
|
617
|
+
var _props$webChatContain4, _props$webChatContain5;
|
|
618
|
+
if ((props === null || props === void 0 ? void 0 : (_props$webChatContain4 = props.webChatContainerProps) === null || _props$webChatContain4 === void 0 ? void 0 : (_props$webChatContain5 = _props$webChatContain4.renderingMiddlewareProps) === null || _props$webChatContain5 === void 0 ? void 0 : _props$webChatContain5.hideSendboxOnConversationEnd) !== false) {
|
|
618
619
|
setWebChatStyles(styles => {
|
|
619
620
|
return {
|
|
620
621
|
...styles,
|
|
@@ -658,12 +659,12 @@ const LiveChatWidgetStateful = props => {
|
|
|
658
659
|
}
|
|
659
660
|
}, [state.appStates.unreadMessageCount]);
|
|
660
661
|
(0, _react2.useEffect)(() => {
|
|
661
|
-
var _props$
|
|
662
|
+
var _props$webChatContain6;
|
|
662
663
|
setWebChatStyles({
|
|
663
664
|
...webChatStyles,
|
|
664
|
-
...((_props$
|
|
665
|
+
...((_props$webChatContain6 = props.webChatContainerProps) === null || _props$webChatContain6 === void 0 ? void 0 : _props$webChatContain6.webChatStyles)
|
|
665
666
|
});
|
|
666
|
-
}, [(_props$
|
|
667
|
+
}, [(_props$webChatContain7 = props.webChatContainerProps) === null || _props$webChatContain7 === void 0 ? void 0 : _props$webChatContain7.webChatStyles]);
|
|
667
668
|
(0, _react2.useEffect)(() => {
|
|
668
669
|
//Confirmation pane dismissing through OK option, so proceed with end chat
|
|
669
670
|
if (state.domainStates.confirmationState === _Constants.ConfirmationState.Ok) {
|
|
@@ -762,12 +763,12 @@ const LiveChatWidgetStateful = props => {
|
|
|
762
763
|
|
|
763
764
|
// if props state gets updates we need to update the renderingMiddlewareProps in the state
|
|
764
765
|
(0, _react2.useEffect)(() => {
|
|
765
|
-
var _props$
|
|
766
|
+
var _props$webChatContain8;
|
|
766
767
|
dispatch({
|
|
767
768
|
type: _LiveChatWidgetActionType.LiveChatWidgetActionType.SET_RENDERING_MIDDLEWARE_PROPS,
|
|
768
|
-
payload: (_props$
|
|
769
|
+
payload: (_props$webChatContain8 = props.webChatContainerProps) === null || _props$webChatContain8 === void 0 ? void 0 : _props$webChatContain8.renderingMiddlewareProps
|
|
769
770
|
});
|
|
770
|
-
}, [(_props$
|
|
771
|
+
}, [(_props$webChatContain9 = props.webChatContainerProps) === null || _props$webChatContain9 === void 0 ? void 0 : _props$webChatContain9.renderingMiddlewareProps]);
|
|
771
772
|
(0, _react2.useEffect)(() => {
|
|
772
773
|
_TelemetryHelper.TelemetryHelper.logLoadingEvent(_TelemetryConstants.LogLevel.INFO, {
|
|
773
774
|
Event: _TelemetryConstants.TelemetryEvent.UXLivechatwidgetCompleted,
|
|
@@ -809,7 +810,7 @@ const LiveChatWidgetStateful = props => {
|
|
|
809
810
|
const webChatProps = (0, _initWebChatComposer.initWebChatComposer)(props, state, dispatch, facadeChatSDK, endChatRelay);
|
|
810
811
|
const downloadTranscriptProps = (0, _createDownloadTranscriptProps.default)(props.downloadTranscriptProps, {
|
|
811
812
|
...(_defaultWebChatContainerStatefulProps.defaultWebChatContainerStatefulProps === null || _defaultWebChatContainerStatefulProps.defaultWebChatContainerStatefulProps === void 0 ? void 0 : _defaultWebChatContainerStatefulProps.defaultWebChatContainerStatefulProps.webChatStyles),
|
|
812
|
-
...((_props$
|
|
813
|
+
...((_props$webChatContain10 = props.webChatContainerProps) === null || _props$webChatContain10 === void 0 ? void 0 : _props$webChatContain10.webChatStyles)
|
|
813
814
|
}, props.webChatContainerProps);
|
|
814
815
|
const livechatProps = {
|
|
815
816
|
...props,
|
|
@@ -867,13 +868,16 @@ const LiveChatWidgetStateful = props => {
|
|
|
867
868
|
height: .75em;
|
|
868
869
|
margin-left: .25em;
|
|
869
870
|
}
|
|
870
|
-
|
|
871
|
+
${(sendBoxTextArea === null || sendBoxTextArea === void 0 ? void 0 : sendBoxTextArea.minHeight) && `
|
|
872
|
+
textarea.webchat__send-box-text-box__html-text-area {
|
|
873
|
+
min-height: ${sendBoxTextArea === null || sendBoxTextArea === void 0 ? void 0 : sendBoxTextArea.minHeight};
|
|
874
|
+
}`}
|
|
871
875
|
`), /*#__PURE__*/_react2.default.createElement(_DraggableChatWidget.default, chatWidgetDraggableConfig, /*#__PURE__*/_react2.default.createElement(Composer, _extends({}, webChatProps, {
|
|
872
876
|
userID: userID,
|
|
873
877
|
styleOptions: {
|
|
874
878
|
...webChatStyles,
|
|
875
|
-
bubbleBackground: ((_props$
|
|
876
|
-
bubbleTextColor: ((_props$
|
|
879
|
+
bubbleBackground: ((_props$webChatContain11 = props.webChatContainerProps) === null || _props$webChatContain11 === void 0 ? void 0 : (_props$webChatContain12 = _props$webChatContain11.adaptiveCardStyles) === null || _props$webChatContain12 === void 0 ? void 0 : _props$webChatContain12.background) ?? _defaultAdaptiveCardStyles.defaultAdaptiveCardStyles.background,
|
|
880
|
+
bubbleTextColor: ((_props$webChatContain13 = props.webChatContainerProps) === null || _props$webChatContain13 === void 0 ? void 0 : (_props$webChatContain14 = _props$webChatContain13.adaptiveCardStyles) === null || _props$webChatContain14 === void 0 ? void 0 : _props$webChatContain14.color) ?? _defaultAdaptiveCardStyles.defaultAdaptiveCardStyles.color
|
|
877
881
|
},
|
|
878
882
|
directLine: directLine
|
|
879
883
|
}), /*#__PURE__*/_react2.default.createElement(_react.Stack, {
|
|
@@ -85,12 +85,10 @@ export class FacadeChatSDK {
|
|
|
85
85
|
});
|
|
86
86
|
throw new Error("Invalid token format, must be in JWT format");
|
|
87
87
|
}
|
|
88
|
-
const payload = this.enforceBase64Encoding(tokenParts[1]);
|
|
89
|
-
// decode payload
|
|
90
|
-
const decodedPayload = Buffer.from(payload, "base64").toString("utf-8");
|
|
91
|
-
|
|
92
|
-
// check if decoded payload is valid JSON
|
|
93
88
|
try {
|
|
89
|
+
const payload = this.enforceBase64Encoding(tokenParts[1]);
|
|
90
|
+
// decode payload
|
|
91
|
+
const decodedPayload = atob(payload);
|
|
94
92
|
const jsonPayload = JSON.parse(decodedPayload);
|
|
95
93
|
// check if exp is present in payload
|
|
96
94
|
if (jsonPayload) {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -56,7 +56,7 @@ import useChatContextStore from "../../../hooks/useChatContextStore";
|
|
|
56
56
|
import useFacadeSDKStore from "../../../hooks/useFacadeChatSDKStore";
|
|
57
57
|
let uiTimer;
|
|
58
58
|
export const LiveChatWidgetStateful = props => {
|
|
59
|
-
var _props$webChatContain, _props$styleProps, _props$controlProps, _props$controlProps3, _state$appStates7, _props$
|
|
59
|
+
var _props$webChatContain, _props$styleProps, _props$webChatContain2, _props$webChatContain3, _props$controlProps, _props$controlProps3, _state$appStates7, _props$webChatContain7, _state$appStates14, _props$webChatContain9, _props$webChatContain10, _props$controlProps12, _props$draggableChatW, _props$draggableChatW2, _props$draggableChatW3, _props$draggableChatW4, _props$draggableChatW5, _livechatProps$webCha, _props$webChatContain11, _props$webChatContain12, _props$webChatContain13, _props$webChatContain14, _livechatProps$styleP, _livechatProps$contro, _livechatProps$contro2, _livechatProps$compon, _livechatProps$contro3, _livechatProps$compon2, _livechatProps$contro4, _livechatProps$compon3, _livechatProps$contro5, _livechatProps$compon4, _livechatProps$contro6, _livechatProps$compon5, _livechatProps$contro7, _livechatProps$compon6, _livechatProps$contro8, _livechatProps$compon7, _livechatProps$contro9, _livechatProps$compon8, _livechatProps$contro10, _livechatProps$contro11, _livechatProps$compon9, _livechatProps$contro12, _livechatProps$compon10, _livechatProps$contro13, _livechatProps$compon11, _livechatProps$compon12, _livechatProps$compon13;
|
|
60
60
|
useEffect(() => {
|
|
61
61
|
uiTimer = createTimer();
|
|
62
62
|
TelemetryHelper.logLoadingEvent(LogLevel.INFO, {
|
|
@@ -86,6 +86,7 @@ export const LiveChatWidgetStateful = props => {
|
|
|
86
86
|
|
|
87
87
|
//Scrollbar styles
|
|
88
88
|
const scrollbarProps = Object.assign({}, defaultScrollBarProps, props === null || props === void 0 ? void 0 : props.scrollBarProps);
|
|
89
|
+
const sendBoxTextArea = props === null || props === void 0 ? void 0 : (_props$webChatContain2 = props.webChatContainerProps) === null || _props$webChatContain2 === void 0 ? void 0 : (_props$webChatContain3 = _props$webChatContain2.sendBoxTextBox) === null || _props$webChatContain3 === void 0 ? void 0 : _props$webChatContain3.textarea;
|
|
89
90
|
|
|
90
91
|
// In case the broadcast channel is already initialized elsewhere; One tab can only hold 1 instance
|
|
91
92
|
if ((props === null || props === void 0 ? void 0 : (_props$controlProps = props.controlProps) === null || _props$controlProps === void 0 ? void 0 : _props$controlProps.skipBroadcastChannelInit) !== true) {
|
|
@@ -605,8 +606,8 @@ export const LiveChatWidgetStateful = props => {
|
|
|
605
606
|
});
|
|
606
607
|
}
|
|
607
608
|
if (state.appStates.conversationState === ConversationState.InActive) {
|
|
608
|
-
var _props$
|
|
609
|
-
if ((props === null || props === void 0 ? void 0 : (_props$
|
|
609
|
+
var _props$webChatContain4, _props$webChatContain5;
|
|
610
|
+
if ((props === null || props === void 0 ? void 0 : (_props$webChatContain4 = props.webChatContainerProps) === null || _props$webChatContain4 === void 0 ? void 0 : (_props$webChatContain5 = _props$webChatContain4.renderingMiddlewareProps) === null || _props$webChatContain5 === void 0 ? void 0 : _props$webChatContain5.hideSendboxOnConversationEnd) !== false) {
|
|
610
611
|
setWebChatStyles(styles => {
|
|
611
612
|
return {
|
|
612
613
|
...styles,
|
|
@@ -650,12 +651,12 @@ export const LiveChatWidgetStateful = props => {
|
|
|
650
651
|
}
|
|
651
652
|
}, [state.appStates.unreadMessageCount]);
|
|
652
653
|
useEffect(() => {
|
|
653
|
-
var _props$
|
|
654
|
+
var _props$webChatContain6;
|
|
654
655
|
setWebChatStyles({
|
|
655
656
|
...webChatStyles,
|
|
656
|
-
...((_props$
|
|
657
|
+
...((_props$webChatContain6 = props.webChatContainerProps) === null || _props$webChatContain6 === void 0 ? void 0 : _props$webChatContain6.webChatStyles)
|
|
657
658
|
});
|
|
658
|
-
}, [(_props$
|
|
659
|
+
}, [(_props$webChatContain7 = props.webChatContainerProps) === null || _props$webChatContain7 === void 0 ? void 0 : _props$webChatContain7.webChatStyles]);
|
|
659
660
|
useEffect(() => {
|
|
660
661
|
//Confirmation pane dismissing through OK option, so proceed with end chat
|
|
661
662
|
if (state.domainStates.confirmationState === ConfirmationState.Ok) {
|
|
@@ -754,12 +755,12 @@ export const LiveChatWidgetStateful = props => {
|
|
|
754
755
|
|
|
755
756
|
// if props state gets updates we need to update the renderingMiddlewareProps in the state
|
|
756
757
|
useEffect(() => {
|
|
757
|
-
var _props$
|
|
758
|
+
var _props$webChatContain8;
|
|
758
759
|
dispatch({
|
|
759
760
|
type: LiveChatWidgetActionType.SET_RENDERING_MIDDLEWARE_PROPS,
|
|
760
|
-
payload: (_props$
|
|
761
|
+
payload: (_props$webChatContain8 = props.webChatContainerProps) === null || _props$webChatContain8 === void 0 ? void 0 : _props$webChatContain8.renderingMiddlewareProps
|
|
761
762
|
});
|
|
762
|
-
}, [(_props$
|
|
763
|
+
}, [(_props$webChatContain9 = props.webChatContainerProps) === null || _props$webChatContain9 === void 0 ? void 0 : _props$webChatContain9.renderingMiddlewareProps]);
|
|
763
764
|
useEffect(() => {
|
|
764
765
|
TelemetryHelper.logLoadingEvent(LogLevel.INFO, {
|
|
765
766
|
Event: TelemetryEvent.UXLivechatwidgetCompleted,
|
|
@@ -801,7 +802,7 @@ export const LiveChatWidgetStateful = props => {
|
|
|
801
802
|
const webChatProps = initWebChatComposer(props, state, dispatch, facadeChatSDK, endChatRelay);
|
|
802
803
|
const downloadTranscriptProps = createDownloadTranscriptProps(props.downloadTranscriptProps, {
|
|
803
804
|
...(defaultWebChatContainerStatefulProps === null || defaultWebChatContainerStatefulProps === void 0 ? void 0 : defaultWebChatContainerStatefulProps.webChatStyles),
|
|
804
|
-
...((_props$
|
|
805
|
+
...((_props$webChatContain10 = props.webChatContainerProps) === null || _props$webChatContain10 === void 0 ? void 0 : _props$webChatContain10.webChatStyles)
|
|
805
806
|
}, props.webChatContainerProps);
|
|
806
807
|
const livechatProps = {
|
|
807
808
|
...props,
|
|
@@ -859,13 +860,16 @@ export const LiveChatWidgetStateful = props => {
|
|
|
859
860
|
height: .75em;
|
|
860
861
|
margin-left: .25em;
|
|
861
862
|
}
|
|
862
|
-
|
|
863
|
+
${(sendBoxTextArea === null || sendBoxTextArea === void 0 ? void 0 : sendBoxTextArea.minHeight) && `
|
|
864
|
+
textarea.webchat__send-box-text-box__html-text-area {
|
|
865
|
+
min-height: ${sendBoxTextArea === null || sendBoxTextArea === void 0 ? void 0 : sendBoxTextArea.minHeight};
|
|
866
|
+
}`}
|
|
863
867
|
`), /*#__PURE__*/React.createElement(DraggableChatWidget, chatWidgetDraggableConfig, /*#__PURE__*/React.createElement(Composer, _extends({}, webChatProps, {
|
|
864
868
|
userID: userID,
|
|
865
869
|
styleOptions: {
|
|
866
870
|
...webChatStyles,
|
|
867
|
-
bubbleBackground: ((_props$
|
|
868
|
-
bubbleTextColor: ((_props$
|
|
871
|
+
bubbleBackground: ((_props$webChatContain11 = props.webChatContainerProps) === null || _props$webChatContain11 === void 0 ? void 0 : (_props$webChatContain12 = _props$webChatContain11.adaptiveCardStyles) === null || _props$webChatContain12 === void 0 ? void 0 : _props$webChatContain12.background) ?? defaultAdaptiveCardStyles.background,
|
|
872
|
+
bubbleTextColor: ((_props$webChatContain13 = props.webChatContainerProps) === null || _props$webChatContain13 === void 0 ? void 0 : (_props$webChatContain14 = _props$webChatContain13.adaptiveCardStyles) === null || _props$webChatContain14 === void 0 ? void 0 : _props$webChatContain14.color) ?? defaultAdaptiveCardStyles.color
|
|
869
873
|
},
|
|
870
874
|
directLine: directLine
|
|
871
875
|
}), /*#__PURE__*/React.createElement(Stack, {
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export interface ISendBox {
|
|
2
|
+
/**
|
|
3
|
+
* Target the textarea element in the send box
|
|
4
|
+
*/
|
|
5
|
+
textarea?: {
|
|
6
|
+
/**
|
|
7
|
+
* Customer can increase minHeight as a work-around to avoid bug when some languages (like Arabic, Chinese,
|
|
8
|
+
* Hebrew, etc) will show a scrollbar in the textarea element when placeholder is visible
|
|
9
|
+
*/
|
|
10
|
+
minHeight?: string;
|
|
11
|
+
};
|
|
12
|
+
}
|
package/lib/types/components/webchatcontainerstateful/interfaces/IWebChatContainerStatefulProps.d.ts
CHANGED
|
@@ -6,6 +6,7 @@ import { IWebChatProps } from "./IWebChatProps";
|
|
|
6
6
|
import { StyleOptions } from "botframework-webchat-api";
|
|
7
7
|
import { IAdaptiveCardStyles } from "./IAdaptiveCardStyles";
|
|
8
8
|
import { IBotAuthConfig } from "./IBotAuthConfig";
|
|
9
|
+
import { ISendBox } from "../../livechatwidget/interfaces/ISendBox";
|
|
9
10
|
export interface IWebChatContainerStatefulProps {
|
|
10
11
|
containerStyles?: IStyle;
|
|
11
12
|
disableNewLineMarkdownSupport?: boolean;
|
|
@@ -20,4 +21,5 @@ export interface IWebChatContainerStatefulProps {
|
|
|
20
21
|
botAuthConfig?: IBotAuthConfig;
|
|
21
22
|
hyperlinkTextOverride?: boolean;
|
|
22
23
|
adaptiveCardStyles?: IAdaptiveCardStyles;
|
|
24
|
+
sendBoxTextBox?: ISendBox;
|
|
23
25
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@microsoft/omnichannel-chat-widget",
|
|
3
|
-
"version": "1.7.7-main.
|
|
3
|
+
"version": "1.7.7-main.863787d",
|
|
4
4
|
"description": "Microsoft Omnichannel Chat Widget",
|
|
5
5
|
"main": "lib/cjs/index.js",
|
|
6
6
|
"types": "lib/types/index.d.ts",
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
"dependencies": {
|
|
79
79
|
"@azure/core-tracing": "^1.2.0",
|
|
80
80
|
"@microsoft/omnichannel-chat-components": "1.1.8",
|
|
81
|
-
"@microsoft/omnichannel-chat-sdk": "^1.10.
|
|
81
|
+
"@microsoft/omnichannel-chat-sdk": "^1.10.15",
|
|
82
82
|
"@opentelemetry/api": "^1.9.0",
|
|
83
83
|
"abort-controller-es5": "^2.0.1",
|
|
84
84
|
"dompurify": "^3.2.4",
|