mastracode 0.31.0-alpha.13 → 0.31.0-alpha.14
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 +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# mastracode
|
|
2
2
|
|
|
3
|
+
## 0.31.0-alpha.14
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`a99eae8`](https://github.com/mastra-ai/mastra/commit/a99eae8908e500c1b2d12f9d277be616b98617a5), [`fd13f8e`](https://github.com/mastra-ai/mastra/commit/fd13f8e21990f9904c3eedba3a626bb4a929cdb8), [`fd13f8e`](https://github.com/mastra-ai/mastra/commit/fd13f8e21990f9904c3eedba3a626bb4a929cdb8), [`f703f87`](https://github.com/mastra-ai/mastra/commit/f703f878de072d51fda557f9c50867d8252bef05), [`0ad646f`](https://github.com/mastra-ai/mastra/commit/0ad646f71a530f2454664299e5e01bfd13fa12e5), [`0ad646f`](https://github.com/mastra-ai/mastra/commit/0ad646f71a530f2454664299e5e01bfd13fa12e5)]:
|
|
8
|
+
- @mastra/core@1.51.0-alpha.13
|
|
9
|
+
- @mastra/pg@1.16.0-alpha.0
|
|
10
|
+
- @mastra/libsql@1.16.0-alpha.1
|
|
11
|
+
- @mastra/code-sdk@0.1.0-alpha.13
|
|
12
|
+
|
|
3
13
|
## 0.31.0-alpha.13
|
|
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.14",
|
|
4
4
|
"description": "",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
@@ -99,26 +99,26 @@
|
|
|
99
99
|
"vscode-languageserver-protocol": "^3.17.5",
|
|
100
100
|
"yaml": "^2.7.1",
|
|
101
101
|
"zod": "^4.3.6",
|
|
102
|
-
"@mastra/code-sdk": "^0.1.0-alpha.12",
|
|
103
102
|
"@mastra/agent-browser": "0.4.1",
|
|
103
|
+
"@mastra/code-sdk": "^0.1.0-alpha.13",
|
|
104
104
|
"@mastra/duckdb": "1.5.1",
|
|
105
|
-
"@mastra/core": "1.51.0-alpha.
|
|
105
|
+
"@mastra/core": "1.51.0-alpha.13",
|
|
106
106
|
"@mastra/fastembed": "1.2.0",
|
|
107
107
|
"@mastra/github-signals": "0.2.2",
|
|
108
108
|
"@mastra/mcp": "1.14.0-alpha.0",
|
|
109
|
-
"@mastra/observability": "1.16.1-alpha.1",
|
|
110
109
|
"@mastra/memory": "1.23.0-alpha.4",
|
|
110
|
+
"@mastra/libsql": "1.16.0-alpha.1",
|
|
111
|
+
"@mastra/observability": "1.16.1-alpha.1",
|
|
112
|
+
"@mastra/pg": "1.16.0-alpha.0",
|
|
111
113
|
"@mastra/schema-compat": "1.3.4-alpha.2",
|
|
112
|
-
"@mastra/pg": "1.15.1",
|
|
113
114
|
"@mastra/stagehand": "0.3.0",
|
|
114
115
|
"@mastra/tavily": "1.1.0",
|
|
115
116
|
"@mastra/voice-deepgram": "0.13.0",
|
|
116
|
-
"@mastra/libsql": "1.16.0-alpha.0",
|
|
117
117
|
"@mastra/voice-openai": "0.13.0"
|
|
118
118
|
},
|
|
119
119
|
"devDependencies": {
|
|
120
120
|
"@copilotkit/aimock": "^1.29.0",
|
|
121
|
-
"@types/node": "22.
|
|
121
|
+
"@types/node": "22.20.1",
|
|
122
122
|
"@vitest/coverage-v8": "4.1.10",
|
|
123
123
|
"@vitest/ui": "4.1.10",
|
|
124
124
|
"@xterm/headless": "6.0.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/types-builder": "0.0.88",
|
|
132
|
+
"@internal/lint": "0.0.113"
|
|
133
133
|
},
|
|
134
134
|
"engines": {
|
|
135
135
|
"node": ">=22.19.0"
|