mastracode 0.35.0-alpha.1 → 0.35.0-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,13 @@
1
1
  # mastracode
2
2
 
3
+ ## 0.35.0-alpha.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`480e491`](https://github.com/mastra-ai/mastra/commit/480e491588bd6a7a1c9ee4407590ad625dd33952), [`3bb88dd`](https://github.com/mastra-ai/mastra/commit/3bb88ddf07fb98f3cd16d3bff94e51cd3b45d011), [`d378d75`](https://github.com/mastra-ai/mastra/commit/d378d7511f71309ed61a8f6b93cd0361dc6cb70f), [`cad4208`](https://github.com/mastra-ai/mastra/commit/cad42082e6aa1776168a94914f523334be45d929), [`d378d75`](https://github.com/mastra-ai/mastra/commit/d378d7511f71309ed61a8f6b93cd0361dc6cb70f)]:
8
+ - @mastra/core@1.61.0-alpha.2
9
+ - @mastra/code-sdk@1.4.0-alpha.2
10
+
3
11
  ## 0.35.0-alpha.1
4
12
 
5
13
  ### 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-alpha.1";
36
+ return "0.35.0-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-alpha.1";
35
+ return "0.35.0-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-alpha.1",
3
+ "version": "0.35.0-alpha.2",
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/core": "1.61.0-alpha.1",
104
- "@mastra/code-sdk": "^1.4.0-alpha.1",
105
- "@mastra/github-signals": "0.2.5",
103
+ "@mastra/core": "1.61.0-alpha.2",
106
104
  "@mastra/fastembed": "1.2.0",
105
+ "@mastra/code-sdk": "^1.4.0-alpha.2",
107
106
  "@mastra/duckdb": "1.6.2",
108
107
  "@mastra/libsql": "1.21.1-alpha.0",
109
- "@mastra/memory": "1.27.0",
110
- "@mastra/observability": "1.17.1",
108
+ "@mastra/github-signals": "0.2.5",
111
109
  "@mastra/mcp": "1.17.1-alpha.0",
110
+ "@mastra/observability": "1.17.1",
111
+ "@mastra/memory": "1.27.0",
112
+ "@mastra/schema-compat": "1.3.7",
112
113
  "@mastra/pg": "1.21.1-alpha.0",
113
114
  "@mastra/stagehand": "0.3.3",
114
- "@mastra/schema-compat": "1.3.7",
115
+ "@mastra/tavily": "1.1.1",
115
116
  "@mastra/voice-deepgram": "0.13.0",
116
- "@mastra/voice-openai": "0.13.0",
117
- "@mastra/tavily": "1.1.1"
117
+ "@mastra/voice-openai": "0.13.0"
118
118
  },
119
119
  "devDependencies": {
120
120
  "@copilotkit/aimock": "^1.29.0",