create-mastra 1.12.2-alpha.1 → 1.12.2
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
|
@@ -15773,7 +15773,7 @@ var PinoLogger = class _PinoLogger extends MastraLogger {
|
|
|
15773
15773
|
};
|
|
15774
15774
|
|
|
15775
15775
|
var package_default = {
|
|
15776
|
-
version: "1.12.2
|
|
15776
|
+
version: "1.12.2"};
|
|
15777
15777
|
var logger = createLogger(false);
|
|
15778
15778
|
function createLogger(debug = false) {
|
|
15779
15779
|
return new PinoLogger({
|