Comparing version 0.1.9 to 0.1.10
@@ -6,3 +6,3 @@ { | ||
"author": "David Fenster <david@dfenster.com>", | ||
"version": "0.1.9", | ||
"version": "0.1.10", | ||
"repository": { | ||
@@ -9,0 +9,0 @@ "type": "git", |
@@ -82,6 +82,6 @@ fnFlow | ||
assertGenreExistence: [Genre.assertExistence, 'getGenre'], | ||
getBooks: ['assertGenreExistence', 'getGenre', 'findBooksByAuthor', 'getAuthor'] | ||
getBooks: ['assertGenreExistence', 'getGenre.findBooksByAuthor', 'getAuthor.id'] | ||
}, function(err, results) { | ||
if(err) return console.error(err); //genre probably didn't exist. | ||
console.log('Number of books:', results.getBooks.length); | ||
console.log('Number of books:', result.getBooks.length); | ||
}); | ||
@@ -110,3 +110,3 @@ ``` | ||
assertGenreExistence: [Genre.assertExistence, 'getGenre'], | ||
getBooks: ['assertGenreExistence', 'getGenre', 'findBooksByAuthor', 'getAuthor'] | ||
getBooks: ['assertGenreExistence', 'getGenre.findBooksByAuthor', 'getAuthor.id'] | ||
}, function(err, results) { | ||
@@ -113,0 +113,0 @@ if(err) return console.error(err); //genre probably didn't exist. |
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