@mastra/server 0.24.7-alpha.1 → 0.24.7-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 +14 -0
- package/dist/{chunk-O5Q5JZMC.cjs → chunk-NFNRHEOX.cjs} +3 -3
- package/dist/chunk-NFNRHEOX.cjs.map +1 -0
- package/dist/{chunk-XPQZ5C3T.js → chunk-SVZOWK6I.js} +3 -3
- package/dist/chunk-SVZOWK6I.js.map +1 -0
- package/dist/server/handlers/agent-builder.cjs +16 -16
- package/dist/server/handlers/agent-builder.js +1 -1
- package/dist/server/handlers.cjs +2 -2
- package/dist/server/handlers.js +1 -1
- package/package.json +4 -4
- package/dist/chunk-O5Q5JZMC.cjs.map +0 -1
- package/dist/chunk-XPQZ5C3T.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @mastra/server
|
|
2
2
|
|
|
3
|
+
## 0.24.7-alpha.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies []:
|
|
8
|
+
- @mastra/core@0.24.7-alpha.3
|
|
9
|
+
|
|
10
|
+
## 0.24.7-alpha.2
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies [[`b685c9c`](https://github.com/mastra-ai/mastra/commit/b685c9c0b89f49e0d4542c4ac72569682db69794)]:
|
|
15
|
+
- @mastra/core@0.24.7-alpha.2
|
|
16
|
+
|
|
3
17
|
## 0.24.7-alpha.1
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
|
@@ -13552,7 +13552,7 @@ var PackageMergeResultSchema = zod.z.object({
|
|
|
13552
13552
|
error: zod.z.string().optional()
|
|
13553
13553
|
});
|
|
13554
13554
|
var InstallInputSchema = zod.z.object({
|
|
13555
|
-
targetPath: zod.z.string().describe("Path to the project to install packages in")
|
|
13555
|
+
targetPath: zod.z.string().optional().describe("Path to the project to install packages in")
|
|
13556
13556
|
});
|
|
13557
13557
|
var InstallResultSchema = zod.z.object({
|
|
13558
13558
|
success: zod.z.boolean(),
|
|
@@ -19561,5 +19561,5 @@ exports.startAsyncAgentBuilderActionHandler = startAsyncAgentBuilderActionHandle
|
|
|
19561
19561
|
exports.streamAgentBuilderActionHandler = streamAgentBuilderActionHandler;
|
|
19562
19562
|
exports.streamVNextAgentBuilderActionHandler = streamVNextAgentBuilderActionHandler;
|
|
19563
19563
|
exports.watchAgentBuilderActionHandler = watchAgentBuilderActionHandler;
|
|
19564
|
-
//# sourceMappingURL=chunk-
|
|
19565
|
-
//# sourceMappingURL=chunk-
|
|
19564
|
+
//# sourceMappingURL=chunk-NFNRHEOX.cjs.map
|
|
19565
|
+
//# sourceMappingURL=chunk-NFNRHEOX.cjs.map
|