create-mastra 0.10.10 → 0.10.11-alpha.0

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/dist/index.js CHANGED
@@ -2195,7 +2195,7 @@ var createMastraProject = async ({
2195
2195
  s2.stop("Project structure created");
2196
2196
  s2.start(`Installing ${pm} dependencies`);
2197
2197
  try {
2198
- await exec3(`${pm} ${installCommand} zod`);
2198
+ await exec3(`${pm} ${installCommand} zod@^3`);
2199
2199
  await exec3(`${pm} ${installCommand} typescript @types/node --save-dev`);
2200
2200
  await exec3(`echo '{
2201
2201
  "compilerOptions": {