create-mastra 1.9.1-alpha.1 → 1.9.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 +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
|
@@ -15778,7 +15778,7 @@ var PinoLogger = class _PinoLogger extends MastraLogger {
|
|
|
15778
15778
|
};
|
|
15779
15779
|
|
|
15780
15780
|
var package_default = {
|
|
15781
|
-
version: "1.9.
|
|
15781
|
+
version: "1.9.2-alpha.0"};
|
|
15782
15782
|
var logger = createLogger(false);
|
|
15783
15783
|
function createLogger(debug = false) {
|
|
15784
15784
|
return new PinoLogger({
|