create-mastra 1.10.1-alpha.8 → 1.10.1
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
|
@@ -15789,7 +15789,7 @@ var PinoLogger = class _PinoLogger extends MastraLogger {
|
|
|
15789
15789
|
};
|
|
15790
15790
|
|
|
15791
15791
|
var package_default = {
|
|
15792
|
-
version: "1.10.1
|
|
15792
|
+
version: "1.10.1"};
|
|
15793
15793
|
var logger = createLogger(false);
|
|
15794
15794
|
function createLogger(debug = false) {
|
|
15795
15795
|
return new PinoLogger({
|