bstp-agent-widget 0.2.106 → 0.2.108
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/agent-widget.js +1 -1
- package/package.json +1 -1
package/dist/agent-widget.js
CHANGED
|
@@ -34420,6 +34420,6 @@ async function AH(e, t) {
|
|
|
34420
34420
|
});
|
|
34421
34421
|
}
|
|
34422
34422
|
//#endregion
|
|
34423
|
-
export { CH as AgentChatWidget, EH as mountAgentChatWidget, AH as mountAgentChatWidgetFromEnvironment };
|
|
34423
|
+
export { CH as AgentChatWidget, pD as Logger, EH as mountAgentChatWidget, AH as mountAgentChatWidgetFromEnvironment };
|
|
34424
34424
|
|
|
34425
34425
|
//# sourceMappingURL=agent-widget.js.map
|