mastracode 0.35.0 → 0.35.1-alpha.2

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,33 @@
1
1
  # mastracode
2
2
 
3
+ ## 0.35.1-alpha.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`e737014`](https://github.com/mastra-ai/mastra/commit/e737014e0fc7035759762bb5b48baef1d6c0f6a7), [`e737014`](https://github.com/mastra-ai/mastra/commit/e737014e0fc7035759762bb5b48baef1d6c0f6a7), [`e737014`](https://github.com/mastra-ai/mastra/commit/e737014e0fc7035759762bb5b48baef1d6c0f6a7), [`d6ce34a`](https://github.com/mastra-ai/mastra/commit/d6ce34aeceb06ddf3d595a1eed5cc74f481a46a1), [`e6f8450`](https://github.com/mastra-ai/mastra/commit/e6f845074d478527026b18d85031b23353e1d0a4)]:
8
+ - @mastra/duckdb@1.6.3-alpha.0
9
+ - @mastra/core@1.62.0-alpha.2
10
+ - @mastra/pg@1.22.0-alpha.0
11
+ - @mastra/code-sdk@1.4.1-alpha.2
12
+
13
+ ## 0.35.1-alpha.1
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies [[`f95f468`](https://github.com/mastra-ai/mastra/commit/f95f468cf1e7c2b924a13826494f98b8f2ccd581), [`cb0291c`](https://github.com/mastra-ai/mastra/commit/cb0291cca0f8a769495375ff213cbda2512bb542)]:
18
+ - @mastra/core@1.61.1-alpha.1
19
+ - @mastra/observability@1.17.2-alpha.0
20
+ - @mastra/code-sdk@1.4.1-alpha.1
21
+ - @mastra/mcp@1.17.1
22
+
23
+ ## 0.35.1-alpha.0
24
+
25
+ ### Patch Changes
26
+
27
+ - Updated dependencies [[`1e47b75`](https://github.com/mastra-ai/mastra/commit/1e47b7520cab4cfaa8daed52f17e2e6d14ff7539)]:
28
+ - @mastra/core@1.61.1-alpha.0
29
+ - @mastra/code-sdk@1.4.1-alpha.0
30
+
3
31
  ## 0.35.0
4
32
 
5
33
  ### Minor Changes
package/dist/cli.cjs CHANGED
@@ -33,7 +33,7 @@ function createShutdownCoordinator(cleanup, exit, timeoutMs = 5e3) {
33
33
  //#endregion
34
34
  //#region src/version.ts
35
35
  function getCurrentVersion() {
36
- return "0.35.0";
36
+ return "0.35.1-alpha.2";
37
37
  }
38
38
  //#endregion
39
39
  //#region src/main.ts
package/dist/cli.js CHANGED
@@ -32,7 +32,7 @@ function createShutdownCoordinator(cleanup, exit, timeoutMs = 5e3) {
32
32
  //#endregion
33
33
  //#region src/version.ts
34
34
  function getCurrentVersion() {
35
- return "0.35.0";
35
+ return "0.35.1-alpha.2";
36
36
  }
37
37
  //#endregion
38
38
  //#region src/main.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mastracode",
3
- "version": "0.35.0",
3
+ "version": "0.35.1-alpha.2",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "files": [
@@ -100,18 +100,18 @@
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.4.0",
104
- "@mastra/duckdb": "1.6.2",
105
- "@mastra/github-signals": "0.2.5",
106
- "@mastra/core": "1.61.0",
107
- "@mastra/libsql": "1.21.1",
103
+ "@mastra/code-sdk": "^1.4.1-alpha.2",
104
+ "@mastra/core": "1.62.0-alpha.2",
108
105
  "@mastra/fastembed": "1.2.0",
106
+ "@mastra/github-signals": "0.2.5",
109
107
  "@mastra/mcp": "1.17.1",
108
+ "@mastra/libsql": "1.21.1",
109
+ "@mastra/duckdb": "1.6.3-alpha.0",
110
110
  "@mastra/memory": "1.27.0",
111
- "@mastra/pg": "1.21.1",
111
+ "@mastra/observability": "1.17.2-alpha.0",
112
+ "@mastra/pg": "1.22.0-alpha.0",
112
113
  "@mastra/schema-compat": "1.3.7",
113
114
  "@mastra/stagehand": "0.3.3",
114
- "@mastra/observability": "1.17.1",
115
115
  "@mastra/tavily": "1.1.1",
116
116
  "@mastra/voice-deepgram": "0.13.0",
117
117
  "@mastra/voice-openai": "0.13.0"