@chatsystem/client 1.1.3 → 1.1.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.js +6998 -7451
- package/package.json +1 -1
- package/tsconfig.tsbuildinfo +1 -1
package/package.json
CHANGED
package/tsconfig.tsbuildinfo
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"root":["./src/App.tsx","./src/main.tsx","./src/vite-env.d.ts","./src/components/BaseComponents/Button/Button.tsx","./src/components/BaseComponents/Chatbox/Chatbox.consts.ts","./src/components/BaseComponents/Chatbox/Chatbox.func.ts","./src/components/BaseComponents/Chatbox/Chatbox.tsx","./src/components/BaseComponents/Chatbox/Chatline.tsx","./src/components/BaseComponents/Chatbox/chatbot.hooks.ts","./src/components/BaseComponents/Chatbox/types.chatbox.ts","./src/components/BaseComponents/Chatbox/Console/console.const.ts","./src/components/BaseComponents/Chatbox/Console/console.func.ts","./src/components/BaseComponents/Chatbox/LoadingPart/LoadingPart.hooks.ts","./src/components/BaseComponents/Chatbox/LoadingPart/LoadingPart.tsx","./src/components/BaseComponents/Loaders/CircleLoader/CircleLoader.tsx","./src/components/BaseComponents/Textarea/ArrowButton.tsx","./src/components/BaseComponents/Textarea/Textarea.tsx","./src/components/ChatDisplay/types.ts","./src/components/ChatDisplay/Bubble/Bubble.tsx","./src/components/ChatDisplay/Widget/Widget.tsx","./src/components/ChatDisplay/Widget/WidgetContainer.tsx","./src/components/Context/ContextWrapper/ContextWrapper.tsx","./src/config/env.ts","./src/contexts/appCurrentLang.context.ts","./src/modules/common/api.service.ts","./src/modules/common/stream/StreamHandler.ts","./src/modules/common/stream/types.ts","./src/modules/i18n/i18n.consts.ts","./src/modules/i18n/i18n.func.ts","./src/modules/i18n/i18n.hooks.ts","./src/modules/i18n/i18n.service.ts","./src/modules/i18n/components/IntlLangWrapper.tsx","./src/modules/i18n/translations/en-US.ts","./src/modules/i18n/translations/fr-FR.ts","./src/modules/i18n/types/i18n.types.ts","./tailwind.config.ts","./vite.config.ts"],"version":"5.6.3"}
|
|
1
|
+
{"root":["./src/App.tsx","./src/main.tsx","./src/vite-env.d.ts","./src/components/BaseComponents/Button/Button.tsx","./src/components/BaseComponents/Chatbox/Chatbox.consts.ts","./src/components/BaseComponents/Chatbox/Chatbox.func.ts","./src/components/BaseComponents/Chatbox/Chatbox.tsx","./src/components/BaseComponents/Chatbox/Chatline.tsx","./src/components/BaseComponents/Chatbox/chatbot.hooks.ts","./src/components/BaseComponents/Chatbox/types.chatbox.ts","./src/components/BaseComponents/Chatbox/Console/console.const.ts","./src/components/BaseComponents/Chatbox/Console/console.func.ts","./src/components/BaseComponents/Chatbox/LoadingPart/LoadingPart.hooks.ts","./src/components/BaseComponents/Chatbox/LoadingPart/LoadingPart.tsx","./src/components/BaseComponents/Loaders/CircleLoader/CircleLoader.tsx","./src/components/BaseComponents/Textarea/ArrowButton.tsx","./src/components/BaseComponents/Textarea/StopButton.tsx","./src/components/BaseComponents/Textarea/Textarea.tsx","./src/components/ChatDisplay/types.ts","./src/components/ChatDisplay/Bubble/Bubble.tsx","./src/components/ChatDisplay/Widget/Widget.tsx","./src/components/ChatDisplay/Widget/WidgetContainer.tsx","./src/components/Context/ContextWrapper/ContextWrapper.tsx","./src/config/env.ts","./src/contexts/appCurrentLang.context.ts","./src/modules/common/api.service.ts","./src/modules/common/stream/StreamHandler.ts","./src/modules/common/stream/types.ts","./src/modules/i18n/i18n.consts.ts","./src/modules/i18n/i18n.func.ts","./src/modules/i18n/i18n.hooks.ts","./src/modules/i18n/i18n.service.ts","./src/modules/i18n/components/IntlLangWrapper.tsx","./src/modules/i18n/translations/en-US.ts","./src/modules/i18n/translations/fr-FR.ts","./src/modules/i18n/types/i18n.types.ts","./tailwind.config.ts","./vite.config.ts"],"version":"5.6.3"}
|