@respan/respan-sdk 1.1.0 → 1.1.1

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.
@@ -17,6 +17,7 @@ export type SessionState = {
17
17
  startedAt: Date;
18
18
  pendingTools: Map<string, PendingToolState>;
19
19
  isRootEmitted: boolean;
20
+ prompt?: unknown;
20
21
  };
21
22
  /** Alias for cross-language consistency with Python ExporterSessionState. */
22
23
  export type ExporterSessionState = SessionState;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@respan/respan-sdk",
3
3
  "type": "module",
4
- "version": "1.1.0",
4
+ "version": "1.1.1",
5
5
  "description": "Respan typing SDK",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",