mastracode 0.37.1 → 0.37.2-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/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # mastracode
2
2
 
3
+ ## 0.37.2-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`3910c77`](https://github.com/mastra-ai/mastra/commit/3910c77413a3058ab270c6dbc74a59bc3cdf67ea), [`c80547a`](https://github.com/mastra-ai/mastra/commit/c80547aa7ef33adbb08435ff847e77fa404bafbf), [`c80547a`](https://github.com/mastra-ai/mastra/commit/c80547aa7ef33adbb08435ff847e77fa404bafbf), [`c80547a`](https://github.com/mastra-ai/mastra/commit/c80547aa7ef33adbb08435ff847e77fa404bafbf)]:
8
+ - @mastra/core@1.63.3-alpha.0
9
+ - @mastra/code-sdk@1.6.0-alpha.0
10
+
3
11
  ## 0.37.1
4
12
 
5
13
  ### Patch Changes
package/dist/cli.cjs CHANGED
@@ -41,7 +41,7 @@ function createShutdownCoordinator(cleanup, exit, timeoutMs = 5e3) {
41
41
  //#endregion
42
42
  //#region src/version.ts
43
43
  function getCurrentVersion() {
44
- return "0.37.1";
44
+ return "0.37.2-alpha.0";
45
45
  }
46
46
  //#endregion
47
47
  //#region src/main.ts
package/dist/cli.js CHANGED
@@ -40,7 +40,7 @@ function createShutdownCoordinator(cleanup, exit, timeoutMs = 5e3) {
40
40
  //#endregion
41
41
  //#region src/version.ts
42
42
  function getCurrentVersion() {
43
- return "0.37.1";
43
+ return "0.37.2-alpha.0";
44
44
  }
45
45
  //#endregion
46
46
  //#region src/main.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mastracode",
3
- "version": "0.37.1",
3
+ "version": "0.37.2-alpha.0",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "files": [
@@ -100,21 +100,21 @@
100
100
  "yaml": "^2.7.1",
101
101
  "zod": "^4.3.6",
102
102
  "@mastra/agent-browser": "0.5.1",
103
- "@mastra/code-sdk": "^1.5.3",
104
- "@mastra/core": "1.63.2",
103
+ "@mastra/code-sdk": "^1.6.0-alpha.0",
105
104
  "@mastra/duckdb": "1.6.3",
106
- "@mastra/fastembed": "1.3.0",
105
+ "@mastra/core": "1.63.3-alpha.0",
107
106
  "@mastra/github-signals": "0.3.0",
107
+ "@mastra/fastembed": "1.3.0",
108
108
  "@mastra/libsql": "1.22.2",
109
109
  "@mastra/mcp": "1.17.2",
110
110
  "@mastra/memory": "1.28.1",
111
111
  "@mastra/observability": "1.17.4",
112
112
  "@mastra/pg": "1.22.2",
113
113
  "@mastra/schema-compat": "1.3.7",
114
+ "@mastra/stagehand": "0.3.3",
114
115
  "@mastra/tavily": "1.1.1",
115
116
  "@mastra/voice-deepgram": "0.13.0",
116
- "@mastra/voice-openai": "0.13.0",
117
- "@mastra/stagehand": "0.3.3"
117
+ "@mastra/voice-openai": "0.13.0"
118
118
  },
119
119
  "devDependencies": {
120
120
  "@copilotkit/aimock": "^1.29.0",