Comparing version 0.6.25 to 0.6.26
@@ -637,3 +637,7 @@ var Q = require('kew') | ||
'TableName': this.name, | ||
'TableStatus': 'ACTIVE' | ||
'TableStatus': 'ACTIVE', | ||
'ProvisionedThroughput': { | ||
'ReadCapacityUnits': 1, | ||
'WriteCapacityUnits': 1 | ||
} | ||
} | ||
@@ -640,0 +644,0 @@ } |
{ | ||
"name": "dynamite", | ||
"description": "promise-based DynamoDB client", | ||
"version": "0.6.25", | ||
"version": "0.6.26", | ||
"homepage": "https://github.com/Medium/dynamite", | ||
@@ -6,0 +6,0 @@ "licenses" : [ |
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
212307
5412