viewmodel
Advanced tools
Comparing version 1.7.3 to 1.7.4
@@ -40,3 +40,3 @@ 'use strict'; | ||
self.client = new aws.DynamoDB(self.options.endpointConf); | ||
self.documentClient = new aws.DynamoDB.DocumentClient(self.client); | ||
self.documentClient = new aws.DynamoDB.DocumentClient({ service: self.client }); | ||
self.isConnected = true; | ||
@@ -43,0 +43,0 @@ self.emit('connect'); |
{ | ||
"author": "adrai", | ||
"name": "viewmodel", | ||
"version": "1.7.3", | ||
"version": "1.7.4", | ||
"private": false, | ||
@@ -19,3 +19,3 @@ "main": "index.js", | ||
"parent-require": "1.0.0", | ||
"sift": "3.3.12", | ||
"sift": "5.0.0", | ||
"tolerance": "1.0.0", | ||
@@ -25,3 +25,3 @@ "uuid": "3.1.0" | ||
"devDependencies": { | ||
"aws-sdk": "2.94.0", | ||
"aws-sdk": "2.106.0", | ||
"azure-storage": ">=0.3.0", | ||
@@ -28,0 +28,0 @@ "cradle": ">=0.6.7", |
@@ -0,1 +1,4 @@ | ||
## [v1.7.4](https://github.com/adrai/node-viewmodel/compare/v1.7.3...v1.7.4) | ||
- fixing dynamodb DocumentClient initialization [#53](https://github.com/adrai/node-viewmodel/pull/54) thanks to [Glockenbeat](https://github.com/Glockenbeat) | ||
## [v1.7.3](https://github.com/adrai/node-viewmodel/compare/v1.7.2...v1.7.3) | ||
@@ -2,0 +5,0 @@ - move aws-sdk to dev dep |
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
133052
+ Addedsift@5.0.0(transitive)
- Removedsift@3.3.12(transitive)
Updatedsift@5.0.0