@event-driven-io/emmett 0.23.0-alpha.7 → 0.23.0-alpha.8

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.cjs CHANGED
@@ -1458,6 +1458,7 @@ var DeciderSpecification = {
1458
1458
  var WrapEventStore = (eventStore) => {
1459
1459
  const appendedEvents = /* @__PURE__ */ new Map();
1460
1460
  const wrapped = {
1461
+ ...eventStore,
1461
1462
  aggregateStream(streamName, options) {
1462
1463
  return eventStore.aggregateStream(streamName, options);
1463
1464
  },