Comparing version 2.0.0 to 2.0.1
@@ -156,3 +156,3 @@ 'use strict'; | ||
if (typeof value === 'string') { | ||
if (Object.prototype.toString.call(value) !== '[object Object]') { | ||
value = { $eq: value }; | ||
@@ -159,0 +159,0 @@ } |
{ | ||
"name": "lawson", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Database agnostic ODM", | ||
@@ -52,3 +52,3 @@ "license": "MIT", | ||
"babel-preset-stage-3": "^6.3.13", | ||
"nosqwal-memory": "^0.4.4", | ||
"nosqwal-memory": "^0.4.9", | ||
"rimraf": "^2.5.4", | ||
@@ -55,0 +55,0 @@ "xo": "^0.16.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
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
16028