create-mastra 1.3.16-alpha.3 → 1.3.16-alpha.4
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
|
@@ -2627,7 +2627,7 @@ var PinoLogger = class _PinoLogger extends MastraLogger {
|
|
|
2627
2627
|
};
|
|
2628
2628
|
|
|
2629
2629
|
var package_default = {
|
|
2630
|
-
version: "1.3.16-alpha.
|
|
2630
|
+
version: "1.3.16-alpha.4"};
|
|
2631
2631
|
var logger = createLogger(false);
|
|
2632
2632
|
function createLogger(debug = false) {
|
|
2633
2633
|
return new PinoLogger({
|