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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # create-mastra
2
2
 
3
+ ## 1.0.0-beta.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Make MainSidebar toggle button sticky to bottom, always visible ([#9682](https://github.com/mastra-ai/mastra/pull/9682))
8
+
3
9
  ## 1.0.0-beta.0
4
10
 
5
11
  ### Major Changes
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 --save-dev`);
2506
+ await exec3(`${pm} ${installCommand} -D typescript @types/node`);
2507
2507
  await exec3(`echo '{
2508
2508
  "compilerOptions": {
2509
2509
  "target": "ES2022",