create-mastra 1.0.0-beta.8 → 1.0.0-beta.9
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
|
@@ -1231,7 +1231,7 @@ var PinoLogger = class _PinoLogger extends MastraLogger {
|
|
|
1231
1231
|
};
|
|
1232
1232
|
|
|
1233
1233
|
var package_default = {
|
|
1234
|
-
version: "1.0.0-beta.
|
|
1234
|
+
version: "1.0.0-beta.9"};
|
|
1235
1235
|
function getPackageManagerAddCommand(pm) {
|
|
1236
1236
|
switch (pm) {
|
|
1237
1237
|
case "npm":
|