@malloydata/malloy 0.0.166 → 0.0.167

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/malloy.js +1 -0
  2. package/package.json +1 -1
package/dist/malloy.js CHANGED
@@ -1927,6 +1927,7 @@ class ModelMaterializer extends FluentState {
1927
1927
  parse,
1928
1928
  model,
1929
1929
  refreshSchemaCache: options === null || options === void 0 ? void 0 : options.refreshSchemaCache,
1930
+ noThrowOnError: options === null || options === void 0 ? void 0 : options.noThrowOnError,
1930
1931
  });
1931
1932
  return queryModel;
1932
1933
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@malloydata/malloy",
3
- "version": "0.0.166",
3
+ "version": "0.0.167",
4
4
  "license": "MIT",
5
5
  "exports": {
6
6
  ".": "./dist/index.js",