@mastra/playground-ui 19.0.0 → 19.0.1-alpha.1

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/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # @mastra/playground-ui
2
2
 
3
+ ## 19.0.1-alpha.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Added DuckDB to supported observability storage types for metrics dashboard. Unhid ModelCostKpiCard. Updated empty state description to reflect DuckDB and ClickHouse support status. ([#14670](https://github.com/mastra-ai/mastra/pull/14670))
8
+
9
+ - Updated dependencies [[`7302e5c`](https://github.com/mastra-ai/mastra/commit/7302e5ce0f52d769d3d63fb0faa8a7d4089cda6d)]:
10
+ - @mastra/core@1.16.1-alpha.1
11
+ - @mastra/ai-sdk@1.2.1
12
+ - @mastra/client-js@1.10.1-alpha.1
13
+ - @mastra/react@0.2.18-alpha.1
14
+
15
+ ## 19.0.1-alpha.0
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies [[`dc514a8`](https://github.com/mastra-ai/mastra/commit/dc514a83dba5f719172dddfd2c7b858e4943d067)]:
20
+ - @mastra/core@1.16.1-alpha.0
21
+ - @mastra/client-js@1.10.1-alpha.0
22
+ - @mastra/ai-sdk@1.2.1
23
+ - @mastra/react@0.2.18-alpha.0
24
+
3
25
  ## 19.0.0
4
26
 
5
27
  ### Minor Changes
package/dist/index.cjs.js CHANGED
@@ -41997,7 +41997,7 @@ function MetricsFlexGrid({ children, className }) {
41997
41997
 
41998
41998
  const ANALYTICS_OBSERVABILITY_TYPES = /* @__PURE__ */ new Set([
41999
41999
  // 'ObservabilityStorageClickhouse',
42000
- // 'ObservabilityStorageDuckDB',
42000
+ "ObservabilityStorageDuckDB",
42001
42001
  "ObservabilityInMemory"
42002
42002
  ]);
42003
42003
  function MetricsDashboard() {
@@ -42014,7 +42014,7 @@ function MetricsDashboard() {
42014
42014
  {
42015
42015
  iconSlot: /* @__PURE__ */ jsxRuntime.jsx(lucideReact.CircleSlashIcon, {}),
42016
42016
  titleSlot: "Metrics are not available with your current storage",
42017
- descriptionSlot: "Metrics currently require in-memory storage for observability. ClickHouse and DuckDB support is coming soon. Relational databases (PostgreSQL, LibSQL) do not support metrics collection. To enable metrics on an existing project, switch the observability storage in the Mastra configuration.",
42017
+ descriptionSlot: "Metrics require DuckDB or in-memory storage for observability. ClickHouse support is coming soon. Relational databases (PostgreSQL, LibSQL) do not support metrics collection. To enable metrics on an existing project, switch the observability storage in the Mastra configuration.",
42018
42018
  actionSlot: /* @__PURE__ */ jsxRuntime.jsxs(
42019
42019
  Button,
42020
42020
  {