mastracode 0.37.0-alpha.2 → 0.37.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 +8 -0
- package/dist/cli.cjs +1 -1
- package/dist/cli.js +1 -1
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# mastracode
|
|
2
2
|
|
|
3
|
+
## 0.37.0-alpha.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`b8cb683`](https://github.com/mastra-ai/mastra/commit/b8cb683ba66499df254ddd1f7edd8cae3f89d2e7)]:
|
|
8
|
+
- @mastra/core@1.63.1-alpha.3
|
|
9
|
+
- @mastra/code-sdk@1.5.2-alpha.3
|
|
10
|
+
|
|
3
11
|
## 0.37.0-alpha.2
|
|
4
12
|
|
|
5
13
|
### Minor 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.37.0-alpha.
|
|
3
|
+
"version": "0.37.0-alpha.3",
|
|
4
4
|
"description": "",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
@@ -99,22 +99,22 @@
|
|
|
99
99
|
"vscode-languageserver-protocol": "^3.17.5",
|
|
100
100
|
"yaml": "^2.7.1",
|
|
101
101
|
"zod": "^4.3.6",
|
|
102
|
-
"@mastra/code-sdk": "^1.5.2-alpha.2",
|
|
103
102
|
"@mastra/agent-browser": "0.5.1",
|
|
103
|
+
"@mastra/core": "1.63.1-alpha.3",
|
|
104
104
|
"@mastra/duckdb": "1.6.3",
|
|
105
|
-
"@mastra/github-signals": "0.3.0",
|
|
106
105
|
"@mastra/fastembed": "1.3.0",
|
|
107
|
-
"@mastra/
|
|
106
|
+
"@mastra/github-signals": "0.3.0",
|
|
107
|
+
"@mastra/libsql": "1.22.1-alpha.0",
|
|
108
108
|
"@mastra/mcp": "1.17.2",
|
|
109
109
|
"@mastra/memory": "1.28.1-alpha.1",
|
|
110
|
-
"@mastra/libsql": "1.22.1-alpha.0",
|
|
111
|
-
"@mastra/observability": "1.17.4-alpha.0",
|
|
112
110
|
"@mastra/pg": "1.22.1-alpha.0",
|
|
111
|
+
"@mastra/observability": "1.17.4-alpha.0",
|
|
113
112
|
"@mastra/schema-compat": "1.3.7",
|
|
114
113
|
"@mastra/stagehand": "0.3.3",
|
|
115
114
|
"@mastra/tavily": "1.1.1",
|
|
116
|
-
"@mastra/voice-
|
|
117
|
-
"@mastra/
|
|
115
|
+
"@mastra/voice-deepgram": "0.13.0",
|
|
116
|
+
"@mastra/code-sdk": "^1.5.2-alpha.3",
|
|
117
|
+
"@mastra/voice-openai": "0.13.0"
|
|
118
118
|
},
|
|
119
119
|
"devDependencies": {
|
|
120
120
|
"@copilotkit/aimock": "^1.29.0",
|