mastracode 0.31.0-alpha.5 → 0.31.0-alpha.6
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 +10 -0
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# mastracode
|
|
2
2
|
|
|
3
|
+
## 0.31.0-alpha.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`fb8aea3`](https://github.com/mastra-ai/mastra/commit/fb8aea384291e77311be3a64ee1717320d5c3c73), [`bd4d720`](https://github.com/mastra-ai/mastra/commit/bd4d720458e42c49b6829c4662812332be32cfcf), [`4ce0163`](https://github.com/mastra-ai/mastra/commit/4ce0163dc86e675a86809685c8ce6c49f1aeb87e)]:
|
|
8
|
+
- @mastra/core@1.51.0-alpha.5
|
|
9
|
+
- @mastra/observability@1.16.1-alpha.0
|
|
10
|
+
- @mastra/code-sdk@0.1.0-alpha.5
|
|
11
|
+
- @mastra/mcp@1.14.0-alpha.0
|
|
12
|
+
|
|
3
13
|
## 0.31.0-alpha.5
|
|
4
14
|
|
|
5
15
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mastracode",
|
|
3
|
-
"version": "0.31.0-alpha.
|
|
3
|
+
"version": "0.31.0-alpha.6",
|
|
4
4
|
"description": "",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
@@ -100,17 +100,17 @@
|
|
|
100
100
|
"yaml": "^2.7.1",
|
|
101
101
|
"zod": "^4.3.6",
|
|
102
102
|
"@mastra/agent-browser": "0.4.1",
|
|
103
|
-
"@mastra/
|
|
104
|
-
"@mastra/code-sdk": "^0.1.0-alpha.4",
|
|
103
|
+
"@mastra/code-sdk": "^0.1.0-alpha.5",
|
|
105
104
|
"@mastra/duckdb": "1.5.1",
|
|
106
105
|
"@mastra/fastembed": "1.2.0",
|
|
107
106
|
"@mastra/github-signals": "0.2.2",
|
|
108
107
|
"@mastra/libsql": "1.16.0-alpha.0",
|
|
109
|
-
"@mastra/
|
|
108
|
+
"@mastra/core": "1.51.0-alpha.5",
|
|
110
109
|
"@mastra/mcp": "1.14.0-alpha.0",
|
|
111
|
-
"@mastra/observability": "1.16.0",
|
|
112
|
-
"@mastra/
|
|
110
|
+
"@mastra/observability": "1.16.1-alpha.0",
|
|
111
|
+
"@mastra/memory": "1.23.0-alpha.3",
|
|
113
112
|
"@mastra/pg": "1.15.1",
|
|
113
|
+
"@mastra/schema-compat": "1.3.4-alpha.1",
|
|
114
114
|
"@mastra/stagehand": "0.3.0",
|
|
115
115
|
"@mastra/tavily": "1.1.0",
|
|
116
116
|
"@mastra/voice-deepgram": "0.13.0",
|
|
@@ -128,8 +128,8 @@
|
|
|
128
128
|
"typescript": "^6.0.3",
|
|
129
129
|
"typescript-eslint": "^8.57.0",
|
|
130
130
|
"vitest": "4.1.9",
|
|
131
|
-
"@internal/
|
|
132
|
-
"@internal/
|
|
131
|
+
"@internal/lint": "0.0.113",
|
|
132
|
+
"@internal/types-builder": "0.0.88"
|
|
133
133
|
},
|
|
134
134
|
"engines": {
|
|
135
135
|
"node": ">=22.19.0"
|