@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.
Files changed (2) hide show
  1. package/bundle.js +1 -1
  2. 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.2";
38009
+ const version = "1.0.3";
38010
38010
  const dataformVersion = "3.0.59";
38011
38011
 
38012
38012
  async function build(compiledGraph, runConfig, dbadapter) {
package/package.json CHANGED
@@ -61,7 +61,7 @@
61
61
  "bin": {
62
62
  "sqlanvil": "bundle.js"
63
63
  },
64
- "version": "1.0.2",
64
+ "version": "1.0.3",
65
65
  "name": "@sqlanvil/cli",
66
66
  "description": "sqlanvil command line interface.",
67
67
  "main": "bundle.js"