feat: add epoch event stream to aggregate id

This commit is contained in:
2025-08-12 05:07:16 +02:00
parent d3b08b0caa
commit 393afd58d6
16 changed files with 34 additions and 72 deletions

1
mod.ts
View File

@@ -3,7 +3,6 @@ export * from "./libraries/errors.ts";
export * from "./libraries/event.ts";
export * from "./libraries/event-factory.ts";
export * from "./libraries/event-store.ts";
export * from "./libraries/nanoid.ts";
export * from "./libraries/projector.ts";
export * from "./libraries/queue.ts";
export * from "./libraries/reducer.ts";