@malloydata/malloy-explorer 0.0.257-dev250417005958 → 0.0.264-dev250417011542

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.
@@ -27940,7 +27940,8 @@ const atomicTypeMap = {
27940
27940
  json_type: "json",
27941
27941
  record_type: "json",
27942
27942
  sql_native_type: "sql_native",
27943
- timestamp_type: "date"
27943
+ timestamp_type: "date",
27944
+ filter_expression_type: "filter"
27944
27945
  };
27945
27946
  const fieldKindMap = {
27946
27947
  view: "purple",