@mastra/deployer 1.26.0-alpha.2 → 1.26.0-alpha.8

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.8
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`1bd5104`](https://github.com/mastra-ai/mastra/commit/1bd51048b6da93507276d6623e3fd96a9e1a8944)]:
8
+ - @mastra/core@1.26.0-alpha.8
9
+ - @mastra/server@1.26.0-alpha.8
10
+
11
+ ## 1.26.0-alpha.7
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies [[`8786a61`](https://github.com/mastra-ai/mastra/commit/8786a61fa54ba265f85eeff9985ca39863d18bb6), [`8fb2405`](https://github.com/mastra-ai/mastra/commit/8fb2405138f2d208b7962ad03f121ca25bcc28c5)]:
16
+ - @mastra/core@1.26.0-alpha.7
17
+ - @mastra/server@1.26.0-alpha.7
18
+
19
+ ## 1.26.0-alpha.6
20
+
21
+ ### Patch Changes
22
+
23
+ - Updated dependencies [[`6315317`](https://github.com/mastra-ai/mastra/commit/63153175fe9a7b224e5be7c209bbebc01dd9b0d5), [`9d3b24b`](https://github.com/mastra-ai/mastra/commit/9d3b24b19407ae9c09586cf7766d38dc4dff4a69)]:
24
+ - @mastra/core@1.26.0-alpha.6
25
+ - @mastra/server@1.26.0-alpha.6
26
+
27
+ ## 1.26.0-alpha.5
28
+
29
+ ### Patch Changes
30
+
31
+ - Updated dependencies [[`92dcf02`](https://github.com/mastra-ai/mastra/commit/92dcf029294210ac91b090900c1a0555a425c57a)]:
32
+ - @mastra/core@1.26.0-alpha.5
33
+ - @mastra/server@1.26.0-alpha.5
34
+
35
+ ## 1.26.0-alpha.4
36
+
37
+ ### Patch Changes
38
+
39
+ - 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)]:
40
+ - @mastra/core@1.26.0-alpha.4
41
+ - @mastra/server@1.26.0-alpha.4
42
+
43
+ ## 1.26.0-alpha.3
44
+
45
+ ### Patch Changes
46
+
47
+ - Updated dependencies [[`fdd54cf`](https://github.com/mastra-ai/mastra/commit/fdd54cf612a9af876e9fdd85e534454f6e7dd518), [`30456b6`](https://github.com/mastra-ai/mastra/commit/30456b6b08c8fd17e109dd093b73d93b65e83bc5), [`9d11a8c`](https://github.com/mastra-ai/mastra/commit/9d11a8c1c8924eb975a245a5884d40ca1b7e0491), [`d246696`](https://github.com/mastra-ai/mastra/commit/d246696139a3144a5b21b042d41c532688e957e1), [`354f9ce`](https://github.com/mastra-ai/mastra/commit/354f9ce1ca6af2074b6a196a23f8ec30012dccca), [`e9837b5`](https://github.com/mastra-ai/mastra/commit/e9837b53699e18711b09e0ca010a4106376f2653)]:
48
+ - @mastra/core@1.26.0-alpha.3
49
+ - @mastra/server@1.26.0-alpha.3
50
+
3
51
  ## 1.26.0-alpha.2
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.2"
6
+ version: "1.26.0-alpha.8"
7
7
  ---
8
8
 
9
9
  ## When to use
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.26.0-alpha.2",
2
+ "version": "1.26.0-alpha.8",
3
3
  "package": "@mastra/deployer",
4
4
  "exports": {
5
5
  "Deps": {
@@ -3764,7 +3764,7 @@ var MastraServer = class extends serverAdapter.MastraServer {
3764
3764
  }
3765
3765
  };
3766
3766
 
3767
- // ../../node_modules/.pnpm/hono-openapi@1.3.0_@hono+standard-validator@0.2.2_@standard-schema+spec@1.1.0_hono@4.12_7583f8b2d2d3db741ec7b85bcfad020d/node_modules/hono-openapi/dist/index.js
3767
+ // ../../node_modules/.pnpm/hono-openapi@1.3.0_@hono+standard-validator@0.2.2_@standard-schema+spec@1.1.0_hono@4.12_23d1a6e84a14c62a5a52fc356707219e/node_modules/hono-openapi/dist/index.js
3768
3768
  var uniqueSymbol = /* @__PURE__ */ Symbol("openapi");
3769
3769
  function describeRoute(spec) {
3770
3770
  const middleware2 = async (_c, next) => {