@mastra/deployer 0.21.0-alpha.1 → 0.21.0-alpha.2
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 +8 -0
- package/dist/server/handlers/a2a.d.ts +1 -1
- package/dist/server/handlers/routes/agents/handlers.d.ts +4 -4
- package/dist/server/handlers/routes/scores/handlers.d.ts +111 -111
- package/dist/server/index.cjs +1 -1
- package/dist/server/index.cjs.map +1 -1
- package/dist/server/index.js +1 -1
- package/dist/server/index.js.map +1 -1
- package/package.json +5 -5
package/dist/server/index.js
CHANGED
|
@@ -828,7 +828,7 @@ var middleware = (options) => async (c2) => {
|
|
|
828
828
|
);
|
|
829
829
|
};
|
|
830
830
|
|
|
831
|
-
// ../../node_modules/.pnpm/hono-openapi@0.4.8_hono@4.9.
|
|
831
|
+
// ../../node_modules/.pnpm/hono-openapi@0.4.8_hono@4.9.7_openapi-types@12.1.3_zod@3.25.76/node_modules/hono-openapi/utils.js
|
|
832
832
|
var e = Symbol("openapi");
|
|
833
833
|
var n = ["GET", "PUT", "POST", "DELETE", "OPTIONS", "HEAD", "PATCH", "TRACE"];
|
|
834
834
|
var s2 = (e2) => e2.charAt(0).toUpperCase() + e2.slice(1);
|