teodor-new-chat-ui 4.3.408 → 4.3.410
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.
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { ApiContext, ApiProvider } from "./ApiProvider";
|
|
2
|
-
export {
|
|
2
|
+
export { useHasChatSession, useStream, useThreadState, useThreads } from "./ChatProviders";
|
package/dist/index.esm.js
CHANGED
|
@@ -19278,7 +19278,6 @@ export {
|
|
|
19278
19278
|
Jg as buildCheckpointIndex,
|
|
19279
19279
|
gI as buildCheckpointPreviewMap,
|
|
19280
19280
|
er as chatApiClient,
|
|
19281
|
-
GI as default,
|
|
19282
19281
|
mc as del,
|
|
19283
19282
|
$v as downloadFileById,
|
|
19284
19283
|
ql as extractConfigFields,
|