mastracode 0.42.1 → 0.42.2-alpha.0
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/dist/cli.cjs +1 -1
- package/dist/cli.js +1 -1
- package/package.json +9 -9
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.42.
|
|
3
|
+
"version": "0.42.2-alpha.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
@@ -99,21 +99,21 @@
|
|
|
99
99
|
"yaml": "^2.7.1",
|
|
100
100
|
"zod": "^4.6.4",
|
|
101
101
|
"@mastra/agent-browser": "0.5.3",
|
|
102
|
-
"@mastra/
|
|
102
|
+
"@mastra/core": "1.71.0-alpha.0",
|
|
103
|
+
"@mastra/code-sdk": "^1.8.3-alpha.0",
|
|
103
104
|
"@mastra/fastembed": "1.3.1",
|
|
104
|
-
"@mastra/
|
|
105
|
+
"@mastra/duckdb": "1.11.1-alpha.0",
|
|
105
106
|
"@mastra/libsql": "1.23.2",
|
|
106
107
|
"@mastra/mcp": "2.1.0",
|
|
107
|
-
"@mastra/memory": "1.32.0",
|
|
108
108
|
"@mastra/observability": "1.18.0",
|
|
109
|
-
"@mastra/
|
|
109
|
+
"@mastra/memory": "1.32.0",
|
|
110
|
+
"@mastra/github-signals": "0.5.0",
|
|
110
111
|
"@mastra/pg": "1.27.0",
|
|
111
|
-
"@mastra/stagehand": "0.3.5",
|
|
112
|
-
"@mastra/schema-compat": "1.3.11",
|
|
113
112
|
"@mastra/tavily": "1.1.2",
|
|
113
|
+
"@mastra/schema-compat": "1.3.11",
|
|
114
|
+
"@mastra/stagehand": "0.3.5",
|
|
114
115
|
"@mastra/voice-deepgram": "0.13.1",
|
|
115
|
-
"@mastra/voice-openai": "0.13.2"
|
|
116
|
-
"@mastra/core": "1.70.0"
|
|
116
|
+
"@mastra/voice-openai": "0.13.2"
|
|
117
117
|
},
|
|
118
118
|
"devDependencies": {
|
|
119
119
|
"@copilotkit/aimock": "^1.29.0",
|