mastracode 0.42.0 → 0.42.1-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/cli.cjs CHANGED
@@ -112,7 +112,7 @@ function resolveTuiSubagents(enabled) {
112
112
  //#endregion
113
113
  //#region src/version.ts
114
114
  function getCurrentVersion() {
115
- return "0.42.0";
115
+ return "0.42.1-alpha.0";
116
116
  }
117
117
  //#endregion
118
118
  //#region src/main.ts
package/dist/cli.js CHANGED
@@ -111,7 +111,7 @@ function resolveTuiSubagents(enabled) {
111
111
  //#endregion
112
112
  //#region src/version.ts
113
113
  function getCurrentVersion() {
114
- return "0.42.0";
114
+ return "0.42.1-alpha.0";
115
115
  }
116
116
  //#endregion
117
117
  //#region src/main.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mastracode",
3
- "version": "0.42.0",
3
+ "version": "0.42.1-alpha.0",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "files": [
@@ -99,21 +99,21 @@
99
99
  "yaml": "^2.7.1",
100
100
  "zod": "^4.6.4",
101
101
  "@mastra/agent-browser": "0.5.3",
102
- "@mastra/code-sdk": "^1.8.1",
103
- "@mastra/duckdb": "1.10.0",
104
- "@mastra/core": "1.69.0",
105
- "@mastra/fastembed": "1.3.1",
102
+ "@mastra/code-sdk": "^1.8.2-alpha.0",
106
103
  "@mastra/github-signals": "0.5.0",
107
- "@mastra/mcp": "2.0.0",
108
- "@mastra/observability": "1.18.0",
104
+ "@mastra/fastembed": "1.3.1",
105
+ "@mastra/mcp": "2.1.0-alpha.0",
109
106
  "@mastra/libsql": "1.23.1",
107
+ "@mastra/duckdb": "1.11.0-alpha.0",
108
+ "@mastra/core": "1.70.0-alpha.0",
110
109
  "@mastra/memory": "1.31.0",
111
- "@mastra/pg": "1.26.0",
110
+ "@mastra/pg": "1.27.0-alpha.0",
112
111
  "@mastra/schema-compat": "1.3.11",
113
112
  "@mastra/stagehand": "0.3.5",
114
- "@mastra/voice-openai": "0.13.2",
113
+ "@mastra/tavily": "1.1.2",
115
114
  "@mastra/voice-deepgram": "0.13.1",
116
- "@mastra/tavily": "1.1.2"
115
+ "@mastra/voice-openai": "0.13.2",
116
+ "@mastra/observability": "1.18.0"
117
117
  },
118
118
  "devDependencies": {
119
119
  "@copilotkit/aimock": "^1.29.0",
@@ -127,8 +127,8 @@
127
127
  "typescript": "^6.0.3",
128
128
  "typescript-eslint": "^8.57.0",
129
129
  "vitest": "4.1.11",
130
- "@internal/lint": "0.0.135",
131
- "@internal/types-builder": "0.0.110"
130
+ "@internal/types-builder": "0.0.110",
131
+ "@internal/lint": "0.0.135"
132
132
  },
133
133
  "engines": {
134
134
  "node": ">=22.19.0"