@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.
Files changed (2) hide show
  1. package/bundle.js +1 -1
  2. 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.0";
38611
+ const version = "1.1.1";
38612
38612
  const dataformVersion = "3.0.59";
38613
38613
 
38614
38614
  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.1.0",
64
+ "version": "1.1.1",
65
65
  "name": "@sqlanvil/cli",
66
66
  "description": "sqlanvil command line interface.",
67
67
  "main": "bundle.js"