langchain_agentx_stream_ui 0.6.1 → 0.6.2

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.
@@ -24,7 +24,7 @@ import {
24
24
  useSessionStatus,
25
25
  useSessionViewOptions,
26
26
  useToolDisplayOptions
27
- } from "./chunk-RYUOZTUI.js";
27
+ } from "./chunk-DJPNJBFL.js";
28
28
  import {
29
29
  createDefaultToolRegistry
30
30
  } from "./chunk-ZR37OKV6.js";
@@ -1897,4 +1897,4 @@ export {
1897
1897
  createActiveSessionBridge,
1898
1898
  MultiAgentSession
1899
1899
  };
1900
- //# sourceMappingURL=chunk-4OISGUFR.js.map
1900
+ //# sourceMappingURL=chunk-ED67MXSG.js.map
package/dist/index.js CHANGED
@@ -23,7 +23,7 @@ import {
23
23
  fixDiagramSvg,
24
24
  markEventIdSeen,
25
25
  shouldSkipDuplicateEvent
26
- } from "./chunk-4OISGUFR.js";
26
+ } from "./chunk-ED67MXSG.js";
27
27
  import {
28
28
  DefaultToolBody,
29
29
  InteractionBusContext,
@@ -119,7 +119,7 @@ import {
119
119
  useSessionStatus,
120
120
  useSessionViewOptions,
121
121
  useTimeline
122
- } from "./chunk-RYUOZTUI.js";
122
+ } from "./chunk-DJPNJBFL.js";
123
123
  import {
124
124
  AGENT_PROGRESS_GUTTER,
125
125
  AGENT_PROGRESS_INDENT,
@@ -2,13 +2,13 @@ import {
2
2
  MultiAgentSession,
3
3
  createActiveSessionBridge,
4
4
  createMultiSessionStore
5
- } from "./chunk-4OISGUFR.js";
5
+ } from "./chunk-ED67MXSG.js";
6
6
  import "./chunk-4TG4TGIL.js";
7
7
  import "./chunk-DP7V33X7.js";
8
8
  import {
9
9
  useActiveSession,
10
10
  useSessionIds
11
- } from "./chunk-RYUOZTUI.js";
11
+ } from "./chunk-DJPNJBFL.js";
12
12
  import "./chunk-ZR37OKV6.js";
13
13
  import "./chunk-4RIOBLGB.js";
14
14
  export {
package/dist/virtual.js CHANGED
@@ -5,7 +5,7 @@ import {
5
5
  SessionTimeline,
6
6
  VirtualTimeline,
7
7
  estimateNodeSize
8
- } from "./chunk-RYUOZTUI.js";
8
+ } from "./chunk-DJPNJBFL.js";
9
9
  import "./chunk-ZR37OKV6.js";
10
10
  import "./chunk-4RIOBLGB.js";
11
11
  export {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "langchain_agentx_stream_ui",
3
- "version": "0.6.1",
3
+ "version": "0.6.2",
4
4
  "description": "React session timeline component library for LangchainAgentEvent SSE streams",
5
5
  "license": "MIT",
6
6
  "author": "wugk",