mastracode 0.32.2-alpha.2 → 0.32.2-alpha.4

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,23 @@
1
1
  # mastracode
2
2
 
3
+ ## 0.32.2-alpha.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`f497717`](https://github.com/mastra-ai/mastra/commit/f497717304ad76043f689711ccc044f0cd51ba41), [`73839cb`](https://github.com/mastra-ai/mastra/commit/73839cb58322679c170627d1015669ede5f619aa), [`8e4dc79`](https://github.com/mastra-ai/mastra/commit/8e4dc793dcf035ea506f9ce79f56d2d501a4be14), [`2db93cc`](https://github.com/mastra-ai/mastra/commit/2db93ccd0b872e4de7853a93383efe0647901df8), [`094ab61`](https://github.com/mastra-ai/mastra/commit/094ab6129a1a3ecf6eeb86decac17d5faea4e02a), [`fe80944`](https://github.com/mastra-ai/mastra/commit/fe80944f3ef6681fea6eae8200fce387b7bb3c2f), [`9fdb1b5`](https://github.com/mastra-ai/mastra/commit/9fdb1b50c39742e1a01b319a864754c90e7aa947), [`8e4dc79`](https://github.com/mastra-ai/mastra/commit/8e4dc793dcf035ea506f9ce79f56d2d501a4be14), [`e51e166`](https://github.com/mastra-ai/mastra/commit/e51e166c52e220abc9b64554ce37359dca8544b1)]:
8
+ - @mastra/code-sdk@1.0.2-alpha.4
9
+ - @mastra/core@1.53.0-alpha.4
10
+ - @mastra/pg@1.17.1-alpha.0
11
+ - @mastra/libsql@1.17.1-alpha.1
12
+
13
+ ## 0.32.2-alpha.3
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies:
18
+ - @mastra/core@1.53.0-alpha.3
19
+ - @mastra/code-sdk@1.0.2-alpha.3
20
+
3
21
  ## 0.32.2-alpha.2
4
22
 
5
23
  ### Patch Changes
package/dist/cli.cjs CHANGED
@@ -19,7 +19,7 @@ var fs__default = /*#__PURE__*/_interopDefault(fs);
19
19
 
20
20
  function getCurrentVersion() {
21
21
  {
22
- return "0.32.2-alpha.2";
22
+ return "0.32.2-alpha.4";
23
23
  }
24
24
  }
25
25
 
package/dist/cli.js CHANGED
@@ -13,7 +13,7 @@ import { releaseAllThreadLocks } from '@mastra/code-sdk/utils/thread-lock';
13
13
 
14
14
  function getCurrentVersion() {
15
15
  {
16
- return "0.32.2-alpha.2";
16
+ return "0.32.2-alpha.4";
17
17
  }
18
18
  }
19
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mastracode",
3
- "version": "0.32.2-alpha.2",
3
+ "version": "0.32.2-alpha.4",
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/agent-browser": "0.4.1",
103
- "@mastra/core": "1.53.0-alpha.2",
102
+ "@mastra/core": "1.53.0-alpha.4",
103
+ "@mastra/code-sdk": "^1.0.2-alpha.4",
104
104
  "@mastra/duckdb": "1.5.1",
105
- "@mastra/code-sdk": "^1.0.2-alpha.2",
106
- "@mastra/fastembed": "1.2.0",
105
+ "@mastra/agent-browser": "0.4.1",
106
+ "@mastra/libsql": "1.17.1-alpha.1",
107
107
  "@mastra/github-signals": "0.2.2",
108
- "@mastra/libsql": "1.17.1-alpha.0",
109
- "@mastra/mcp": "1.15.0",
110
- "@mastra/memory": "1.23.1",
108
+ "@mastra/fastembed": "1.2.0",
111
109
  "@mastra/observability": "1.16.2",
110
+ "@mastra/mcp": "1.15.0",
112
111
  "@mastra/schema-compat": "1.3.4",
112
+ "@mastra/memory": "1.23.1",
113
113
  "@mastra/stagehand": "0.3.1",
114
+ "@mastra/pg": "1.17.1-alpha.0",
114
115
  "@mastra/tavily": "1.1.1",
115
- "@mastra/pg": "1.17.0",
116
- "@mastra/voice-openai": "0.13.0",
117
- "@mastra/voice-deepgram": "0.13.0"
116
+ "@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",