mastracode 0.33.0 → 0.33.1-alpha.0
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 +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# mastracode
|
|
2
2
|
|
|
3
|
+
## 0.33.1-alpha.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`088e41e`](https://github.com/mastra-ai/mastra/commit/088e41e434ed05f2c674b254f1034ec46a57a7be), [`b2f0013`](https://github.com/mastra-ai/mastra/commit/b2f0013375588d40c03c13e843b99c0ff8872ca5), [`3b541ae`](https://github.com/mastra-ai/mastra/commit/3b541ae5d410c52b80a7e381d84d021cddb9a449), [`ae79e34`](https://github.com/mastra-ai/mastra/commit/ae79e34c0bd8674fc24c7524217bfc4a051c6136), [`a6c4399`](https://github.com/mastra-ai/mastra/commit/a6c4399763590b3dae21a2c81826e89a3b1deee4), [`ae79e34`](https://github.com/mastra-ai/mastra/commit/ae79e34c0bd8674fc24c7524217bfc4a051c6136)]:
|
|
8
|
+
- @mastra/core@1.59.0-alpha.0
|
|
9
|
+
- @mastra/observability@1.17.0-alpha.0
|
|
10
|
+
- @mastra/code-sdk@1.2.1-alpha.0
|
|
11
|
+
- @mastra/mcp@1.16.0
|
|
12
|
+
|
|
3
13
|
## 0.33.0
|
|
4
14
|
|
|
5
15
|
### Minor 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.33.0";
|
|
16
|
+
return "0.33.1-alpha.0";
|
|
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.33.0";
|
|
15
|
+
return "0.33.1-alpha.0";
|
|
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.33.0",
|
|
3
|
+
"version": "0.33.1-alpha.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
@@ -99,19 +99,19 @@
|
|
|
99
99
|
"vscode-languageserver-protocol": "^3.17.5",
|
|
100
100
|
"yaml": "^2.7.1",
|
|
101
101
|
"zod": "^4.3.6",
|
|
102
|
-
"@mastra/duckdb": "1.6.1",
|
|
103
102
|
"@mastra/agent-browser": "0.5.1",
|
|
104
|
-
"@mastra/
|
|
105
|
-
"@mastra/
|
|
106
|
-
"@mastra/
|
|
107
|
-
"@mastra/github-signals": "0.2.5",
|
|
103
|
+
"@mastra/code-sdk": "^1.2.1-alpha.0",
|
|
104
|
+
"@mastra/duckdb": "1.6.1",
|
|
105
|
+
"@mastra/core": "1.59.0-alpha.0",
|
|
108
106
|
"@mastra/libsql": "1.20.0",
|
|
107
|
+
"@mastra/fastembed": "1.2.0",
|
|
109
108
|
"@mastra/mcp": "1.16.0",
|
|
109
|
+
"@mastra/github-signals": "0.2.5",
|
|
110
|
+
"@mastra/observability": "1.17.0-alpha.0",
|
|
110
111
|
"@mastra/memory": "1.26.1",
|
|
111
|
-
"@mastra/observability": "1.16.6",
|
|
112
112
|
"@mastra/pg": "1.20.0",
|
|
113
|
-
"@mastra/schema-compat": "1.3.6",
|
|
114
113
|
"@mastra/stagehand": "0.3.2",
|
|
114
|
+
"@mastra/schema-compat": "1.3.6",
|
|
115
115
|
"@mastra/tavily": "1.1.1",
|
|
116
116
|
"@mastra/voice-deepgram": "0.13.0",
|
|
117
117
|
"@mastra/voice-openai": "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.10",
|
|
131
|
-
"@internal/
|
|
132
|
-
"@internal/
|
|
131
|
+
"@internal/types-builder": "0.0.97",
|
|
132
|
+
"@internal/lint": "0.0.122"
|
|
133
133
|
},
|
|
134
134
|
"engines": {
|
|
135
135
|
"node": ">=22.19.0"
|