Comparing version 1.1.11 to 1.1.12
@@ -49,2 +49,4 @@ 'use strict'; | ||
getValueBit(sqlValue) { | ||
if (!sqlValue) | ||
return sqlValue; | ||
if (typeof sqlValue === 'boolean') | ||
@@ -51,0 +53,0 @@ return sqlValue; |
@@ -52,3 +52,3 @@ { | ||
}, | ||
"version": "1.1.11" | ||
"version": "1.1.12" | ||
} |
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
235582
3841