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,4 +1,4 @@
1
1
  /**
2
2
  * Public API entry point for shared contexts.
3
3
  */
4
- export { ApiProvider, useHasChatSession, useStream, useThreads, useThreadState } from './providers';
4
+ export { ApiProvider, useHasChatSession, useStream, useThreadState, useThreads } from './providers';
@@ -1,2 +1,2 @@
1
1
  export { ApiContext, ApiProvider } from "./ApiProvider";
2
- export { ChatProviders, useHasChatSession, useStream, useThreadState, useThreads } from "./ChatProviders";
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,