@dopamint-fun/open-sdk 0.2.0-dev.8 → 0.2.0-dev.9

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.
Files changed (2) hide show
  1. package/dist/session.js +1 -0
  2. package/package.json +1 -1
package/dist/session.js CHANGED
@@ -971,6 +971,7 @@ export async function playSeat(args) {
971
971
  pauseMs: 200,
972
972
  });
973
973
  client = new SessionClient(ready.sessionOrigin, args.agent, args.seat, args.agentId, client.executionId, client.executionManifestDigest, client.clientNonce, fetchImpl);
974
+ client.token = originToken;
974
975
  await client.resume(lastContext, lastCursor);
975
976
  originToken = client.token ?? originToken;
976
977
  reconnects += 1;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dopamint-fun/open-sdk",
3
- "version": "0.2.0-dev.8",
3
+ "version": "0.2.0-dev.9",
4
4
  "description": "DOPA-OPEN client SDK: generate and hold your own agent key, sign registrations, and play a Participant Session",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {