mastracode 0.35.0-alpha.3 → 0.35.0-alpha.5
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 +17 -0
- package/dist/cli.cjs +1 -1
- package/dist/cli.js +1 -1
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# mastracode
|
|
2
2
|
|
|
3
|
+
## 0.35.0-alpha.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`7c60df5`](https://github.com/mastra-ai/mastra/commit/7c60df5c7872343fbac5c3e5b1175c8076a5abfd)]:
|
|
8
|
+
- @mastra/core@1.61.0-alpha.5
|
|
9
|
+
- @mastra/code-sdk@1.4.0-alpha.5
|
|
10
|
+
|
|
11
|
+
## 0.35.0-alpha.4
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies [[`1d41dd0`](https://github.com/mastra-ai/mastra/commit/1d41dd06a001c6fee3aab1cdf1ec759f2070df3e)]:
|
|
16
|
+
- @mastra/mcp@1.17.1-alpha.1
|
|
17
|
+
- @mastra/code-sdk@1.4.0-alpha.4
|
|
18
|
+
- @mastra/core@1.61.0-alpha.4
|
|
19
|
+
|
|
3
20
|
## 0.35.0-alpha.3
|
|
4
21
|
|
|
5
22
|
### Patch Changes
|
package/dist/cli.cjs
CHANGED
package/dist/cli.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mastracode",
|
|
3
|
-
"version": "0.35.0-alpha.
|
|
3
|
+
"version": "0.35.0-alpha.5",
|
|
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/
|
|
103
|
+
"@mastra/core": "1.61.0-alpha.5",
|
|
104
104
|
"@mastra/duckdb": "1.6.2",
|
|
105
|
+
"@mastra/code-sdk": "^1.4.0-alpha.5",
|
|
105
106
|
"@mastra/fastembed": "1.2.0",
|
|
106
|
-
"@mastra/
|
|
107
|
-
"@mastra/github-signals": "0.2.5",
|
|
107
|
+
"@mastra/mcp": "1.17.1-alpha.1",
|
|
108
108
|
"@mastra/libsql": "1.21.1-alpha.1",
|
|
109
|
-
"@mastra/
|
|
109
|
+
"@mastra/github-signals": "0.2.5",
|
|
110
110
|
"@mastra/memory": "1.27.0",
|
|
111
111
|
"@mastra/pg": "1.21.1-alpha.1",
|
|
112
|
-
"@mastra/observability": "1.17.1",
|
|
113
112
|
"@mastra/schema-compat": "1.3.7",
|
|
113
|
+
"@mastra/observability": "1.17.1",
|
|
114
|
+
"@mastra/stagehand": "0.3.3",
|
|
114
115
|
"@mastra/tavily": "1.1.1",
|
|
115
|
-
"@mastra/voice-openai": "0.13.0",
|
|
116
116
|
"@mastra/voice-deepgram": "0.13.0",
|
|
117
|
-
"@mastra/
|
|
117
|
+
"@mastra/voice-openai": "0.13.0"
|
|
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/
|
|
132
|
-
"@internal/
|
|
131
|
+
"@internal/lint": "0.0.124",
|
|
132
|
+
"@internal/types-builder": "0.0.99"
|
|
133
133
|
},
|
|
134
134
|
"engines": {
|
|
135
135
|
"node": ">=22.19.0"
|