@animaapp/anima-sdk-react 0.6.3 → 0.6.4
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/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4757,7 +4757,7 @@ const yr = {
|
|
|
4757
4757
|
});
|
|
4758
4758
|
})), c.addEventListener("done", (l) => {
|
|
4759
4759
|
const y = JSON.parse(l.data);
|
|
4760
|
-
b.tokenUsage = y.payload.tokenUsage, s((m) => {
|
|
4760
|
+
b.tokenUsage = y.payload.tokenUsage, b.sessionId = y.payload.sessionId, s((m) => {
|
|
4761
4761
|
m.status = "success", m.result = b;
|
|
4762
4762
|
}), v({ result: b, error: null });
|
|
4763
4763
|
});
|