Comparing version 8.6.1 to 8.7.0
@@ -180,3 +180,3 @@ 'use strict'; | ||
async count(criteria) { | ||
async count(criteria = null) { | ||
@@ -183,0 +183,0 @@ const track = { table: this.name, action: 'count', inputs: { criteria } }; |
{ | ||
"name": "penseur", | ||
"description": "Lightweight RethinkDB wrapper", | ||
"version": "8.6.1", | ||
"version": "8.7.0", | ||
"author": "Eran Hammer <eran@hammer.io> (http://hueniverse.com)", | ||
@@ -6,0 +6,0 @@ "repository": "git://github.com/hueniverse/penseur", |
Sorry, the diff of this file is not supported yet
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
73895