create-mastra 1.6.3-alpha.2 → 1.6.3

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,7 @@
1
1
  # create-mastra
2
2
 
3
+ ## 1.6.3
4
+
3
5
  ## 1.6.3-alpha.2
4
6
 
5
7
  ## 1.6.3-alpha.1
package/dist/index.js CHANGED
@@ -2637,7 +2637,7 @@ var PinoLogger = class _PinoLogger extends MastraLogger {
2637
2637
  };
2638
2638
 
2639
2639
  var package_default = {
2640
- version: "1.6.3-alpha.2"};
2640
+ version: "1.6.3"};
2641
2641
  var logger = createLogger(false);
2642
2642
  function createLogger(debug = false) {
2643
2643
  return new PinoLogger({
@@ -2966,8 +2966,8 @@ Warning: Failed to create agent guide files: ${error instanceof Error ? error.me
2966
2966
  Vt(`
2967
2967
  ${color.green("Mastra initialized successfully!")}
2968
2968
 
2969
- Add your ${color.cyan(key)} as an environment variable
2970
- in your ${color.cyan(".env")} file
2969
+ Rename ${color.cyan(".env.example")} to ${color.cyan(".env")}
2970
+ and add your ${color.cyan(key)}
2971
2971
  `);
2972
2972
  } else {
2973
2973
  Vt(`