@malloydata/malloy 0.0.265-dev250416031350 → 0.0.265-dev250416204239

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/dist/api/util.js +1 -0
  2. package/package.json +4 -4
package/dist/api/util.js CHANGED
@@ -209,6 +209,7 @@ function wrapResult(result) {
209
209
  connection_name: result.connectionName,
210
210
  annotations: annotations.length > 0 ? annotations : undefined,
211
211
  query_timezone: result.data.field.queryTimezone,
212
+ sql: result.sql,
212
213
  };
213
214
  }
214
215
  exports.wrapResult = wrapResult;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@malloydata/malloy",
3
- "version": "0.0.265-dev250416031350",
3
+ "version": "0.0.265-dev250416204239",
4
4
  "license": "MIT",
5
5
  "exports": {
6
6
  ".": "./dist/index.js",
@@ -41,9 +41,9 @@
41
41
  "generate-version-file": "VERSION=$(npm pkg get version --workspaces=false | tr -d \\\")\necho \"// generated with 'generate-version-file' script; do not edit manually\\nexport const MALLOY_VERSION = '$VERSION';\" > src/version.ts"
42
42
  },
43
43
  "dependencies": {
44
- "@malloydata/malloy-filter": "^0.0.265-dev250416031350",
45
- "@malloydata/malloy-interfaces": "^0.0.265-dev250416031350",
46
- "@malloydata/malloy-tag": "^0.0.265-dev250416031350",
44
+ "@malloydata/malloy-filter": "^0.0.265-dev250416204239",
45
+ "@malloydata/malloy-interfaces": "^0.0.265-dev250416204239",
46
+ "@malloydata/malloy-tag": "^0.0.265-dev250416204239",
47
47
  "antlr4ts": "^0.5.0-alpha.4",
48
48
  "assert": "^2.0.0",
49
49
  "jaro-winkler": "^0.2.8",