agentfootprint-lens 0.11.1 → 0.11.3

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.
@@ -4412,8 +4412,8 @@ function useLiveTimeline() {
4412
4412
  sync();
4413
4413
  }, [recorder, sync]);
4414
4414
  return useMemo3(
4415
- () => ({ timeline, ingest, startTurn, setSystemPrompt, reset, recorder }),
4416
- [timeline, ingest, startTurn, setSystemPrompt, reset, recorder]
4415
+ () => ({ timeline, ingest, sync, startTurn, setSystemPrompt, reset, recorder }),
4416
+ [timeline, ingest, sync, startTurn, setSystemPrompt, reset, recorder]
4417
4417
  );
4418
4418
  }
4419
4419
  function runnerEventToEmit(event) {
@@ -5357,4 +5357,4 @@ export {
5357
5357
  ToolCallInspector,
5358
5358
  useLens
5359
5359
  };
5360
- //# sourceMappingURL=chunk-JMPGAQXS.js.map
5360
+ //# sourceMappingURL=chunk-NGBNONU5.js.map