@mastra/server 1.63.0 → 1.63.1-alpha.1
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 +14 -0
- package/LICENSE.md +6 -4
- package/dist/{dist-Xj9TvH1A.cjs → dist-D1upRr-y.cjs} +25 -10
- package/dist/dist-D1upRr-y.cjs.map +1 -0
- package/dist/{dist-L0EogwX_.js → dist-DdX88nxf.js} +25 -10
- package/dist/dist-DdX88nxf.js.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-L0EogwX_.js.map +0 -1
- package/dist/dist-Xj9TvH1A.cjs.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-D1upRr-y.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-DdX88nxf.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.63.
|
|
3
|
+
"version": "1.63.1-alpha.1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
@@ -121,10 +121,10 @@
|
|
|
121
121
|
"@internal/lint": "0.0.127",
|
|
122
122
|
"@internal/types-builder": "0.0.102",
|
|
123
123
|
"@internal/voice": "0.0.25",
|
|
124
|
-
"@
|
|
125
|
-
"@mastra/agent-builder": "1.1.14",
|
|
124
|
+
"@mastra/agent-builder": "1.1.15-alpha.0",
|
|
126
125
|
"@mastra/schema-compat": "1.3.7",
|
|
127
|
-
"@mastra/core": "1.63.
|
|
126
|
+
"@mastra/core": "1.63.1-alpha.1",
|
|
127
|
+
"@internal/storage-test-utils": "0.0.123"
|
|
128
128
|
},
|
|
129
129
|
"homepage": "https://mastra.ai",
|
|
130
130
|
"repository": {
|