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