create-mastra 1.13.0-alpha.4 → 1.13.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 +3 -3
package/CHANGELOG.md
CHANGED
package/dist/index.js
CHANGED
|
@@ -15783,7 +15783,7 @@ var PinoLogger = class _PinoLogger extends MastraLogger {
|
|
|
15783
15783
|
};
|
|
15784
15784
|
|
|
15785
15785
|
var package_default = {
|
|
15786
|
-
version: "1.13.0
|
|
15786
|
+
version: "1.13.0"};
|
|
15787
15787
|
var logger = createLogger(false);
|
|
15788
15788
|
function createLogger(debug = false) {
|
|
15789
15789
|
return new PinoLogger({
|