Comparing version 3.7.6 to 3.7.7
@@ -111,2 +111,4 @@ /* eslint-disable */ | ||
__serialize /* istanbul ignore next : This is an abstract method */(ctx, o) { | ||
if (o.value === '()') | ||
return ''; | ||
return (Array.isArray(o.expression) ? | ||
@@ -113,0 +115,0 @@ '(' + o.expression.join(',') + ')' : o.expression) + |
{ | ||
"name": "sqb", | ||
"description": "Extensible, multi-dialect SQL query builder and Database connection framework for JavaScript", | ||
"version": "3.7.6", | ||
"version": "3.7.7", | ||
"author": "Panates Ltd.", | ||
@@ -28,3 +28,3 @@ "contributors": [ | ||
"errorex": "^2.3.0", | ||
"lightning-pool": "^2.0.9", | ||
"lightning-pool": "^2.0.10", | ||
"putil-flattentext": "^2.0.0", | ||
@@ -39,6 +39,6 @@ "putil-isplainobject": "^1.0.1", | ||
"babel-eslint": "^10.0.1", | ||
"eslint": "^5.15.3", | ||
"eslint": "^5.16.0", | ||
"eslint-config-google": "^0.12.0", | ||
"mocha": "^6.0.2", | ||
"nyc": "^13.3.0" | ||
"mocha": "^6.1.4", | ||
"nyc": "^14.0.0" | ||
}, | ||
@@ -45,0 +45,0 @@ "engines": { |
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
121424
4470
Updatedlightning-pool@^2.0.10