viewmodel
Advanced tools
Comparing version 1.10.9 to 1.10.10
@@ -150,3 +150,2 @@ var util = require('util'), | ||
if (!vm.actionOnCommit) return callback(new Error()); | ||
var objDescriptor = { | ||
@@ -217,3 +216,4 @@ HashKey: vm.id, | ||
if (collections.indexOf(self.collectionName) >= 0) { | ||
return callback(null); | ||
if (callback) callback(null); | ||
return; | ||
} | ||
@@ -220,0 +220,0 @@ |
{ | ||
"author": "adrai", | ||
"name": "viewmodel", | ||
"version": "1.10.9", | ||
"version": "1.10.10", | ||
"private": false, | ||
@@ -6,0 +6,0 @@ "main": "index.js", |
@@ -1,2 +0,2 @@ | ||
## [v1.10.9](https://github.com/adrai/node-viewmodel/compare/v1.10.8...v1.10.9) | ||
## [v1.10.10](https://github.com/adrai/node-viewmodel/compare/v1.10.8...v1.10.10) | ||
- Increase DynamoDB performance [#66](https://github.com/adrai/node-viewmodel/pull/66) thanks to [Peter Schramm](https://github.com/Glockenbeat) | ||
@@ -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
145110
20
3865