create-mastra 1.0.0-beta.15 → 1.0.0-beta.17
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 +3 -3
package/CHANGELOG.md
CHANGED
package/dist/index.js
CHANGED
|
@@ -1233,7 +1233,7 @@ var PinoLogger = class _PinoLogger extends MastraLogger {
|
|
|
1233
1233
|
};
|
|
1234
1234
|
|
|
1235
1235
|
var package_default = {
|
|
1236
|
-
version: "1.0.0-beta.
|
|
1236
|
+
version: "1.0.0-beta.17"};
|
|
1237
1237
|
function getPackageManagerAddCommand(pm) {
|
|
1238
1238
|
switch (pm) {
|
|
1239
1239
|
case "npm":
|