mastracode 0.38.0-alpha.8 → 0.38.0

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/dist/cli.cjs CHANGED
@@ -41,7 +41,7 @@ function createShutdownCoordinator(cleanup, exit, timeoutMs = 5e3) {
41
41
  //#endregion
42
42
  //#region src/version.ts
43
43
  function getCurrentVersion() {
44
- return "0.38.0-alpha.8";
44
+ return "0.38.0";
45
45
  }
46
46
  //#endregion
47
47
  //#region src/main.ts
package/dist/cli.js CHANGED
@@ -40,7 +40,7 @@ function createShutdownCoordinator(cleanup, exit, timeoutMs = 5e3) {
40
40
  //#endregion
41
41
  //#region src/version.ts
42
42
  function getCurrentVersion() {
43
- return "0.38.0-alpha.8";
43
+ return "0.38.0";
44
44
  }
45
45
  //#endregion
46
46
  //#region src/main.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mastracode",
3
- "version": "0.38.0-alpha.8",
3
+ "version": "0.38.0",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "files": [
@@ -98,22 +98,22 @@
98
98
  "vscode-languageserver-protocol": "^3.17.5",
99
99
  "yaml": "^2.7.1",
100
100
  "zod": "^4.3.6",
101
- "@mastra/agent-browser": "0.5.2-alpha.1",
102
- "@mastra/code-sdk": "^1.6.0-alpha.9",
103
- "@mastra/duckdb": "1.6.4-alpha.1",
104
- "@mastra/core": "1.64.0-alpha.7",
105
- "@mastra/fastembed": "1.3.1-alpha.1",
106
- "@mastra/github-signals": "0.4.0-alpha.2",
107
- "@mastra/libsql": "1.22.3-alpha.3",
108
- "@mastra/observability": "1.17.5-alpha.1",
109
- "@mastra/stagehand": "0.3.4-alpha.1",
110
- "@mastra/pg": "1.22.3-alpha.3",
111
- "@mastra/memory": "1.28.2-alpha.2",
112
- "@mastra/schema-compat": "1.3.8-alpha.1",
113
- "@mastra/tavily": "1.1.2-alpha.1",
114
- "@mastra/voice-openai": "0.13.1-alpha.1",
115
- "@mastra/voice-deepgram": "0.13.1-alpha.1",
116
- "@mastra/mcp": "1.17.3-alpha.2"
101
+ "@mastra/agent-browser": "0.5.2",
102
+ "@mastra/code-sdk": "^1.6.0",
103
+ "@mastra/core": "1.64.0",
104
+ "@mastra/duckdb": "1.6.4",
105
+ "@mastra/fastembed": "1.3.1",
106
+ "@mastra/github-signals": "0.4.0",
107
+ "@mastra/mcp": "1.17.3",
108
+ "@mastra/memory": "1.28.2",
109
+ "@mastra/observability": "1.17.5",
110
+ "@mastra/libsql": "1.22.3",
111
+ "@mastra/pg": "1.22.3",
112
+ "@mastra/schema-compat": "1.3.8",
113
+ "@mastra/stagehand": "0.3.4",
114
+ "@mastra/voice-deepgram": "0.13.1",
115
+ "@mastra/tavily": "1.1.2",
116
+ "@mastra/voice-openai": "0.13.1"
117
117
  },
118
118
  "devDependencies": {
119
119
  "@copilotkit/aimock": "^1.29.0",
@@ -127,8 +127,8 @@
127
127
  "typescript": "^6.0.3",
128
128
  "typescript-eslint": "^8.57.0",
129
129
  "vitest": "4.1.10",
130
- "@internal/lint": "0.0.129",
131
- "@internal/types-builder": "0.0.104"
130
+ "@internal/lint": "0.0.130",
131
+ "@internal/types-builder": "0.0.105"
132
132
  },
133
133
  "engines": {
134
134
  "node": ">=22.19.0"