@semiont/event-sourcing 0.2.35-build.99 → 0.2.35
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.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ResourceId, components, ResourceAnnotations, Logger,
|
|
1
|
+
import { ResourceId, components, ResourceAnnotations, Logger, AnnotationId, AnnotationUri, ResourceUri, ResourceEvent, StoredEvent, EventQuery as EventQuery$1, EventBus as EventBus$1 } from '@semiont/core';
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
4
|
* View Storage - Materialized Views
|
package/package.json
CHANGED