@mastra/server 1.58.0-alpha.13 → 1.58.0-alpha.14
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 +7 -0
- package/dist/{dist-CzzxT_L5.js → dist-7r8jzEWH.js} +11 -11
- package/dist/dist-7r8jzEWH.js.map +1 -0
- package/dist/{dist-TkFPtpuy.cjs → dist-DEgLyP8h.cjs} +11 -11
- package/dist/dist-DEgLyP8h.cjs.map +1 -0
- package/dist/docs/SKILL.md +1 -1
- package/dist/docs/assets/SOURCE_MAP.json +1 -1
- package/dist/server/handlers/agent-builder.cjs +1 -1
- package/dist/server/handlers/agent-builder.js +1 -1
- package/package.json +4 -4
- package/dist/dist-CzzxT_L5.js.map +0 -1
- package/dist/dist-TkFPtpuy.cjs.map +0 -1
package/dist/docs/SKILL.md
CHANGED
|
@@ -3,7 +3,7 @@ name: mastra-server
|
|
|
3
3
|
description: Documentation for @mastra/server. Use when working with @mastra/server APIs, configuration, or implementation.
|
|
4
4
|
metadata:
|
|
5
5
|
package: "@mastra/server"
|
|
6
|
-
version: "1.58.0-alpha.
|
|
6
|
+
version: "1.58.0-alpha.14"
|
|
7
7
|
---
|
|
8
8
|
|
|
9
9
|
## When to use
|
|
@@ -30,7 +30,7 @@ var agent_builder_exports = /* @__PURE__ */ require_rolldown_runtime.__exportAll
|
|
|
30
30
|
});
|
|
31
31
|
let agentBuilderWorkflowsPromise;
|
|
32
32
|
async function loadAgentBuilderWorkflows() {
|
|
33
|
-
agentBuilderWorkflowsPromise ??= Promise.resolve().then(() => require("../../dist-
|
|
33
|
+
agentBuilderWorkflowsPromise ??= Promise.resolve().then(() => require("../../dist-DEgLyP8h.cjs")).then((mod) => mod.agentBuilderWorkflows);
|
|
34
34
|
return agentBuilderWorkflowsPromise;
|
|
35
35
|
}
|
|
36
36
|
async function registerAgentBuilderWorkflows(mastra) {
|
|
@@ -29,7 +29,7 @@ var agent_builder_exports = /* @__PURE__ */ __exportAll({
|
|
|
29
29
|
});
|
|
30
30
|
let agentBuilderWorkflowsPromise;
|
|
31
31
|
async function loadAgentBuilderWorkflows() {
|
|
32
|
-
agentBuilderWorkflowsPromise ??= import("../../dist-
|
|
32
|
+
agentBuilderWorkflowsPromise ??= import("../../dist-7r8jzEWH.js").then((mod) => mod.agentBuilderWorkflows);
|
|
33
33
|
return agentBuilderWorkflowsPromise;
|
|
34
34
|
}
|
|
35
35
|
async function registerAgentBuilderWorkflows(mastra) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mastra/server",
|
|
3
|
-
"version": "1.58.0-alpha.
|
|
3
|
+
"version": "1.58.0-alpha.14",
|
|
4
4
|
"description": "",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
@@ -117,13 +117,13 @@
|
|
|
117
117
|
"zod": "^4.4.3",
|
|
118
118
|
"zod-to-ts": "^2.1.0",
|
|
119
119
|
"@internal/core": "0.1.2",
|
|
120
|
+
"@internal/storage-test-utils": "0.0.117",
|
|
121
|
+
"@internal/types-builder": "0.0.96",
|
|
120
122
|
"@internal/lint": "0.0.121",
|
|
121
123
|
"@internal/test-utils": "0.0.57",
|
|
122
|
-
"@internal/storage-test-utils": "0.0.117",
|
|
123
124
|
"@internal/voice": "0.0.19",
|
|
124
125
|
"@mastra/agent-builder": "1.1.11-alpha.6",
|
|
125
|
-
"@mastra/core": "1.58.0-alpha.
|
|
126
|
-
"@internal/types-builder": "0.0.96",
|
|
126
|
+
"@mastra/core": "1.58.0-alpha.14",
|
|
127
127
|
"@mastra/schema-compat": "1.3.6-alpha.3"
|
|
128
128
|
},
|
|
129
129
|
"homepage": "https://mastra.ai",
|