@mastra/deployer 1.51.0-alpha.7 → 1.51.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 +8 -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/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @mastra/deployer
|
|
2
2
|
|
|
3
|
+
## 1.51.0-alpha.8
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 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)]:
|
|
8
|
+
- @mastra/core@1.51.0-alpha.8
|
|
9
|
+
- @mastra/server@1.51.0-alpha.8
|
|
10
|
+
|
|
3
11
|
## 1.51.0-alpha.7
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
package/dist/docs/SKILL.md
CHANGED
|
@@ -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.
|
|
6
|
+
version: "1.51.0-alpha.8"
|
|
7
7
|
---
|
|
8
8
|
|
|
9
9
|
## When to use
|
package/dist/server/index.cjs
CHANGED
|
@@ -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.
|
|
3479
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/hono-openapi/1.3.1/ce6c58900688fcc93c665450db9a31c9db55f3c4d38190a91fde66e0a7118f81/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
|