create-mastra 1.7.4-alpha.1 → 1.8.0-alpha.3
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 +2 -2
package/CHANGELOG.md
CHANGED
package/dist/index.js
CHANGED
|
@@ -14543,7 +14543,7 @@ var PinoLogger = class _PinoLogger extends MastraLogger {
|
|
|
14543
14543
|
};
|
|
14544
14544
|
|
|
14545
14545
|
var package_default = {
|
|
14546
|
-
version: "1.
|
|
14546
|
+
version: "1.8.0-alpha.3"};
|
|
14547
14547
|
var logger = createLogger(false);
|
|
14548
14548
|
function createLogger(debug = false) {
|
|
14549
14549
|
return new PinoLogger({
|