mastracode 0.32.2-alpha.2 → 0.32.2-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 CHANGED
@@ -1,5 +1,13 @@
1
1
  # mastracode
2
2
 
3
+ ## 0.32.2-alpha.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies:
8
+ - @mastra/core@1.53.0-alpha.3
9
+ - @mastra/code-sdk@1.0.2-alpha.3
10
+
3
11
  ## 0.32.2-alpha.2
4
12
 
5
13
  ### 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.3";
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.3";
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.3",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "files": [
@@ -100,21 +100,21 @@
100
100
  "yaml": "^2.7.1",
101
101
  "zod": "^4.3.6",
102
102
  "@mastra/agent-browser": "0.4.1",
103
- "@mastra/core": "1.53.0-alpha.2",
104
103
  "@mastra/duckdb": "1.5.1",
105
- "@mastra/code-sdk": "^1.0.2-alpha.2",
104
+ "@mastra/code-sdk": "^1.0.2-alpha.3",
105
+ "@mastra/core": "1.53.0-alpha.3",
106
106
  "@mastra/fastembed": "1.2.0",
107
- "@mastra/github-signals": "0.2.2",
108
107
  "@mastra/libsql": "1.17.1-alpha.0",
109
108
  "@mastra/mcp": "1.15.0",
110
109
  "@mastra/memory": "1.23.1",
110
+ "@mastra/github-signals": "0.2.2",
111
+ "@mastra/pg": "1.17.0",
111
112
  "@mastra/observability": "1.16.2",
112
113
  "@mastra/schema-compat": "1.3.4",
113
114
  "@mastra/stagehand": "0.3.1",
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",