mastracode 0.42.0-alpha.4 → 0.42.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 +12 -12
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.0
|
|
3
|
+
"version": "0.42.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/code-sdk": "^1.8.1
|
|
102
|
+
"@mastra/code-sdk": "^1.8.1",
|
|
103
103
|
"@mastra/duckdb": "1.10.0",
|
|
104
|
+
"@mastra/core": "1.69.0",
|
|
104
105
|
"@mastra/fastembed": "1.3.1",
|
|
105
|
-
"@mastra/core": "1.69.0-alpha.4",
|
|
106
|
-
"@mastra/memory": "1.31.0",
|
|
107
106
|
"@mastra/github-signals": "0.5.0",
|
|
108
|
-
"@mastra/
|
|
107
|
+
"@mastra/mcp": "2.0.0",
|
|
108
|
+
"@mastra/observability": "1.18.0",
|
|
109
|
+
"@mastra/libsql": "1.23.1",
|
|
110
|
+
"@mastra/memory": "1.31.0",
|
|
109
111
|
"@mastra/pg": "1.26.0",
|
|
110
112
|
"@mastra/schema-compat": "1.3.11",
|
|
111
|
-
"@mastra/tavily": "1.1.2",
|
|
112
|
-
"@mastra/libsql": "1.23.1",
|
|
113
|
-
"@mastra/voice-openai": "0.13.2",
|
|
114
|
-
"@mastra/mcp": "2.0.0",
|
|
115
113
|
"@mastra/stagehand": "0.3.5",
|
|
116
|
-
"@mastra/voice-
|
|
114
|
+
"@mastra/voice-openai": "0.13.2",
|
|
115
|
+
"@mastra/voice-deepgram": "0.13.1",
|
|
116
|
+
"@mastra/tavily": "1.1.2"
|
|
117
117
|
},
|
|
118
118
|
"devDependencies": {
|
|
119
119
|
"@copilotkit/aimock": "^1.29.0",
|
|
@@ -127,8 +127,8 @@
|
|
|
127
127
|
"typescript": "^6.0.3",
|
|
128
128
|
"typescript-eslint": "^8.57.0",
|
|
129
129
|
"vitest": "4.1.11",
|
|
130
|
-
"@internal/lint": "0.0.
|
|
131
|
-
"@internal/types-builder": "0.0.
|
|
130
|
+
"@internal/lint": "0.0.135",
|
|
131
|
+
"@internal/types-builder": "0.0.110"
|
|
132
132
|
},
|
|
133
133
|
"engines": {
|
|
134
134
|
"node": ">=22.19.0"
|