@mastra/server 1.45.0-alpha.0 → 1.45.0

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,16 @@
1
1
  # @mastra/server
2
2
 
3
+ ## 1.45.0
4
+
5
+ ### Minor Changes
6
+
7
+ - Random bump ([#18178](https://github.com/mastra-ai/mastra/pull/18178))
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [[`7c0d868`](https://github.com/mastra-ai/mastra/commit/7c0d868d97d0fdbc04c14d0166dbf44d4c5a4a62), [`d9d2273`](https://github.com/mastra-ai/mastra/commit/d9d2273c702690c9a26eab2aebea879701d4355a), [`b04369d`](https://github.com/mastra-ai/mastra/commit/b04369d6b167c698ef103981171a8bf92808e756), [`8f3c262`](https://github.com/mastra-ai/mastra/commit/8f3c262587b335588a02d96b17fd6aca34c885b3)]:
12
+ - @mastra/core@1.45.0
13
+
3
14
  ## 1.45.0-alpha.0
4
15
 
5
16
  ### Minor Changes
@@ -3,7 +3,7 @@ name: mastra-server
3
3
  description: Documentation for @mastra/server. Use when working with @mastra/server APIs, configuration, or implementation.
4
4
  metadata:
5
5
  package: "@mastra/server"
6
- version: "1.45.0-alpha.0"
6
+ version: "1.45.0"
7
7
  ---
8
8
 
9
9
  ## When to use
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.45.0-alpha.0",
2
+ "version": "1.45.0",
3
3
  "package": "@mastra/server",
4
4
  "exports": {},
5
5
  "modules": {}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/server",
3
- "version": "1.45.0-alpha.0",
3
+ "version": "1.45.0",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "files": [
@@ -115,15 +115,15 @@
115
115
  "vitest": "4.1.8",
116
116
  "zod": "^4.4.3",
117
117
  "zod-to-ts": "^2.1.0",
118
- "@internal/core": "0.1.0-alpha.0",
119
- "@internal/lint": "0.0.106",
118
+ "@internal/core": "0.1.0",
119
+ "@internal/lint": "0.0.107",
120
+ "@internal/storage-test-utils": "0.0.103",
121
+ "@internal/test-utils": "0.0.43",
122
+ "@internal/types-builder": "0.0.82",
120
123
  "@internal/voice": "0.0.7",
121
- "@internal/types-builder": "0.0.81",
122
- "@internal/storage-test-utils": "0.0.102",
123
- "@mastra/agent-builder": "1.1.0-alpha.0",
124
- "@mastra/core": "1.45.0-alpha.0",
125
- "@mastra/schema-compat": "1.3.0-alpha.0",
126
- "@internal/test-utils": "0.0.42"
124
+ "@mastra/agent-builder": "1.1.0",
125
+ "@mastra/core": "1.45.0",
126
+ "@mastra/schema-compat": "1.3.0"
127
127
  },
128
128
  "homepage": "https://mastra.ai",
129
129
  "repository": {