@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.
@@ -3449,12 +3449,16 @@ var MastraServer = class extends MastraServer$1 {
3449
3449
  }
3450
3450
  };
3451
3451
 
3452
- // ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/hono-openapi/1.3.0/45ace4f12872d622c60648be245a42d9401745b4cfb7d3b258ed58143d85fa07/node_modules/hono-openapi/dist/index.js
3452
+ // ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/hono-openapi/1.3.1/a0af3e938145e0fe63ab6ad04133542aa3d9f05b7230ed4fc230411dabce6d87/node_modules/hono-openapi/dist/index.js
3453
3453
  var uniqueSymbol = /* @__PURE__ */ Symbol("openapi");
3454
3454
  function describeRoute(spec) {
3455
3455
  const middleware2 = async (_c, next) => {
3456
3456
  await next();
3457
3457
  };
3458
+ Object.defineProperty(middleware2, "name", {
3459
+ value: "describeRoute",
3460
+ configurable: true
3461
+ });
3458
3462
  return Object.assign(middleware2, {
3459
3463
  [uniqueSymbol]: {
3460
3464
  spec