cqrs-eventdenormalizer
Advanced tools
Comparing version 1.9.16 to 1.9.17
@@ -208,3 +208,3 @@ 'use strict'; | ||
// Clone the values to be sure no reference mistakes happen! | ||
vm.attributes = vm.toJSON(); | ||
vm.attributes = _.cloneDeep(vm.attributes); | ||
this.replayingVms[vm.id] = vm; | ||
@@ -211,0 +211,0 @@ if (vm.actionOnCommit === 'delete') { |
{ | ||
"author": "adrai", | ||
"name": "cqrs-eventdenormalizer", | ||
"version": "1.9.16", | ||
"version": "1.9.17", | ||
"private": false, | ||
@@ -6,0 +6,0 @@ "main": "index.js", |
@@ -1,2 +0,2 @@ | ||
## [v1.9.16](https://github.com/adrai/node-cqrs-eventdenormalizer/compare/v1.9.15...v1.9.16) | ||
## [v1.9.17](https://github.com/adrai/node-cqrs-eventdenormalizer/compare/v1.9.15...v1.9.17) | ||
- fix a replay inmemory issue | ||
@@ -3,0 +3,0 @@ |
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
165859