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