create-mastra 1.3.0-alpha.2 → 1.3.0-alpha.3
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
|
@@ -1245,7 +1245,7 @@ var PinoLogger = class _PinoLogger extends MastraLogger {
|
|
|
1245
1245
|
};
|
|
1246
1246
|
|
|
1247
1247
|
var package_default = {
|
|
1248
|
-
version: "1.3.0-alpha.
|
|
1248
|
+
version: "1.3.0-alpha.3"};
|
|
1249
1249
|
function getPackageManagerAddCommand(pm) {
|
|
1250
1250
|
switch (pm) {
|
|
1251
1251
|
case "npm":
|