create-mastra 1.0.0 → 1.0.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,9 @@
1
1
  # create-mastra
2
2
 
3
+ ## 1.0.1
4
+
5
+ ## 1.0.1-alpha.0
6
+
3
7
  ## 1.0.0
4
8
 
5
9
  ### Major Changes
package/dist/index.js CHANGED
@@ -1233,7 +1233,7 @@ var PinoLogger = class _PinoLogger extends MastraLogger {
1233
1233
  };
1234
1234
 
1235
1235
  var package_default = {
1236
- version: "1.0.0"};
1236
+ version: "1.0.1"};
1237
1237
  function getPackageManagerAddCommand(pm) {
1238
1238
  switch (pm) {
1239
1239
  case "npm":