Comparing version 0.2.3 to 0.2.4
{ | ||
"name": "sqb", | ||
"description": "Lightweight, multi-dialect SQL query builder for JavaScript", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"author": "Panates Ltd.", | ||
@@ -33,3 +33,3 @@ "contributors": [ | ||
"peerDependencies": { | ||
"sqb-connect": "^0.0.5" | ||
"sqb-connect": "^0.0.8" | ||
}, | ||
@@ -36,0 +36,0 @@ "engines": { |
@@ -31,2 +31,3 @@ /* SQB | ||
SqlBuilder, | ||
SqlObject, | ||
@@ -33,0 +34,0 @@ Select, |
@@ -37,3 +37,3 @@ /* SQB | ||
if (config instanceof Serializer) { | ||
config.build(this, (config ? config.params : undefined) || params); | ||
return config.build(this, params); | ||
} else | ||
@@ -40,0 +40,0 @@ return Serializer.create(config).build(this, (config ? config.params : undefined) || params); |
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
1638
56276