Comparing version 8.12.1 to 8.12.2
@@ -519,3 +519,3 @@ 'use strict'; | ||
const settings = { | ||
squash: options.squash || true, | ||
squash: options.squash === undefined ? true : options.squash, | ||
includeTypes: true, | ||
@@ -522,0 +522,0 @@ includeStates: false, |
{ | ||
"name": "penseur", | ||
"description": "Lightweight RethinkDB wrapper", | ||
"version": "8.12.1", | ||
"version": "8.12.2", | ||
"repository": "git://github.com/hueniverse/penseur", | ||
@@ -6,0 +6,0 @@ "main": "lib/index.js", |
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
77009