create-mastra 0.3.4-alpha.1 → 0.10.0

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/dist/index.js CHANGED
@@ -1098,7 +1098,7 @@ var PinoLogger = class extends MastraLogger {
1098
1098
  constructor(options = {}) {
1099
1099
  super(options);
1100
1100
  let prettyStream = void 0;
1101
- if (options.transports?.default) {
1101
+ if (!options.overrideDefaultTransports) {
1102
1102
  prettyStream = pretty({
1103
1103
  colorize: true,
1104
1104
  levelFirst: true,