mastra 0.10.2-alpha.7 → 0.10.2-alpha.8

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -1
  2. package/package.json +6 -6
package/dist/index.js CHANGED
@@ -125,8 +125,9 @@ async function build({ dir: dir2, tools, root }) {
125
125
  logger.info("You can now deploy the .mastra/output directory to your target platform.");
126
126
  } catch (error) {
127
127
  if (error instanceof Error) {
128
- logger.debug(`error: ${error.message}`, { error });
128
+ logger.error(`Mastra Build failed`);
129
129
  }
130
+ process.exit(1);
130
131
  }
131
132
  }
132
133
  async function deploy({ dir: dir2 }) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mastra",
3
- "version": "0.10.2-alpha.7",
3
+ "version": "0.10.2-alpha.8",
4
4
  "license": "Elastic-2.0",
5
5
  "description": "cli for mastra",
6
6
  "type": "module",
@@ -56,9 +56,9 @@
56
56
  "yocto-spinner": "^0.1.2",
57
57
  "zod": "^3.24.3",
58
58
  "zod-to-json-schema": "^3.24.5",
59
+ "@mastra/deployer": "^0.10.2-alpha.7",
59
60
  "@mastra/loggers": "^0.10.1-alpha.0",
60
- "@mastra/mcp": "^0.10.2-alpha.1",
61
- "@mastra/deployer": "^0.10.2-alpha.6"
61
+ "@mastra/mcp": "^0.10.2-alpha.1"
62
62
  },
63
63
  "devDependencies": {
64
64
  "@microsoft/api-extractor": "^7.52.5",
@@ -76,10 +76,10 @@
76
76
  "type-fest": "^4.37.0",
77
77
  "typescript": "^5.8.2",
78
78
  "vitest": "^3.1.2",
79
- "@internal/lint": "0.0.7",
80
79
  "@mastra/client-js": "0.10.2-alpha.2",
81
- "@mastra/playground-ui": "5.1.2-alpha.6",
82
- "@mastra/core": "0.10.2-alpha.6"
80
+ "@mastra/core": "0.10.2-alpha.7",
81
+ "@internal/lint": "0.0.7",
82
+ "@mastra/playground-ui": "5.1.2-alpha.6"
83
83
  },
84
84
  "peerDependencies": {
85
85
  "@mastra/core": "^0.10.1-alpha.0"