@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.
package/dist/esm/index.js CHANGED
@@ -27921,7 +27921,8 @@ const atomicTypeMap = {
27921
27921
  json_type: "json",
27922
27922
  record_type: "json",
27923
27923
  sql_native_type: "sql_native",
27924
- timestamp_type: "date"
27924
+ timestamp_type: "date",
27925
+ filter_expression_type: "filter"
27925
27926
  };
27926
27927
  const fieldKindMap = {
27927
27928
  view: "purple",