mastracode 0.32.2-alpha.0 → 0.32.2-alpha.1

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.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`c8d8a01`](https://github.com/mastra-ai/mastra/commit/c8d8a010ee2efe2b7bf4d07707382c34c87b14e4), [`371cf60`](https://github.com/mastra-ai/mastra/commit/371cf6075cef88ac6919a08d59a82e485397364a), [`263d2ca`](https://github.com/mastra-ai/mastra/commit/263d2cac80ba3b03b9c0f008db6f1f1b9eb0278c)]:
8
+ - @mastra/core@1.53.0-alpha.1
9
+ - @mastra/code-sdk@1.0.2-alpha.1
10
+
3
11
  ## 0.32.2-alpha.0
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.0";
22
+ return "0.32.2-alpha.1";
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.0";
16
+ return "0.32.2-alpha.1";
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.0",
3
+ "version": "0.32.2-alpha.1",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "files": [
@@ -99,18 +99,18 @@
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.0.2-alpha.0",
103
102
  "@mastra/agent-browser": "0.4.1",
104
- "@mastra/core": "1.52.2-alpha.0",
105
103
  "@mastra/duckdb": "1.5.1",
104
+ "@mastra/core": "1.53.0-alpha.1",
106
105
  "@mastra/github-signals": "0.2.2",
107
106
  "@mastra/fastembed": "1.2.0",
108
- "@mastra/libsql": "1.17.1-alpha.0",
107
+ "@mastra/code-sdk": "^1.0.2-alpha.1",
109
108
  "@mastra/mcp": "1.15.0",
110
109
  "@mastra/memory": "1.23.1",
111
110
  "@mastra/observability": "1.16.2",
112
- "@mastra/pg": "1.17.0",
111
+ "@mastra/libsql": "1.17.1-alpha.0",
113
112
  "@mastra/schema-compat": "1.3.4",
113
+ "@mastra/pg": "1.17.0",
114
114
  "@mastra/stagehand": "0.3.1",
115
115
  "@mastra/tavily": "1.1.1",
116
116
  "@mastra/voice-deepgram": "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/types-builder": "0.0.91",
132
- "@internal/lint": "0.0.116"
131
+ "@internal/lint": "0.0.116",
132
+ "@internal/types-builder": "0.0.91"
133
133
  },
134
134
  "engines": {
135
135
  "node": ">=22.19.0"