@malloydata/db-bigquery 0.0.6-221108171856 → 0.0.6-221108230146

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.
@@ -380,7 +380,7 @@ class BigQueryConnection {
380
380
  structDef.fields.push({
381
381
  name,
382
382
  type: "string",
383
- e: [`BigQuery type "${type}" not supported by Malloy`],
383
+ e: [`'BigQuery type "${type}" not supported by Malloy'`],
384
384
  });
385
385
  }
386
386
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@malloydata/db-bigquery",
3
- "version": "0.0.6-221108171856",
3
+ "version": "0.0.6-221108230146",
4
4
  "license": "GPL-2.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -20,7 +20,7 @@
20
20
  "dependencies": {
21
21
  "@google-cloud/bigquery": "^5.5.0",
22
22
  "@google-cloud/common": "^3.6.0",
23
- "@malloydata/malloy": "^0.0.5",
23
+ "@malloydata/malloy": "0.0.6",
24
24
  "gaxios": "^4.2.0"
25
25
  }
26
26
  }