mastracode 0.35.0 → 0.35.1-alpha.2
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 +28 -0
- package/dist/cli.cjs +1 -1
- package/dist/cli.js +1 -1
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,33 @@
|
|
|
1
1
|
# mastracode
|
|
2
2
|
|
|
3
|
+
## 0.35.1-alpha.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`e737014`](https://github.com/mastra-ai/mastra/commit/e737014e0fc7035759762bb5b48baef1d6c0f6a7), [`e737014`](https://github.com/mastra-ai/mastra/commit/e737014e0fc7035759762bb5b48baef1d6c0f6a7), [`e737014`](https://github.com/mastra-ai/mastra/commit/e737014e0fc7035759762bb5b48baef1d6c0f6a7), [`d6ce34a`](https://github.com/mastra-ai/mastra/commit/d6ce34aeceb06ddf3d595a1eed5cc74f481a46a1), [`e6f8450`](https://github.com/mastra-ai/mastra/commit/e6f845074d478527026b18d85031b23353e1d0a4)]:
|
|
8
|
+
- @mastra/duckdb@1.6.3-alpha.0
|
|
9
|
+
- @mastra/core@1.62.0-alpha.2
|
|
10
|
+
- @mastra/pg@1.22.0-alpha.0
|
|
11
|
+
- @mastra/code-sdk@1.4.1-alpha.2
|
|
12
|
+
|
|
13
|
+
## 0.35.1-alpha.1
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- Updated dependencies [[`f95f468`](https://github.com/mastra-ai/mastra/commit/f95f468cf1e7c2b924a13826494f98b8f2ccd581), [`cb0291c`](https://github.com/mastra-ai/mastra/commit/cb0291cca0f8a769495375ff213cbda2512bb542)]:
|
|
18
|
+
- @mastra/core@1.61.1-alpha.1
|
|
19
|
+
- @mastra/observability@1.17.2-alpha.0
|
|
20
|
+
- @mastra/code-sdk@1.4.1-alpha.1
|
|
21
|
+
- @mastra/mcp@1.17.1
|
|
22
|
+
|
|
23
|
+
## 0.35.1-alpha.0
|
|
24
|
+
|
|
25
|
+
### Patch Changes
|
|
26
|
+
|
|
27
|
+
- Updated dependencies [[`1e47b75`](https://github.com/mastra-ai/mastra/commit/1e47b7520cab4cfaa8daed52f17e2e6d14ff7539)]:
|
|
28
|
+
- @mastra/core@1.61.1-alpha.0
|
|
29
|
+
- @mastra/code-sdk@1.4.1-alpha.0
|
|
30
|
+
|
|
3
31
|
## 0.35.0
|
|
4
32
|
|
|
5
33
|
### Minor 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.35.
|
|
3
|
+
"version": "0.35.1-alpha.2",
|
|
4
4
|
"description": "",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
@@ -100,18 +100,18 @@
|
|
|
100
100
|
"yaml": "^2.7.1",
|
|
101
101
|
"zod": "^4.3.6",
|
|
102
102
|
"@mastra/agent-browser": "0.5.1",
|
|
103
|
-
"@mastra/code-sdk": "^1.4.
|
|
104
|
-
"@mastra/
|
|
105
|
-
"@mastra/github-signals": "0.2.5",
|
|
106
|
-
"@mastra/core": "1.61.0",
|
|
107
|
-
"@mastra/libsql": "1.21.1",
|
|
103
|
+
"@mastra/code-sdk": "^1.4.1-alpha.2",
|
|
104
|
+
"@mastra/core": "1.62.0-alpha.2",
|
|
108
105
|
"@mastra/fastembed": "1.2.0",
|
|
106
|
+
"@mastra/github-signals": "0.2.5",
|
|
109
107
|
"@mastra/mcp": "1.17.1",
|
|
108
|
+
"@mastra/libsql": "1.21.1",
|
|
109
|
+
"@mastra/duckdb": "1.6.3-alpha.0",
|
|
110
110
|
"@mastra/memory": "1.27.0",
|
|
111
|
-
"@mastra/
|
|
111
|
+
"@mastra/observability": "1.17.2-alpha.0",
|
|
112
|
+
"@mastra/pg": "1.22.0-alpha.0",
|
|
112
113
|
"@mastra/schema-compat": "1.3.7",
|
|
113
114
|
"@mastra/stagehand": "0.3.3",
|
|
114
|
-
"@mastra/observability": "1.17.1",
|
|
115
115
|
"@mastra/tavily": "1.1.1",
|
|
116
116
|
"@mastra/voice-deepgram": "0.13.0",
|
|
117
117
|
"@mastra/voice-openai": "0.13.0"
|