mastracode 0.34.0 → 0.34.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 CHANGED
@@ -1,5 +1,16 @@
1
1
  # mastracode
2
2
 
3
+ ## 0.34.1-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`88d14ca`](https://github.com/mastra-ai/mastra/commit/88d14cac008582a618fecc3d5c7fd3bdf4f6ddc3), [`84a5b69`](https://github.com/mastra-ai/mastra/commit/84a5b699f84d6bae0a34efe5a970d891090b9f41), [`84a5b69`](https://github.com/mastra-ai/mastra/commit/84a5b699f84d6bae0a34efe5a970d891090b9f41), [`64cd7ac`](https://github.com/mastra-ai/mastra/commit/64cd7ac22c2c7a6e6b533a4b3a9ede432700f1fb), [`84a5b69`](https://github.com/mastra-ai/mastra/commit/84a5b699f84d6bae0a34efe5a970d891090b9f41), [`038b7b4`](https://github.com/mastra-ai/mastra/commit/038b7b405cb4ac25ab3f3031334111b1f87ac112), [`4132d61`](https://github.com/mastra-ai/mastra/commit/4132d61f8367077120ee9e6420d3224dffd93c93)]:
8
+ - @mastra/core@1.60.1-alpha.0
9
+ - @mastra/libsql@1.21.1-alpha.0
10
+ - @mastra/pg@1.21.1-alpha.0
11
+ - @mastra/mcp@1.17.1-alpha.0
12
+ - @mastra/code-sdk@1.3.1-alpha.0
13
+
3
14
  ## 0.34.0
4
15
 
5
16
  ### 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.34.0";
16
+ return "0.34.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.34.0";
15
+ return "0.34.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.34.0",
3
+ "version": "0.34.1-alpha.0",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "files": [
@@ -101,20 +101,20 @@
101
101
  "zod": "^4.3.6",
102
102
  "@mastra/agent-browser": "0.5.1",
103
103
  "@mastra/duckdb": "1.6.2",
104
- "@mastra/core": "1.60.0",
105
- "@mastra/code-sdk": "^1.3.0",
104
+ "@mastra/code-sdk": "^1.3.1-alpha.0",
105
+ "@mastra/core": "1.60.1-alpha.0",
106
106
  "@mastra/fastembed": "1.2.0",
107
107
  "@mastra/github-signals": "0.2.5",
108
- "@mastra/libsql": "1.21.0",
109
- "@mastra/mcp": "1.17.0",
108
+ "@mastra/libsql": "1.21.1-alpha.0",
109
+ "@mastra/mcp": "1.17.1-alpha.0",
110
110
  "@mastra/memory": "1.27.0",
111
111
  "@mastra/observability": "1.17.1",
112
- "@mastra/pg": "1.21.0",
112
+ "@mastra/pg": "1.21.1-alpha.0",
113
+ "@mastra/stagehand": "0.3.3",
113
114
  "@mastra/schema-compat": "1.3.7",
115
+ "@mastra/voice-deepgram": "0.13.0",
114
116
  "@mastra/tavily": "1.1.1",
115
- "@mastra/voice-openai": "0.13.0",
116
- "@mastra/stagehand": "0.3.3",
117
- "@mastra/voice-deepgram": "0.13.0"
117
+ "@mastra/voice-openai": "0.13.0"
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/types-builder": "0.0.99",
132
- "@internal/lint": "0.0.124"
131
+ "@internal/lint": "0.0.124",
132
+ "@internal/types-builder": "0.0.99"
133
133
  },
134
134
  "engines": {
135
135
  "node": ">=22.19.0"