@mastra/server 0.0.0-fix-maxSteps-modelsetting-playground-20251008194458 → 0.0.0-fix-runtimeContext-passing-chatRoute-20251008220150

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +21 -3
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,13 +1,31 @@
1
1
  # @mastra/server
2
2
 
3
- ## 0.0.0-fix-maxSteps-modelsetting-playground-20251008194458
3
+ ## 0.0.0-fix-runtimeContext-passing-chatRoute-20251008220150
4
+
5
+ ### Patch Changes
6
+
7
+ - Update peer dependencies to match core package version bump (0.21.0) ([#8626](https://github.com/mastra-ai/mastra/pull/8626))
8
+
9
+ - Updated dependencies [[`b5a66b7`](https://github.com/mastra-ai/mastra/commit/b5a66b748a14fc8b3f63b04642ddb9621fbcc9e0), [`b5a66b7`](https://github.com/mastra-ai/mastra/commit/b5a66b748a14fc8b3f63b04642ddb9621fbcc9e0)]:
10
+ - @mastra/core@0.0.0-fix-runtimeContext-passing-chatRoute-20251008220150
11
+
12
+ ## 0.20.2
13
+
14
+ ### Patch Changes
15
+
16
+ - Pass through input/output processors to the server agent endpoints ([#8546](https://github.com/mastra-ai/mastra/pull/8546))
17
+
18
+ - Updated dependencies [[`07eaf25`](https://github.com/mastra-ai/mastra/commit/07eaf25aada9e42235dbf905854de53da4d8121b), [`0d71771`](https://github.com/mastra-ai/mastra/commit/0d71771f5711164c79f8e80919bc84d6bffeb6bc), [`0d6e55e`](https://github.com/mastra-ai/mastra/commit/0d6e55ecc5a2e689cd4fc9c86525e0eb54d82372), [`68b1111`](https://github.com/mastra-ai/mastra/commit/68b11118a1303f93e9c0c157850c0751309304c5)]:
19
+ - @mastra/core@0.20.2
20
+
21
+ ## 0.20.2-alpha.1
4
22
 
5
23
  ### Patch Changes
6
24
 
7
25
  - Pass through input/output processors to the server agent endpoints ([#8546](https://github.com/mastra-ai/mastra/pull/8546))
8
26
 
9
- - Updated dependencies [[`07eaf25`](https://github.com/mastra-ai/mastra/commit/07eaf25aada9e42235dbf905854de53da4d8121b), [`0d71771`](https://github.com/mastra-ai/mastra/commit/0d71771f5711164c79f8e80919bc84d6bffeb6bc), [`0d6e55e`](https://github.com/mastra-ai/mastra/commit/0d6e55ecc5a2e689cd4fc9c86525e0eb54d82372)]:
10
- - @mastra/core@0.0.0-fix-maxSteps-modelsetting-playground-20251008194458
27
+ - Updated dependencies [[`07eaf25`](https://github.com/mastra-ai/mastra/commit/07eaf25aada9e42235dbf905854de53da4d8121b), [`68b1111`](https://github.com/mastra-ai/mastra/commit/68b11118a1303f93e9c0c157850c0751309304c5)]:
28
+ - @mastra/core@0.20.2-alpha.1
11
29
 
12
30
  ## 0.20.2-alpha.0
13
31
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/server",
3
- "version": "0.0.0-fix-maxSteps-modelsetting-playground-20251008194458",
3
+ "version": "0.0.0-fix-runtimeContext-passing-chatRoute-20251008220150",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "files": [
@@ -57,24 +57,24 @@
57
57
  "license": "Apache-2.0",
58
58
  "peerDependencies": {
59
59
  "zod": "^3.25.0 || ^4.0.0",
60
- "@mastra/core": "0.0.0-fix-maxSteps-modelsetting-playground-20251008194458"
60
+ "@mastra/core": "0.0.0-fix-runtimeContext-passing-chatRoute-20251008220150"
61
61
  },
62
62
  "devDependencies": {
63
63
  "@ai-sdk/openai": "^1.3.24",
64
64
  "@ai-sdk/openai-v5": "npm:@ai-sdk/openai@2.0.42",
65
65
  "@microsoft/api-extractor": "^7.52.8",
66
66
  "@types/node": "^20.19.0",
67
- "eslint": "^9.35.0",
67
+ "eslint": "^9.36.0",
68
68
  "superjson": "^2.2.2",
69
69
  "tsup": "^8.5.0",
70
70
  "typescript": "^5.8.3",
71
71
  "vitest": "^3.2.4",
72
72
  "zod": "^3.25.76",
73
- "@internal/lint": "0.0.0-fix-maxSteps-modelsetting-playground-20251008194458",
74
- "@internal/storage-test-utils": "0.0.43",
75
- "@mastra/core": "0.0.0-fix-maxSteps-modelsetting-playground-20251008194458",
76
- "@mastra/agent-builder": "0.0.0-fix-maxSteps-modelsetting-playground-20251008194458",
77
- "@internal/types-builder": "0.0.0-fix-maxSteps-modelsetting-playground-20251008194458"
73
+ "@internal/lint": "0.0.0-fix-runtimeContext-passing-chatRoute-20251008220150",
74
+ "@internal/storage-test-utils": "0.0.44",
75
+ "@internal/types-builder": "0.0.0-fix-runtimeContext-passing-chatRoute-20251008220150",
76
+ "@mastra/agent-builder": "0.0.0-fix-runtimeContext-passing-chatRoute-20251008220150",
77
+ "@mastra/core": "0.0.0-fix-runtimeContext-passing-chatRoute-20251008220150"
78
78
  },
79
79
  "homepage": "https://mastra.ai",
80
80
  "repository": {