@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 +16 -0
- package/dist/docs/SKILL.md +1 -1
- package/dist/docs/assets/SOURCE_MAP.json +1 -1
- package/dist/server/index.cjs +5 -1
- package/dist/server/index.cjs.map +1 -1
- package/dist/server/index.js +5 -1
- package/dist/server/index.js.map +1 -1
- package/package.json +11 -11
package/dist/server/index.js
CHANGED
|
@@ -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.
|
|
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
|