@almadar/agent 1.3.1 → 1.3.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.
@@ -181,4 +181,4 @@ declare class FirestoreCheckpointer extends BaseCheckpointSaver {
181
181
  deleteThread(threadId: string): Promise<void>;
182
182
  }
183
183
 
184
- export { FirestoreCheckpointer as F, type PersistenceMode as P, type SessionMetadata as S, type FirestoreCheckpointerOptions as a, type FirestoreDb as b, type FirestoreTimestamp as c, type Session as d, type SessionRecord as e };
184
+ export { type FirestoreDb as F, type PersistenceMode as P, type SessionMetadata as S, type SessionRecord as a, FirestoreCheckpointer as b, type FirestoreCheckpointerOptions as c, type FirestoreTimestamp as d, type Session as e };