@carbon/ai-chat 1.12.0-rc.0 → 1.12.0
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/es/chat.ChatAppEntry.js +1 -1
- package/dist/es/chat.ChatAppEntry.js.map +1 -1
- package/dist/es-custom/chat.ChatAppEntry.js +1 -1
- package/dist/es-custom/chat.ChatAppEntry.js.map +1 -1
- package/dist/types/aiChatEntry.d.ts +2 -2
- package/dist/types/{serverEntry-VnC1akdS.d.ts → serverEntry-CFWZAY6J.d.ts} +2 -0
- package/dist/types/serverEntry.d.ts +1 -1
- package/package.json +4 -4
|
@@ -214,7 +214,7 @@ import Toolbar from "@carbon/ai-chat-components/es/react/toolbar.js";
|
|
|
214
214
|
|
|
215
215
|
import CarbonChatButtonElement, { CHAT_BUTTON_SIZE as CHAT_BUTTON_SIZE$1, CHAT_BUTTON_KIND as CHAT_BUTTON_KIND$1 } from "@carbon/web-components/es/components/chat-button/chat-button.js";
|
|
216
216
|
|
|
217
|
-
const VERSION = "1.
|
|
217
|
+
const VERSION = "1.12.0";
|
|
218
218
|
|
|
219
219
|
function memoizeFunction(fn, isEqual) {
|
|
220
220
|
let hasResult = false;
|