@mastra/server 0.24.7-alpha.2 → 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 CHANGED
@@ -1,5 +1,12 @@
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
+
3
10
  ## 0.24.7-alpha.2
4
11
 
5
12
  ### 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-O5Q5JZMC.cjs.map
19565
- //# sourceMappingURL=chunk-O5Q5JZMC.cjs.map
19564
+ //# sourceMappingURL=chunk-NFNRHEOX.cjs.map
19565
+ //# sourceMappingURL=chunk-NFNRHEOX.cjs.map