@sqlanvil/cli 1.0.2 → 1.0.3
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
|
@@ -38006,7 +38006,7 @@ function collectEvaluationQueries(queryOrAction, concatenate, queryModifier = (q
|
|
|
38006
38006
|
.filter(validationQuery => !!validationQuery.query);
|
|
38007
38007
|
}
|
|
38008
38008
|
|
|
38009
|
-
const version = "1.0.
|
|
38009
|
+
const version = "1.0.3";
|
|
38010
38010
|
const dataformVersion = "3.0.59";
|
|
38011
38011
|
|
|
38012
38012
|
async function build(compiledGraph, runConfig, dbadapter) {
|