mastracode 0.32.4-alpha.2 → 0.32.4-alpha.3
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 +9 -0
- package/dist/cli.cjs +1 -1
- package/dist/cli.js +1 -1
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# mastracode
|
|
2
2
|
|
|
3
|
+
## 0.32.4-alpha.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`1288cba`](https://github.com/mastra-ai/mastra/commit/1288cba09b8ab906dba38270c7e2a75400344a98), [`723aa54`](https://github.com/mastra-ai/mastra/commit/723aa5437106bdb708ae03c0ef6b77aa11291e73), [`723aa54`](https://github.com/mastra-ai/mastra/commit/723aa5437106bdb708ae03c0ef6b77aa11291e73), [`723aa54`](https://github.com/mastra-ai/mastra/commit/723aa5437106bdb708ae03c0ef6b77aa11291e73)]:
|
|
8
|
+
- @mastra/pg@1.18.1-alpha.0
|
|
9
|
+
- @mastra/code-sdk@1.1.1-alpha.3
|
|
10
|
+
- @mastra/core@1.55.0-alpha.3
|
|
11
|
+
|
|
3
12
|
## 0.32.4-alpha.2
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
package/dist/cli.cjs
CHANGED
|
@@ -13,7 +13,7 @@ let _mastra_code_sdk_utils_stdin_pipe = require("@mastra/code-sdk/utils/stdin-pi
|
|
|
13
13
|
let _mastra_code_sdk_utils_thread_lock = require("@mastra/code-sdk/utils/thread-lock");
|
|
14
14
|
//#region src/version.ts
|
|
15
15
|
function getCurrentVersion() {
|
|
16
|
-
return "0.32.4-alpha.
|
|
16
|
+
return "0.32.4-alpha.3";
|
|
17
17
|
}
|
|
18
18
|
//#endregion
|
|
19
19
|
//#region src/main.ts
|
package/dist/cli.js
CHANGED
|
@@ -12,7 +12,7 @@ import { drainPipedStdin, reopenStdinFromTTY } from "@mastra/code-sdk/utils/stdi
|
|
|
12
12
|
import { releaseAllThreadLocks } from "@mastra/code-sdk/utils/thread-lock";
|
|
13
13
|
//#region src/version.ts
|
|
14
14
|
function getCurrentVersion() {
|
|
15
|
-
return "0.32.4-alpha.
|
|
15
|
+
return "0.32.4-alpha.3";
|
|
16
16
|
}
|
|
17
17
|
//#endregion
|
|
18
18
|
//#region src/main.ts
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mastracode",
|
|
3
|
-
"version": "0.32.4-alpha.
|
|
3
|
+
"version": "0.32.4-alpha.3",
|
|
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.1.1-alpha.2",
|
|
103
102
|
"@mastra/agent-browser": "0.4.1",
|
|
104
|
-
"@mastra/core": "1.55.0-alpha.2",
|
|
105
|
-
"@mastra/duckdb": "1.5.2",
|
|
106
103
|
"@mastra/fastembed": "1.2.0",
|
|
107
|
-
"@mastra/
|
|
104
|
+
"@mastra/core": "1.55.0-alpha.3",
|
|
105
|
+
"@mastra/duckdb": "1.5.2",
|
|
106
|
+
"@mastra/code-sdk": "^1.1.1-alpha.3",
|
|
108
107
|
"@mastra/libsql": "1.18.0",
|
|
108
|
+
"@mastra/mcp": "1.15.0",
|
|
109
109
|
"@mastra/github-signals": "0.2.2",
|
|
110
110
|
"@mastra/memory": "1.24.0",
|
|
111
|
-
"@mastra/pg": "1.18.0",
|
|
112
111
|
"@mastra/observability": "1.16.3",
|
|
113
|
-
"@mastra/stagehand": "0.3.1",
|
|
114
112
|
"@mastra/schema-compat": "1.3.4",
|
|
115
|
-
"@mastra/
|
|
113
|
+
"@mastra/pg": "1.18.1-alpha.0",
|
|
114
|
+
"@mastra/stagehand": "0.3.1",
|
|
115
|
+
"@mastra/voice-deepgram": "0.13.0",
|
|
116
116
|
"@mastra/tavily": "1.1.1",
|
|
117
|
-
"@mastra/voice-
|
|
117
|
+
"@mastra/voice-openai": "0.13.0"
|
|
118
118
|
},
|
|
119
119
|
"devDependencies": {
|
|
120
120
|
"@copilotkit/aimock": "^1.29.0",
|