@mastra/server 1.58.0-alpha.13 → 1.58.0-alpha.15

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.
@@ -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.13"
6
+ version: "1.58.0-alpha.15"
7
7
  ---
8
8
 
9
9
  ## When to use
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.58.0-alpha.13",
2
+ "version": "1.58.0-alpha.15",
3
3
  "package": "@mastra/server",
4
4
  "exports": {},
5
5
  "modules": {}
@@ -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-TkFPtpuy.cjs")).then((mod) => mod.agentBuilderWorkflows);
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-CzzxT_L5.js").then((mod) => mod.agentBuilderWorkflows);
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.13",
3
+ "version": "1.58.0-alpha.15",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "files": [
@@ -116,14 +116,14 @@
116
116
  "vitest": "4.1.10",
117
117
  "zod": "^4.4.3",
118
118
  "zod-to-ts": "^2.1.0",
119
- "@internal/core": "0.1.2",
120
119
  "@internal/lint": "0.0.121",
121
- "@internal/test-utils": "0.0.57",
120
+ "@internal/core": "0.1.2",
122
121
  "@internal/storage-test-utils": "0.0.117",
123
- "@internal/voice": "0.0.19",
124
- "@mastra/agent-builder": "1.1.11-alpha.6",
125
- "@mastra/core": "1.58.0-alpha.13",
122
+ "@internal/test-utils": "0.0.57",
126
123
  "@internal/types-builder": "0.0.96",
124
+ "@internal/voice": "0.0.19",
125
+ "@mastra/core": "1.58.0-alpha.15",
126
+ "@mastra/agent-builder": "1.1.11-alpha.7",
127
127
  "@mastra/schema-compat": "1.3.6-alpha.3"
128
128
  },
129
129
  "homepage": "https://mastra.ai",