mastracode 0.37.1-alpha.0 → 0.37.1
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/dist/cli.cjs +1 -1
- package/dist/cli.js +1 -1
- package/package.json +12 -12
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# mastracode
|
|
2
2
|
|
|
3
|
+
## 0.37.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`3e7eced`](https://github.com/mastra-ai/mastra/commit/3e7eced50f51fb068cba581763248a012f295ba4), [`3e7eced`](https://github.com/mastra-ai/mastra/commit/3e7eced50f51fb068cba581763248a012f295ba4), [`0a9d29c`](https://github.com/mastra-ai/mastra/commit/0a9d29c0c4dbbaa6afc1c8146cdd41759cbd4002)]:
|
|
8
|
+
- @mastra/libsql@1.22.2
|
|
9
|
+
- @mastra/pg@1.22.2
|
|
10
|
+
- @mastra/core@1.63.2
|
|
11
|
+
- @mastra/code-sdk@1.5.3
|
|
12
|
+
|
|
3
13
|
## 0.37.1-alpha.0
|
|
4
14
|
|
|
5
15
|
### Patch 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.1
|
|
3
|
+
"version": "0.37.1",
|
|
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.3-alpha.0",
|
|
103
|
-
"@mastra/core": "1.63.2-alpha.0",
|
|
104
102
|
"@mastra/agent-browser": "0.5.1",
|
|
103
|
+
"@mastra/code-sdk": "^1.5.3",
|
|
104
|
+
"@mastra/core": "1.63.2",
|
|
105
105
|
"@mastra/duckdb": "1.6.3",
|
|
106
|
+
"@mastra/fastembed": "1.3.0",
|
|
106
107
|
"@mastra/github-signals": "0.3.0",
|
|
108
|
+
"@mastra/libsql": "1.22.2",
|
|
107
109
|
"@mastra/mcp": "1.17.2",
|
|
108
|
-
"@mastra/fastembed": "1.3.0",
|
|
109
|
-
"@mastra/libsql": "1.22.2-alpha.0",
|
|
110
|
-
"@mastra/observability": "1.17.4",
|
|
111
|
-
"@mastra/pg": "1.22.2-alpha.0",
|
|
112
110
|
"@mastra/memory": "1.28.1",
|
|
111
|
+
"@mastra/observability": "1.17.4",
|
|
112
|
+
"@mastra/pg": "1.22.2",
|
|
113
113
|
"@mastra/schema-compat": "1.3.7",
|
|
114
|
-
"@mastra/stagehand": "0.3.3",
|
|
115
|
-
"@mastra/voice-openai": "0.13.0",
|
|
116
114
|
"@mastra/tavily": "1.1.1",
|
|
117
|
-
"@mastra/voice-deepgram": "0.13.0"
|
|
115
|
+
"@mastra/voice-deepgram": "0.13.0",
|
|
116
|
+
"@mastra/voice-openai": "0.13.0",
|
|
117
|
+
"@mastra/stagehand": "0.3.3"
|
|
118
118
|
},
|
|
119
119
|
"devDependencies": {
|
|
120
120
|
"@copilotkit/aimock": "^1.29.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/lint": "0.0.
|
|
132
|
-
"@internal/types-builder": "0.0.
|
|
131
|
+
"@internal/lint": "0.0.129",
|
|
132
|
+
"@internal/types-builder": "0.0.104"
|
|
133
133
|
},
|
|
134
134
|
"engines": {
|
|
135
135
|
"node": ">=22.19.0"
|