mastracode 0.35.0-alpha.2 → 0.35.0-alpha.3

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,15 @@
1
1
  # mastracode
2
2
 
3
+ ## 0.35.0-alpha.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`9267e9b`](https://github.com/mastra-ai/mastra/commit/9267e9b3d9c2fcf16936050495a787054c2431ab), [`acc3471`](https://github.com/mastra-ai/mastra/commit/acc3471de5f3fde8027ee4e355af292b2bc1bc30), [`b6a771e`](https://github.com/mastra-ai/mastra/commit/b6a771ef23d203ddb348efca8065eff65def8191), [`9267e9b`](https://github.com/mastra-ai/mastra/commit/9267e9b3d9c2fcf16936050495a787054c2431ab), [`acc3471`](https://github.com/mastra-ai/mastra/commit/acc3471de5f3fde8027ee4e355af292b2bc1bc30), [`26d4016`](https://github.com/mastra-ai/mastra/commit/26d40160ff7f7d8bf95fee2039a52cbc83863533), [`57c5103`](https://github.com/mastra-ai/mastra/commit/57c51035a2a36e3df3c4f32f46bb789a66ed5946), [`9267e9b`](https://github.com/mastra-ai/mastra/commit/9267e9b3d9c2fcf16936050495a787054c2431ab), [`9267e9b`](https://github.com/mastra-ai/mastra/commit/9267e9b3d9c2fcf16936050495a787054c2431ab), [`57c5103`](https://github.com/mastra-ai/mastra/commit/57c51035a2a36e3df3c4f32f46bb789a66ed5946), [`57c5103`](https://github.com/mastra-ai/mastra/commit/57c51035a2a36e3df3c4f32f46bb789a66ed5946), [`acc3471`](https://github.com/mastra-ai/mastra/commit/acc3471de5f3fde8027ee4e355af292b2bc1bc30)]:
8
+ - @mastra/core@1.61.0-alpha.3
9
+ - @mastra/libsql@1.21.1-alpha.1
10
+ - @mastra/pg@1.21.1-alpha.1
11
+ - @mastra/code-sdk@1.4.0-alpha.3
12
+
3
13
  ## 0.35.0-alpha.2
4
14
 
5
15
  ### Patch 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.2";
36
+ return "0.35.0-alpha.3";
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.2";
35
+ return "0.35.0-alpha.3";
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.2",
3
+ "version": "0.35.0-alpha.3",
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.2",
104
- "@mastra/fastembed": "1.2.0",
105
- "@mastra/code-sdk": "^1.4.0-alpha.2",
103
+ "@mastra/code-sdk": "^1.4.0-alpha.3",
106
104
  "@mastra/duckdb": "1.6.2",
107
- "@mastra/libsql": "1.21.1-alpha.0",
105
+ "@mastra/fastembed": "1.2.0",
106
+ "@mastra/core": "1.61.0-alpha.3",
108
107
  "@mastra/github-signals": "0.2.5",
108
+ "@mastra/libsql": "1.21.1-alpha.1",
109
109
  "@mastra/mcp": "1.17.1-alpha.0",
110
- "@mastra/observability": "1.17.1",
111
110
  "@mastra/memory": "1.27.0",
111
+ "@mastra/pg": "1.21.1-alpha.1",
112
+ "@mastra/observability": "1.17.1",
112
113
  "@mastra/schema-compat": "1.3.7",
113
- "@mastra/pg": "1.21.1-alpha.0",
114
- "@mastra/stagehand": "0.3.3",
115
114
  "@mastra/tavily": "1.1.1",
115
+ "@mastra/voice-openai": "0.13.0",
116
116
  "@mastra/voice-deepgram": "0.13.0",
117
- "@mastra/voice-openai": "0.13.0"
117
+ "@mastra/stagehand": "0.3.3"
118
118
  },
119
119
  "devDependencies": {
120
120
  "@copilotkit/aimock": "^1.29.0",
@@ -128,8 +128,8 @@
128
128
  "typescript": "^6.0.3",
129
129
  "typescript-eslint": "^8.57.0",
130
130
  "vitest": "4.1.10",
131
- "@internal/lint": "0.0.124",
132
- "@internal/types-builder": "0.0.99"
131
+ "@internal/types-builder": "0.0.99",
132
+ "@internal/lint": "0.0.124"
133
133
  },
134
134
  "engines": {
135
135
  "node": ">=22.19.0"