@mastra/deployer 1.26.0-alpha.3 → 1.26.0-alpha.9

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,53 @@
1
1
  # @mastra/deployer
2
2
 
3
+ ## 1.26.0-alpha.9
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`16e34ca`](https://github.com/mastra-ai/mastra/commit/16e34caa98b9a114b17a6125e4e3fd87f169d0d0)]:
8
+ - @mastra/core@1.26.0-alpha.9
9
+ - @mastra/server@1.26.0-alpha.9
10
+
11
+ ## 1.26.0-alpha.8
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies [[`1bd5104`](https://github.com/mastra-ai/mastra/commit/1bd51048b6da93507276d6623e3fd96a9e1a8944)]:
16
+ - @mastra/core@1.26.0-alpha.8
17
+ - @mastra/server@1.26.0-alpha.8
18
+
19
+ ## 1.26.0-alpha.7
20
+
21
+ ### Patch Changes
22
+
23
+ - Updated dependencies [[`8786a61`](https://github.com/mastra-ai/mastra/commit/8786a61fa54ba265f85eeff9985ca39863d18bb6), [`8fb2405`](https://github.com/mastra-ai/mastra/commit/8fb2405138f2d208b7962ad03f121ca25bcc28c5)]:
24
+ - @mastra/core@1.26.0-alpha.7
25
+ - @mastra/server@1.26.0-alpha.7
26
+
27
+ ## 1.26.0-alpha.6
28
+
29
+ ### Patch Changes
30
+
31
+ - Updated dependencies [[`6315317`](https://github.com/mastra-ai/mastra/commit/63153175fe9a7b224e5be7c209bbebc01dd9b0d5), [`9d3b24b`](https://github.com/mastra-ai/mastra/commit/9d3b24b19407ae9c09586cf7766d38dc4dff4a69)]:
32
+ - @mastra/core@1.26.0-alpha.6
33
+ - @mastra/server@1.26.0-alpha.6
34
+
35
+ ## 1.26.0-alpha.5
36
+
37
+ ### Patch Changes
38
+
39
+ - Updated dependencies [[`92dcf02`](https://github.com/mastra-ai/mastra/commit/92dcf029294210ac91b090900c1a0555a425c57a)]:
40
+ - @mastra/core@1.26.0-alpha.5
41
+ - @mastra/server@1.26.0-alpha.5
42
+
43
+ ## 1.26.0-alpha.4
44
+
45
+ ### Patch Changes
46
+
47
+ - Updated dependencies [[`0474c2b`](https://github.com/mastra-ai/mastra/commit/0474c2b2e7c7e1ad8691dca031284841391ff1ef), [`f607106`](https://github.com/mastra-ai/mastra/commit/f607106854c6416c4a07d4082604b9f66d047221), [`62919a6`](https://github.com/mastra-ai/mastra/commit/62919a6ee0fbf3779ad21a97b1ec6696515d5104), [`0fd90a2`](https://github.com/mastra-ai/mastra/commit/0fd90a215caf5fca8099c15a67ca03e4427747a3)]:
48
+ - @mastra/core@1.26.0-alpha.4
49
+ - @mastra/server@1.26.0-alpha.4
50
+
3
51
  ## 1.26.0-alpha.3
4
52
 
5
53
  ### Patch Changes
@@ -3,7 +3,7 @@ name: mastra-deployer
3
3
  description: Documentation for @mastra/deployer. Use when working with @mastra/deployer APIs, configuration, or implementation.
4
4
  metadata:
5
5
  package: "@mastra/deployer"
6
- version: "1.26.0-alpha.3"
6
+ version: "1.26.0-alpha.9"
7
7
  ---
8
8
 
9
9
  ## When to use
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.26.0-alpha.3",
2
+ "version": "1.26.0-alpha.9",
3
3
  "package": "@mastra/deployer",
4
4
  "exports": {
5
5
  "Deps": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/deployer",
3
- "version": "1.26.0-alpha.3",
3
+ "version": "1.26.0-alpha.9",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "files": [
@@ -113,7 +113,7 @@
113
113
  "tinyglobby": "^0.2.16",
114
114
  "typescript-paths": "^1.5.1",
115
115
  "ws": "^8.18.0",
116
- "@mastra/server": "1.26.0-alpha.3"
116
+ "@mastra/server": "1.26.0-alpha.9"
117
117
  },
118
118
  "devDependencies": {
119
119
  "@hono/node-server": "^1.19.11",
@@ -136,10 +136,10 @@
136
136
  "@internal/lint": "0.0.83",
137
137
  "@mastra/agent-browser": "0.2.0",
138
138
  "@internal/types-builder": "0.0.58",
139
- "@mastra/hono": "1.4.5-alpha.3",
139
+ "@mastra/core": "1.26.0-alpha.9",
140
+ "@mastra/hono": "1.4.5-alpha.9",
140
141
  "@mastra/mcp": "^1.5.1-alpha.1",
141
- "@mastra/server": "1.26.0-alpha.3",
142
- "@mastra/core": "1.26.0-alpha.3"
142
+ "@mastra/server": "1.26.0-alpha.9"
143
143
  },
144
144
  "peerDependencies": {
145
145
  "@mastra/core": ">=1.0.0-0 <2.0.0-0",