@mastra/playground-ui 0.0.0-workflow-timeout-issue-20260219210834 → 0.0.0-workflow-timeout-issue-20260220185702
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 +5 -5
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @mastra/playground-ui
|
|
2
2
|
|
|
3
|
-
## 0.0.0-workflow-timeout-issue-
|
|
3
|
+
## 0.0.0-workflow-timeout-issue-20260220185702
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
@@ -106,10 +106,10 @@
|
|
|
106
106
|
- Default Studio file browser to basePath when filesystem containment is disabled, preventing the browser from showing the host root directory. ([#12971](https://github.com/mastra-ai/mastra/pull/12971))
|
|
107
107
|
|
|
108
108
|
- Updated dependencies [[`7ef618f`](https://github.com/mastra-ai/mastra/commit/7ef618f3c49c27e2f6b27d7f564c557c0734325b), [`b373564`](https://github.com/mastra-ai/mastra/commit/b37356491d43b4d53067f10cb669abaf2502f218), [`b896b41`](https://github.com/mastra-ai/mastra/commit/b896b41343de7fcc14442fb40fe82d189e65bbe2), [`6415277`](https://github.com/mastra-ai/mastra/commit/6415277a438faa00db2af850ead5dee25f40c428), [`4ba40dc`](https://github.com/mastra-ai/mastra/commit/4ba40dcb6c9ef31eedbb01b6d5b8b0b3c71e5b61), [`0831bbb`](https://github.com/mastra-ai/mastra/commit/0831bbb5bc750c18e9b22b45f18687c964b70828), [`63f7eda`](https://github.com/mastra-ai/mastra/commit/63f7eda605eb3e0c8c35ee3912ffe7c999c69f69), [`a5b67a3`](https://github.com/mastra-ai/mastra/commit/a5b67a3589a74415feb663a55d1858324a2afde9), [`877b02c`](https://github.com/mastra-ai/mastra/commit/877b02cdbb15e199184c7f2b8f217be8d3ebada7), [`877b02c`](https://github.com/mastra-ai/mastra/commit/877b02cdbb15e199184c7f2b8f217be8d3ebada7), [`40f224e`](https://github.com/mastra-ai/mastra/commit/40f224ec14e9b01a36802d8c5445a547a33992a5), [`eb36bd8`](https://github.com/mastra-ai/mastra/commit/eb36bd8c52fcd6ec9674ac3b7a6412405b5983e1), [`3cbf121`](https://github.com/mastra-ai/mastra/commit/3cbf121f55418141924754a83102aade89835947)]:
|
|
109
|
-
- @mastra/core@0.0.0-workflow-timeout-issue-
|
|
110
|
-
- @mastra/client-js@0.0.0-workflow-timeout-issue-
|
|
111
|
-
- @mastra/react@0.0.0-workflow-timeout-issue-
|
|
112
|
-
- @mastra/ai-sdk@0.0.0-workflow-timeout-issue-
|
|
109
|
+
- @mastra/core@0.0.0-workflow-timeout-issue-20260220185702
|
|
110
|
+
- @mastra/client-js@0.0.0-workflow-timeout-issue-20260220185702
|
|
111
|
+
- @mastra/react@0.0.0-workflow-timeout-issue-20260220185702
|
|
112
|
+
- @mastra/ai-sdk@0.0.0-workflow-timeout-issue-20260220185702
|
|
113
113
|
|
|
114
114
|
## 10.0.0
|
|
115
115
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mastra/playground-ui",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.0.0-workflow-timeout-issue-
|
|
4
|
+
"version": "0.0.0-workflow-timeout-issue-20260220185702",
|
|
5
5
|
"description": "Mastra Playground components",
|
|
6
6
|
"main": "dist/index.umd.js",
|
|
7
7
|
"module": "dist/index.es.js",
|
|
@@ -124,11 +124,11 @@
|
|
|
124
124
|
"react": ">=19.0.0",
|
|
125
125
|
"react-dom": ">=19.0.0",
|
|
126
126
|
"tailwindcss": "^3.0.0",
|
|
127
|
-
"@mastra/
|
|
128
|
-
"@mastra/
|
|
129
|
-
"@mastra/react": "0.0.0-workflow-timeout-issue-
|
|
127
|
+
"@mastra/core": "0.0.0-workflow-timeout-issue-20260220185702",
|
|
128
|
+
"@mastra/ai-sdk": "0.0.0-workflow-timeout-issue-20260220185702",
|
|
129
|
+
"@mastra/react": "0.0.0-workflow-timeout-issue-20260220185702",
|
|
130
130
|
"@mastra/schema-compat": "1.1.0",
|
|
131
|
-
"@mastra/
|
|
131
|
+
"@mastra/client-js": "0.0.0-workflow-timeout-issue-20260220185702"
|
|
132
132
|
},
|
|
133
133
|
"devDependencies": {
|
|
134
134
|
"@storybook/addon-docs": "^9.1.16",
|
|
@@ -155,10 +155,10 @@
|
|
|
155
155
|
"vite-plugin-dts": "^4.5.4",
|
|
156
156
|
"vite-plugin-lib-inject-css": "^2.2.2",
|
|
157
157
|
"vitest": "4.0.16",
|
|
158
|
-
"@mastra/
|
|
159
|
-
"@mastra/
|
|
160
|
-
"@mastra/core": "0.0.0-workflow-timeout-issue-
|
|
161
|
-
"@mastra/react": "0.0.0-workflow-timeout-issue-
|
|
158
|
+
"@mastra/client-js": "0.0.0-workflow-timeout-issue-20260220185702",
|
|
159
|
+
"@mastra/ai-sdk": "0.0.0-workflow-timeout-issue-20260220185702",
|
|
160
|
+
"@mastra/core": "0.0.0-workflow-timeout-issue-20260220185702",
|
|
161
|
+
"@mastra/react": "0.0.0-workflow-timeout-issue-20260220185702",
|
|
162
162
|
"@mastra/schema-compat": "1.1.0"
|
|
163
163
|
},
|
|
164
164
|
"homepage": "https://mastra.ai",
|