event-store-adapter-js 2.0.24 → 2.0.25-snapshot.2

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 +4 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -104,6 +104,10 @@ expect(userAccount3.version).toEqual(2);
104
104
 
105
105
  See [docs/DATABASE_SCHEMA.md](docs/DATABASE_SCHEMA.md).
106
106
 
107
+ ## CQRS/Event Sourcing Example
108
+
109
+ See [j5ik2o/cqrs-es-example-js](https://github.com/j5ik2o/cqrs-es-example-js).
110
+
107
111
  ## License.
108
112
 
109
113
  MIT License. See [LICENSE](LICENSE) for details.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "event-store-adapter-js",
3
- "version": "2.0.24",
3
+ "version": "2.0.25-snapshot.2",
4
4
  "description": "This library is designed to turn DynamoDB into an Event Store for Event Sourcing.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",