@mastra/playground-ui 7.0.0-beta.26 → 7.0.0-beta.27
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 +9 -0
- package/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +1 -1
- package/dist/index.es.js.map +1 -1
- package/package.json +9 -9
package/dist/index.es.js
CHANGED
|
@@ -17800,7 +17800,7 @@ const EmptyProcessorsTable = () => /* @__PURE__ */ jsx("div", { className: "flex
|
|
|
17800
17800
|
className: "w-full",
|
|
17801
17801
|
variant: "light",
|
|
17802
17802
|
as: "a",
|
|
17803
|
-
href: "https://mastra.ai/
|
|
17803
|
+
href: "https://mastra.ai/docs/agents/processors",
|
|
17804
17804
|
target: "_blank",
|
|
17805
17805
|
children: [
|
|
17806
17806
|
/* @__PURE__ */ jsx(Icon, { children: /* @__PURE__ */ jsx(Cpu, {}) }),
|