@sqlanvil/cli 1.1.0 → 1.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundle.js +1 -1
- package/package.json +1 -1
package/bundle.js
CHANGED
|
@@ -38608,7 +38608,7 @@ function collectEvaluationQueries(queryOrAction, concatenate, queryModifier = (q
|
|
|
38608
38608
|
.filter(validationQuery => !!validationQuery.query);
|
|
38609
38609
|
}
|
|
38610
38610
|
|
|
38611
|
-
const version = "1.1.
|
|
38611
|
+
const version = "1.1.1";
|
|
38612
38612
|
const dataformVersion = "3.0.59";
|
|
38613
38613
|
|
|
38614
38614
|
async function build(compiledGraph, runConfig, dbadapter) {
|