mastracode 0.33.1 → 0.33.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,23 @@
1
1
  # mastracode
2
2
 
3
+ ## 0.33.2-alpha.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`15101bb`](https://github.com/mastra-ai/mastra/commit/15101bb53c0d934f31af6b8813b88191e382a5e5), [`c2c3deb`](https://github.com/mastra-ai/mastra/commit/c2c3debcf670c7082d0a5e553aa99818a864698c), [`d6c618f`](https://github.com/mastra-ai/mastra/commit/d6c618f37496f801827d4caa76feab742f1a7383), [`33374ba`](https://github.com/mastra-ai/mastra/commit/33374ba359e4fb13eaa918ae925fe167a3c55414), [`4c0b961`](https://github.com/mastra-ai/mastra/commit/4c0b9611e89c5097b7a02a28c6816e0adcbcfa09), [`c5f964d`](https://github.com/mastra-ai/mastra/commit/c5f964d3f77064e978f8066ec506eed77ba5c63c), [`f8f653f`](https://github.com/mastra-ai/mastra/commit/f8f653f10980d01a73706cc3c8689ca5e40ce808)]:
8
+ - @mastra/core@1.60.0-alpha.1
9
+ - @mastra/observability@1.17.1-alpha.0
10
+ - @mastra/code-sdk@1.2.2-alpha.1
11
+ - @mastra/mcp@1.16.0
12
+
13
+ ## 0.33.2-alpha.0
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies [[`587f6ef`](https://github.com/mastra-ai/mastra/commit/587f6efcfc25880b93760a8607d1cd381ec612fe)]:
18
+ - @mastra/core@1.59.1-alpha.0
19
+ - @mastra/code-sdk@1.2.2-alpha.0
20
+
3
21
  ## 0.33.1
4
22
 
5
23
  ### Patch 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.1";
16
+ return "0.33.2-alpha.1";
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.1";
15
+ return "0.33.2-alpha.1";
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.1",
3
+ "version": "0.33.2-alpha.1",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "files": [
@@ -100,19 +100,19 @@
100
100
  "yaml": "^2.7.1",
101
101
  "zod": "^4.3.6",
102
102
  "@mastra/agent-browser": "0.5.1",
103
+ "@mastra/code-sdk": "^1.2.2-alpha.1",
104
+ "@mastra/core": "1.60.0-alpha.1",
103
105
  "@mastra/duckdb": "1.6.1",
104
106
  "@mastra/fastembed": "1.2.0",
105
- "@mastra/core": "1.59.0",
106
- "@mastra/code-sdk": "^1.2.1",
107
- "@mastra/libsql": "1.20.0",
108
107
  "@mastra/github-signals": "0.2.5",
108
+ "@mastra/libsql": "1.20.0",
109
109
  "@mastra/mcp": "1.16.0",
110
110
  "@mastra/memory": "1.26.2",
111
- "@mastra/observability": "1.17.0",
111
+ "@mastra/observability": "1.17.1-alpha.0",
112
+ "@mastra/pg": "1.20.0",
112
113
  "@mastra/schema-compat": "1.3.7",
113
114
  "@mastra/stagehand": "0.3.3",
114
115
  "@mastra/tavily": "1.1.1",
115
- "@mastra/pg": "1.20.0",
116
116
  "@mastra/voice-deepgram": "0.13.0",
117
117
  "@mastra/voice-openai": "0.13.0"
118
118
  },
@@ -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/lint": "0.0.123",
132
- "@internal/types-builder": "0.0.98"
131
+ "@internal/types-builder": "0.0.98",
132
+ "@internal/lint": "0.0.123"
133
133
  },
134
134
  "engines": {
135
135
  "node": ">=22.19.0"