mastracode 0.31.0-alpha.3 → 0.31.0-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.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # mastracode
2
2
 
3
+ ## 0.31.0-alpha.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`177010f`](https://github.com/mastra-ai/mastra/commit/177010ff096d2e4b28d89803be5b1a4cad2a0d6b), [`54a51e0`](https://github.com/mastra-ai/mastra/commit/54a51e0a484fe1ebad3fb1f7ef5282a075709eb7)]:
8
+ - @mastra/core@1.51.0-alpha.3
9
+ - @mastra/code-sdk@0.1.0-alpha.3
10
+
3
11
  ## 0.31.0-alpha.3
4
12
 
5
13
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mastracode",
3
- "version": "0.31.0-alpha.3",
3
+ "version": "0.31.0-alpha.4",
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/code-sdk": "^0.1.0-alpha.2",
104
- "@mastra/duckdb": "1.5.1",
105
- "@mastra/core": "1.51.0-alpha.2",
103
+ "@mastra/code-sdk": "^0.1.0-alpha.3",
104
+ "@mastra/core": "1.51.0-alpha.3",
106
105
  "@mastra/fastembed": "1.2.0",
106
+ "@mastra/github-signals": "0.2.2",
107
+ "@mastra/duckdb": "1.5.1",
107
108
  "@mastra/libsql": "1.16.0-alpha.0",
108
109
  "@mastra/mcp": "1.13.1",
109
- "@mastra/memory": "1.23.0-alpha.2",
110
- "@mastra/github-signals": "0.2.2",
111
110
  "@mastra/observability": "1.16.0",
112
- "@mastra/pg": "1.15.1",
113
111
  "@mastra/schema-compat": "1.3.4-alpha.1",
112
+ "@mastra/pg": "1.15.1",
113
+ "@mastra/memory": "1.23.0-alpha.2",
114
114
  "@mastra/stagehand": "0.3.0",
115
115
  "@mastra/voice-deepgram": "0.13.0",
116
- "@mastra/voice-openai": "0.13.0",
117
- "@mastra/tavily": "1.1.0"
116
+ "@mastra/tavily": "1.1.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.9",
131
- "@internal/lint": "0.0.113",
132
- "@internal/types-builder": "0.0.88"
131
+ "@internal/types-builder": "0.0.88",
132
+ "@internal/lint": "0.0.113"
133
133
  },
134
134
  "engines": {
135
135
  "node": ">=22.19.0"