create-mastra 1.18.0-alpha.4 → 1.18.0-alpha.5
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
|
@@ -15950,7 +15950,7 @@ var PinoLogger = class _PinoLogger extends MastraLogger {
|
|
|
15950
15950
|
};
|
|
15951
15951
|
|
|
15952
15952
|
var package_default = {
|
|
15953
|
-
version: "1.18.0-alpha.
|
|
15953
|
+
version: "1.18.0-alpha.5"};
|
|
15954
15954
|
var logger = createLogger(false);
|
|
15955
15955
|
function createLogger(debug = false) {
|
|
15956
15956
|
return new PinoLogger({
|