create-mastra 1.3.11 → 1.3.12
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 +4 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
package/dist/index.js
CHANGED
|
@@ -2534,7 +2534,7 @@ var PinoLogger = class _PinoLogger extends MastraLogger {
|
|
|
2534
2534
|
};
|
|
2535
2535
|
|
|
2536
2536
|
var package_default = {
|
|
2537
|
-
version: "1.3.
|
|
2537
|
+
version: "1.3.12"};
|
|
2538
2538
|
var logger = createLogger(false);
|
|
2539
2539
|
function createLogger(debug = false) {
|
|
2540
2540
|
return new PinoLogger({
|