create-mastra 1.0.0-beta.0 → 1.0.0-beta.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 +6 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
package/dist/index.js
CHANGED
|
@@ -2503,7 +2503,7 @@ var createMastraProject = async ({
|
|
|
2503
2503
|
s2.start(`Installing ${pm} dependencies`);
|
|
2504
2504
|
try {
|
|
2505
2505
|
await exec3(`${pm} ${installCommand} zod@^4`);
|
|
2506
|
-
await exec3(`${pm} ${installCommand} typescript @types/node
|
|
2506
|
+
await exec3(`${pm} ${installCommand} -D typescript @types/node`);
|
|
2507
2507
|
await exec3(`echo '{
|
|
2508
2508
|
"compilerOptions": {
|
|
2509
2509
|
"target": "ES2022",
|