create-mastra 1.3.13 → 1.3.14-alpha.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/CHANGELOG.md +2 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/dist/index.js
CHANGED
|
@@ -2688,7 +2688,7 @@ var PinoLogger = class _PinoLogger extends MastraLogger {
|
|
|
2688
2688
|
};
|
|
2689
2689
|
|
|
2690
2690
|
var package_default = {
|
|
2691
|
-
version: "1.3.
|
|
2691
|
+
version: "1.3.14-alpha.0"};
|
|
2692
2692
|
var logger = createLogger(false);
|
|
2693
2693
|
function createLogger(debug = false) {
|
|
2694
2694
|
return new PinoLogger({
|