@semiont/event-sourcing 0.4.22 → 0.5.1

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -18,7 +18,7 @@ appendEvent(event, options?)
18
18
 
19
19
  options.correlationId threads a command correlation id into event metadata,
20
20
  enabling clients to match command-result events back to the POST that
21
- initiated them. See docs/architecture/STREAMS.md.
21
+ initiated them. See docs/protocol/EVENT-BUS.md.
22
22
  ```
23
23
 
24
24
  The **EventStore** is the single write path. It coordinates three concerns:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@semiont/event-sourcing",
3
- "version": "0.4.22",
3
+ "version": "0.5.1",
4
4
  "description": "Event sourcing infrastructure for Semiont - EventLog, EventBus, and ViewManager",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",