create-mastra 0.3.1 → 0.3.2-alpha.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.
Files changed (2) hide show
  1. package/README.md +0 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -37,7 +37,6 @@ pnpm create mastra
37
37
 
38
38
  ## Examples
39
39
 
40
- bash:packages/create-mastra/README.md
41
40
  Create a new project with default settings
42
41
  npx create-mastra@latest --default
43
42
  Create a project with specific components and LLM provider
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-mastra",
3
- "version": "0.3.1",
3
+ "version": "0.3.2-alpha.1",
4
4
  "description": "Create Mastra apps with one command",
5
5
  "license": "Elastic-2.0",
6
6
  "type": "module",
@@ -53,7 +53,7 @@
53
53
  "rollup-plugin-node-externals": "^8.0.0",
54
54
  "typescript": "^5.8.2",
55
55
  "@internal/lint": "0.0.3",
56
- "mastra": "^0.6.1"
56
+ "mastra": "^0.6.2-alpha.1"
57
57
  },
58
58
  "engines": {
59
59
  "node": ">=20"