Comparing version 3.2.1 to 3.2.2
@@ -43,4 +43,4 @@ 'use strict'; | ||
vogels.createTables({ | ||
'Account' : {readCapacity: 1, writeCapacity: 1}, | ||
'GameScore' : {readCapacity: 1, writeCapacity: 1} | ||
'example-Account' : {readCapacity: 1, writeCapacity: 1}, | ||
'example-GameScore' : {readCapacity: 1, writeCapacity: 1} | ||
}, function (err) { | ||
@@ -47,0 +47,0 @@ if(err) { |
{ | ||
"name": "dynogels", | ||
"version": "3.2.1", | ||
"version": "3.2.2", | ||
"author": "Ryan Fitzgerald <ryan@codebrewstudios.com>", | ||
"contributors": [ | ||
"Clarkie <andrew.t.clarke@gmail.com> (http://clarkie.io)" | ||
], | ||
"description": "DynamoDB data mapper", | ||
@@ -10,3 +13,3 @@ "main": "index.js", | ||
}, | ||
"repository": "git://github.com/ryanfitz/vogels.git", | ||
"repository": "git://github.com/clarkie/dynogels.git", | ||
"keywords": [ | ||
@@ -13,0 +16,0 @@ "datamapper", |
@@ -93,3 +93,3 @@ # dynogels [![Build Status](https://travis-ci.org/clarkie/dynogels.png?branch=master)](https://travis-ci.org/clarkie/dynogels) | ||
### Create Tables for all defined modules | ||
### Create Tables for all defined models | ||
@@ -433,3 +433,3 @@ ```js | ||
```js | ||
Account.destroy('foo@example.com', {ReturnValues: true}, function (err, acc) { | ||
Account.destroy('foo@example.com', {ReturnValues: 'ALL_OLD'}, function (err, acc) { | ||
console.log('account deleted'); | ||
@@ -441,2 +441,3 @@ console.log('deleted account name', acc.get('name')); | ||
console.log('account deleted if the age was 22'); | ||
}); | ||
``` | ||
@@ -443,0 +444,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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
323928
1111