@superset-ui/query
Advanced tools
Comparing version 0.12.12 to 0.12.13
@@ -6,7 +6,3 @@ import buildQueryObject from './buildQueryObject'; | ||
export default function buildQueryContext(formData, buildQuery) { | ||
if (buildQuery === void 0) { | ||
buildQuery = WRAP_IN_ARRAY; | ||
} | ||
export default function buildQueryContext(formData, buildQuery = WRAP_IN_ARRAY) { | ||
return { | ||
@@ -13,0 +9,0 @@ datasource: new DatasourceKey(formData.datasource).toObject(), |
@@ -14,7 +14,3 @@ "use strict"; | ||
function buildQueryContext(formData, buildQuery) { | ||
if (buildQuery === void 0) { | ||
buildQuery = WRAP_IN_ARRAY; | ||
} | ||
function buildQueryContext(formData, buildQuery = WRAP_IN_ARRAY) { | ||
return { | ||
@@ -21,0 +17,0 @@ datasource: new _DatasourceKey.default(formData.datasource).toObject(), |
{ | ||
"name": "@superset-ui/query", | ||
"version": "0.12.12", | ||
"version": "0.12.13", | ||
"description": "Superset UI query", | ||
@@ -28,3 +28,3 @@ "sideEffects": false, | ||
}, | ||
"gitHead": "6854fd7cfbfde1df2702c2579a71989eefccd721" | ||
"gitHead": "308f2abebca860cdabd1b3138b4237c81ef3296d" | ||
} |
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
61435
1048