@mastra/deployer 1.33.1-alpha.1 → 1.33.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 +10 -0
- package/dist/docs/SKILL.md +1 -1
- package/dist/docs/assets/SOURCE_MAP.json +1 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# @mastra/deployer
|
|
2
2
|
|
|
3
|
+
## 1.33.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Make the playground/Studio chat runtime opt into the agent-signals streaming path (`sendSignal` + `subscribeToThread`) via the `MASTRA_AGENT_SIGNALS` environment variable. When unset (the default), Studio falls back to the existing `streamUntilIdle` route — this restores the pre-signals behavior while issues with tool approvals and dropped signal/UI messages are fixed. ([#16551](https://github.com/mastra-ai/mastra/pull/16551))
|
|
8
|
+
|
|
9
|
+
- Updated dependencies [[`6ba46dc`](https://github.com/mastra-ai/mastra/commit/6ba46dc1ac04af635d0f59377d7384ca6af44cd1), [`3e63fca`](https://github.com/mastra-ai/mastra/commit/3e63fca7aa41269b2a9518effdd09b8ab8f1ff04), [`bc386e0`](https://github.com/mastra-ai/mastra/commit/bc386e08249dd30f3e66cf59de0c151a8dc26afb), [`27739d6`](https://github.com/mastra-ai/mastra/commit/27739d62a837256675295dfaf4f2dd128c1c50c9)]:
|
|
10
|
+
- @mastra/core@1.33.1
|
|
11
|
+
- @mastra/server@1.33.1
|
|
12
|
+
|
|
3
13
|
## 1.33.1-alpha.1
|
|
4
14
|
|
|
5
15
|
### Patch Changes
|
package/dist/docs/SKILL.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mastra/deployer",
|
|
3
|
-
"version": "1.33.1
|
|
3
|
+
"version": "1.33.1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
@@ -112,7 +112,7 @@
|
|
|
112
112
|
"tinyglobby": "^0.2.16",
|
|
113
113
|
"typescript-paths": "^1.5.2",
|
|
114
114
|
"ws": "^8.20.0",
|
|
115
|
-
"@mastra/server": "1.33.1
|
|
115
|
+
"@mastra/server": "1.33.1"
|
|
116
116
|
},
|
|
117
117
|
"devDependencies": {
|
|
118
118
|
"@hono/node-server": "^1.19.11",
|
|
@@ -132,13 +132,13 @@
|
|
|
132
132
|
"typescript": "^6.0.3",
|
|
133
133
|
"vitest": "4.1.5",
|
|
134
134
|
"zod": "^4.3.6",
|
|
135
|
-
"@internal/
|
|
135
|
+
"@internal/lint": "0.0.94",
|
|
136
|
+
"@internal/types-builder": "0.0.69",
|
|
136
137
|
"@mastra/agent-browser": "0.2.2",
|
|
137
|
-
"@
|
|
138
|
-
"@mastra/
|
|
139
|
-
"@mastra/hono": "1.4.15-alpha.1",
|
|
138
|
+
"@mastra/core": "1.33.1",
|
|
139
|
+
"@mastra/hono": "1.4.15",
|
|
140
140
|
"@mastra/mcp": "^1.7.0",
|
|
141
|
-
"@mastra/server": "1.33.1
|
|
141
|
+
"@mastra/server": "1.33.1"
|
|
142
142
|
},
|
|
143
143
|
"peerDependencies": {
|
|
144
144
|
"@mastra/core": ">=1.32.0-0 <2.0.0-0",
|