@mastra/server 1.56.0-alpha.2 → 1.56.0-alpha.3
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-CgHgmUmP.js → dist-CagLZOyx.js} +172 -28
- package/dist/dist-CagLZOyx.js.map +1 -0
- package/dist/{dist-3OAfymQm.cjs → dist-CdZrhr1N.cjs} +172 -28
- package/dist/dist-CdZrhr1N.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-3OAfymQm.cjs.map +0 -1
- package/dist/dist-CgHgmUmP.js.map +0 -1
package/dist/docs/SKILL.md
CHANGED
|
@@ -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-CdZrhr1N.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-CagLZOyx.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.56.0-alpha.
|
|
3
|
+
"version": "1.56.0-alpha.3",
|
|
4
4
|
"description": "",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
@@ -118,12 +118,12 @@
|
|
|
118
118
|
"zod-to-ts": "^2.1.0",
|
|
119
119
|
"@internal/core": "0.1.0",
|
|
120
120
|
"@internal/lint": "0.0.119",
|
|
121
|
-
"@internal/test-utils": "0.0.55",
|
|
122
121
|
"@internal/storage-test-utils": "0.0.115",
|
|
122
|
+
"@internal/test-utils": "0.0.55",
|
|
123
123
|
"@internal/types-builder": "0.0.94",
|
|
124
|
-
"@mastra/agent-builder": "1.1.8",
|
|
125
|
-
"@mastra/core": "1.56.0-alpha.2",
|
|
126
124
|
"@mastra/schema-compat": "1.3.4",
|
|
125
|
+
"@mastra/agent-builder": "1.1.9-alpha.0",
|
|
126
|
+
"@mastra/core": "1.56.0-alpha.3",
|
|
127
127
|
"@internal/voice": "0.0.19"
|
|
128
128
|
},
|
|
129
129
|
"homepage": "https://mastra.ai",
|