cqrs-eventstore
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -42,3 +42,3 @@ "use strict" | ||
}).then(obj => { | ||
let aggregate = this.aggregate.create(id) | ||
let aggregate = new this.aggregate(id) | ||
if (obj.snapshot) | ||
@@ -45,0 +45,0 @@ aggregate.applySnapshot(serializer.deserialize(obj.snapshot.payload)) |
{ | ||
"name": "cqrs-eventstore", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "CQRS and Event Sourcing for Node.js 4+, supporting snapshots, built-in cache, hooks and payload compression", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
26572