@mastra/code-sdk 1.6.0-alpha.1 → 1.6.0-alpha.11

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.
@@ -1 +1 @@
1
- {"version":3,"file":"save-workflow.d.ts","sourceRoot":"","sources":["../../../src/tools/workflows/save-workflow.ts"],"names":[],"mappings":"AAYA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,OAAO,EAAE,2CAA2C,IAAI,0BAA0B,EAAE,MAAM,gCAAgC,CAAC;AAE3H,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;mBAGzC,CAAC;AAEF,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4HAsB3B,CAAC"}
1
+ {"version":3,"file":"save-workflow.d.ts","sourceRoot":"","sources":["../../../src/tools/workflows/save-workflow.ts"],"names":[],"mappings":"AAYA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,OAAO,EAAE,2CAA2C,IAAI,0BAA0B,EAAE,MAAM,gCAAgC,CAAC;AAE3H,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;mBAGzC,CAAC;AAEF,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4HAsB3B,CAAC"}
package/package.json CHANGED
@@ -1,14 +1,13 @@
1
1
  {
2
2
  "name": "@mastra/code-sdk",
3
- "version": "1.6.0-alpha.1",
3
+ "version": "1.6.0-alpha.11",
4
4
  "description": "Mastra Code SDK: the agent core behind Mastra Code (everything except the TUI) — build your own UIs and surfaces on top of it",
5
5
  "type": "module",
6
6
  "publishConfig": {
7
7
  "access": "public"
8
8
  },
9
9
  "files": [
10
- "dist",
11
- "CHANGELOG.md"
10
+ "dist"
12
11
  ],
13
12
  "main": "dist/index.js",
14
13
  "types": "dist/index.d.ts",
@@ -57,20 +56,20 @@
57
56
  "vscode-languageserver-protocol": "^3.17.5",
58
57
  "yaml": "^2.7.1",
59
58
  "zod": "^4.3.6",
60
- "@mastra/agent-browser": "0.5.1",
61
- "@mastra/duckdb": "1.6.3",
62
- "@mastra/fastembed": "1.3.0",
63
- "@mastra/github-signals": "0.3.0",
64
- "@mastra/mcp": "1.17.2",
65
- "@mastra/core": "1.63.3-alpha.1",
66
- "@mastra/observability": "1.17.4",
67
- "@mastra/libsql": "1.22.2",
68
- "@mastra/memory": "1.28.1",
69
- "@mastra/parallel": "0.1.0",
70
- "@mastra/pg": "1.22.2",
71
- "@mastra/stagehand": "0.3.3",
72
- "@mastra/schema-compat": "1.3.7",
73
- "@mastra/tavily": "1.1.1"
59
+ "@mastra/agent-browser": "0.5.2-alpha.1",
60
+ "@mastra/core": "1.64.0-alpha.9",
61
+ "@mastra/duckdb": "1.6.4-alpha.2",
62
+ "@mastra/github-signals": "0.4.0-alpha.2",
63
+ "@mastra/mcp": "1.17.3-alpha.2",
64
+ "@mastra/libsql": "1.22.3-alpha.3",
65
+ "@mastra/fastembed": "1.3.1-alpha.1",
66
+ "@mastra/memory": "1.28.2-alpha.3",
67
+ "@mastra/observability": "1.17.5-alpha.2",
68
+ "@mastra/parallel": "0.1.1-alpha.1",
69
+ "@mastra/pg": "1.22.3-alpha.4",
70
+ "@mastra/schema-compat": "1.3.8-alpha.1",
71
+ "@mastra/stagehand": "0.3.4-alpha.1",
72
+ "@mastra/tavily": "1.1.2-alpha.1"
74
73
  },
75
74
  "devDependencies": {
76
75
  "@libsql/client": "^0.17.4",
@@ -81,8 +80,8 @@
81
80
  "typescript": "^6.0.3",
82
81
  "typescript-eslint": "^8.57.0",
83
82
  "vitest": "4.1.10",
84
- "@internal/types-builder": "0.0.104",
85
83
  "@internal/lint": "0.0.129",
84
+ "@internal/types-builder": "0.0.104",
86
85
  "@internal/workspace-test-utils": "0.0.73"
87
86
  },
88
87
  "engines": {