create-mastra 1.19.1-alpha.0 → 1.19.1-alpha.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 +4 -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
|
@@ -16782,7 +16782,7 @@ var PinoLogger = class _PinoLogger extends MastraLogger {
|
|
|
16782
16782
|
};
|
|
16783
16783
|
|
|
16784
16784
|
var package_default = {
|
|
16785
|
-
version: "1.19.1-alpha.
|
|
16785
|
+
version: "1.19.1-alpha.2"};
|
|
16786
16786
|
var logger = createLogger(false);
|
|
16787
16787
|
function createLogger(debug = false) {
|
|
16788
16788
|
return new PinoLogger({
|