create-mastra 0.15.1-alpha.1 → 0.15.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/CHANGELOG.md +6 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # create-mastra
2
2
 
3
+ ## 0.15.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Improve the overall flow of the `create-mastra` CLI by first asking all questions and then creating the project structure. If you skip entering an API key during the wizard, the `your-api-key` placeholder will now be added to an `.env.example` file instead of `.env`. ([#8603](https://github.com/mastra-ai/mastra/pull/8603))
8
+
3
9
  ## 0.15.1-alpha.1
4
10
 
5
11
  ## 0.15.1-alpha.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-mastra",
3
- "version": "0.15.1-alpha.1",
3
+ "version": "0.15.1",
4
4
  "description": "Create Mastra apps with one command",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",
@@ -51,8 +51,8 @@
51
51
  "rollup-plugin-esbuild": "^6.2.1",
52
52
  "rollup-plugin-node-externals": "^8.0.1",
53
53
  "typescript": "^5.8.3",
54
- "@internal/lint": "0.0.47",
55
- "mastra": "^0.15.1-alpha.1"
54
+ "@internal/lint": "0.0.48",
55
+ "mastra": "^0.15.1"
56
56
  },
57
57
  "engines": {
58
58
  "node": ">=20"