@malloydata/malloy 0.0.164-dev240809151534 → 0.0.164-dev240812182238

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.
@@ -57,7 +57,7 @@ class HasParameter extends malloy_element_1.MalloyElement {
57
57
  };
58
58
  }
59
59
  else {
60
- this.default.log("Default value cannot have type `null` unless parameter type is also specified");
60
+ this.default.log('Default value cannot have type `null` unless parameter type is also specified');
61
61
  return {
62
62
  value: constant.value,
63
63
  name: this.name,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@malloydata/malloy",
3
- "version": "0.0.164-dev240809151534",
3
+ "version": "0.0.164-dev240812182238",
4
4
  "license": "MIT",
5
5
  "exports": {
6
6
  ".": "./dist/index.js",