create-mastra 1.4.1 → 1.4.2-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
|
@@ -2637,7 +2637,7 @@ var PinoLogger = class _PinoLogger extends MastraLogger {
|
|
|
2637
2637
|
};
|
|
2638
2638
|
|
|
2639
2639
|
var package_default = {
|
|
2640
|
-
version: "1.4.
|
|
2640
|
+
version: "1.4.2-alpha.0"};
|
|
2641
2641
|
var logger = createLogger(false);
|
|
2642
2642
|
function createLogger(debug = false) {
|
|
2643
2643
|
return new PinoLogger({
|