@mastra/deployer 1.51.0-alpha.7 → 1.51.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,21 @@
1
1
  # @mastra/deployer
2
2
 
3
+ ## 1.51.0-alpha.9
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`edce8d2`](https://github.com/mastra-ai/mastra/commit/edce8d2769f19e27a05737c627af2d765472a4f8)]:
8
+ - @mastra/core@1.51.0-alpha.9
9
+ - @mastra/server@1.51.0-alpha.9
10
+
11
+ ## 1.51.0-alpha.8
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies [[`bd6d240`](https://github.com/mastra-ai/mastra/commit/bd6d2402db93dddaef0721667e7e8a030e7c6e16), [`0111486`](https://github.com/mastra-ai/mastra/commit/01114867612593eef5cfa2fda6a1194dfedda841), [`96a3749`](https://github.com/mastra-ai/mastra/commit/96a37492235f5b8076b3e3177d83ed5a5e44a640), [`02c2bd9`](https://github.com/mastra-ai/mastra/commit/02c2bd906b145ab806287712e1796d92bfc32c2a), [`3e26c87`](https://github.com/mastra-ai/mastra/commit/3e26c87de0c5bc2583b795ce6ca5889b6b161acb), [`a5008f2`](https://github.com/mastra-ai/mastra/commit/a5008f22ae710ad9402ea9f2547d8c02f74d384b)]:
16
+ - @mastra/core@1.51.0-alpha.8
17
+ - @mastra/server@1.51.0-alpha.8
18
+
3
19
  ## 1.51.0-alpha.7
4
20
 
5
21
  ### 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.51.0-alpha.7"
6
+ version: "1.51.0-alpha.9"
7
7
  ---
8
8
 
9
9
  ## When to use
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.51.0-alpha.7",
2
+ "version": "1.51.0-alpha.9",
3
3
  "package": "@mastra/deployer",
4
4
  "exports": {
5
5
  "Deps": {
@@ -3476,12 +3476,16 @@ var MastraServer = class extends serverAdapter.MastraServer {
3476
3476
  }
3477
3477
  };
3478
3478
 
3479
- // ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/hono-openapi/1.3.0/45ace4f12872d622c60648be245a42d9401745b4cfb7d3b258ed58143d85fa07/node_modules/hono-openapi/dist/index.js
3479
+ // ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/hono-openapi/1.3.1/a0af3e938145e0fe63ab6ad04133542aa3d9f05b7230ed4fc230411dabce6d87/node_modules/hono-openapi/dist/index.js
3480
3480
  var uniqueSymbol = /* @__PURE__ */ Symbol("openapi");
3481
3481
  function describeRoute(spec) {
3482
3482
  const middleware2 = async (_c, next) => {
3483
3483
  await next();
3484
3484
  };
3485
+ Object.defineProperty(middleware2, "name", {
3486
+ value: "describeRoute",
3487
+ configurable: true
3488
+ });
3485
3489
  return Object.assign(middleware2, {
3486
3490
  [uniqueSymbol]: {
3487
3491
  spec