mastra 0.10.5 → 0.10.6-alpha.0

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/dist/index.js CHANGED
@@ -135,7 +135,7 @@ async function build({
135
135
  logger.info("You can now deploy the .mastra/output directory to your target platform.");
136
136
  } catch (error) {
137
137
  if (error instanceof Error) {
138
- logger.error(`Mastra Build failed`);
138
+ logger.error(`Mastra Build failed`, { error });
139
139
  }
140
140
  process.exit(1);
141
141
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mastra",
3
- "version": "0.10.5",
3
+ "version": "0.10.6-alpha.0",
4
4
  "license": "Elastic-2.0",
5
5
  "description": "cli for mastra",
6
6
  "type": "module",
@@ -40,47 +40,47 @@
40
40
  "@webcontainer/env": "^1.1.1",
41
41
  "commander": "^12.1.0",
42
42
  "dotenv": "^16.5.0",
43
- "execa": "^9.5.2",
43
+ "execa": "^9.6.0",
44
44
  "fs-extra": "^11.3.0",
45
45
  "get-port": "^7.1.0",
46
- "json-schema-to-zod": "^2.6.0",
46
+ "json-schema-to-zod": "^2.6.1",
47
47
  "picocolors": "^1.1.1",
48
48
  "posthog-node": "4.16.0",
49
49
  "prettier": "^3.5.3",
50
50
  "prompt": "^1.3.0",
51
- "shell-quote": "^1.8.2",
51
+ "shell-quote": "^1.8.3",
52
52
  "shiki": "^1.29.2",
53
- "strip-json-comments": "^5.0.1",
53
+ "strip-json-comments": "^5.0.2",
54
54
  "superjson": "^2.2.2",
55
55
  "swr": "^2.3.3",
56
56
  "tcp-port-used": "^1.0.2",
57
57
  "yocto-spinner": "^0.1.2",
58
- "zod": "^3.25.56",
58
+ "zod": "^3.25.57",
59
59
  "zod-to-json-schema": "^3.24.5",
60
- "@mastra/deployer": "^0.10.5",
61
- "@mastra/mcp": "^0.10.3",
60
+ "@mastra/deployer": "^0.10.6-alpha.0",
61
+ "@mastra/mcp": "^0.10.4-alpha.0",
62
62
  "@mastra/loggers": "^0.10.2"
63
63
  },
64
64
  "devDependencies": {
65
65
  "@microsoft/api-extractor": "^7.52.8",
66
66
  "@types/fs-extra": "^11.0.4",
67
- "@types/node": "^20.17.57",
67
+ "@types/node": "^20.19.0",
68
68
  "@types/prompt": "^1.1.9",
69
69
  "@types/shell-quote": "^1.7.5",
70
70
  "@types/tcp-port-used": "^1.0.4",
71
71
  "cpy-cli": "^5.0.0",
72
72
  "eslint": "^9.28.0",
73
- "memfs": "^4.17.0",
73
+ "memfs": "^4.17.2",
74
74
  "npm-run-all2": "^7.0.2",
75
- "rollup": "^4.41.1",
75
+ "rollup": "^4.42.0",
76
76
  "tsup": "^8.5.0",
77
- "type-fest": "^4.37.0",
78
- "typescript": "^5.8.2",
79
- "vitest": "^3.2.2",
77
+ "type-fest": "^4.41.0",
78
+ "typescript": "^5.8.3",
79
+ "vitest": "^3.2.3",
80
80
  "@internal/lint": "0.0.12",
81
- "@mastra/client-js": "0.10.4",
82
- "@mastra/core": "0.10.5",
83
- "@mastra/playground-ui": "5.1.5"
81
+ "@mastra/playground-ui": "5.1.6-alpha.0",
82
+ "@mastra/core": "0.10.6-alpha.0",
83
+ "@mastra/client-js": "0.10.5-alpha.0"
84
84
  },
85
85
  "peerDependencies": {
86
86
  "@mastra/core": "^0.10.2-alpha.0"