@simfinity/constellation-client 1.0.4 → 1.0.6

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.d.cts CHANGED
@@ -215,4 +215,4 @@ declare class WebClient {
215
215
  private send;
216
216
  }
217
217
 
218
- export { type EventHandlers, type LlmType, WebClient, type WebClientConfig };
218
+ export { type EventHandlers, type LlmType, type SessionSettings, WebClient, type WebClientConfig };
package/dist/index.d.ts CHANGED
@@ -215,4 +215,4 @@ declare class WebClient {
215
215
  private send;
216
216
  }
217
217
 
218
- export { type EventHandlers, type LlmType, WebClient, type WebClientConfig };
218
+ export { type EventHandlers, type LlmType, type SessionSettings, WebClient, type WebClientConfig };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@simfinity/constellation-client",
3
- "version": "1.0.4",
3
+ "version": "1.0.6",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {