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