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.
- package/dist/{chunk-JMPGAQXS.js → chunk-NGBNONU5.js} +3 -3
- package/dist/{chunk-JMPGAQXS.js.map → chunk-NGBNONU5.js.map} +1 -1
- package/dist/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/react.cjs +2 -2
- package/dist/react.cjs.map +1 -1
- package/dist/react.d.cts +9 -0
- package/dist/react.d.ts +9 -0
- package/dist/react.js +1 -1
- package/package.json +1 -1
|
@@ -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-
|
|
5360
|
+
//# sourceMappingURL=chunk-NGBNONU5.js.map
|