@mastra/code-sdk 1.4.0 → 1.4.1-alpha.2

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,30 @@
1
1
  # @mastra/code-sdk
2
2
 
3
+ ## 1.4.1-alpha.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`e737014`](https://github.com/mastra-ai/mastra/commit/e737014e0fc7035759762bb5b48baef1d6c0f6a7), [`e737014`](https://github.com/mastra-ai/mastra/commit/e737014e0fc7035759762bb5b48baef1d6c0f6a7), [`e737014`](https://github.com/mastra-ai/mastra/commit/e737014e0fc7035759762bb5b48baef1d6c0f6a7), [`d6ce34a`](https://github.com/mastra-ai/mastra/commit/d6ce34aeceb06ddf3d595a1eed5cc74f481a46a1), [`e6f8450`](https://github.com/mastra-ai/mastra/commit/e6f845074d478527026b18d85031b23353e1d0a4)]:
8
+ - @mastra/duckdb@1.6.3-alpha.0
9
+ - @mastra/core@1.62.0-alpha.2
10
+ - @mastra/pg@1.22.0-alpha.0
11
+
12
+ ## 1.4.1-alpha.1
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies [[`f95f468`](https://github.com/mastra-ai/mastra/commit/f95f468cf1e7c2b924a13826494f98b8f2ccd581), [`cb0291c`](https://github.com/mastra-ai/mastra/commit/cb0291cca0f8a769495375ff213cbda2512bb542)]:
17
+ - @mastra/core@1.61.1-alpha.1
18
+ - @mastra/observability@1.17.2-alpha.0
19
+ - @mastra/mcp@1.17.1
20
+
21
+ ## 1.4.1-alpha.0
22
+
23
+ ### Patch Changes
24
+
25
+ - Updated dependencies [[`1e47b75`](https://github.com/mastra-ai/mastra/commit/1e47b7520cab4cfaa8daed52f17e2e6d14ff7539)]:
26
+ - @mastra/core@1.61.1-alpha.0
27
+
3
28
  ## 1.4.0
4
29
 
5
30
  ### Minor Changes
@@ -144,7 +144,7 @@ export declare const workflowDefinitionInputSchema: z.ZodPreprocess<z.ZodObject<
144
144
  metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
145
145
  }, z.core.$strip>>;
146
146
  }, z.core.$strict>]>>;
147
- predicates: z.ZodArray<z.ZodType<import("@mastra/core/workflows").Predicate, unknown, z.core.$ZodTypeInternals<import("@mastra/core/workflows").Predicate, unknown>>>;
147
+ predicates: z.ZodArray<z.ZodType<import("@mastra/core/predicate").Predicate, unknown, z.core.$ZodTypeInternals<import("@mastra/core/predicate").Predicate, unknown>>>;
148
148
  }, z.core.$strict>, z.ZodObject<{
149
149
  type: z.ZodLiteral<"loop">;
150
150
  step: z.ZodUnion<readonly [z.ZodObject<{
@@ -180,7 +180,7 @@ export declare const workflowDefinitionInputSchema: z.ZodPreprocess<z.ZodObject<
180
180
  dowhile: "dowhile";
181
181
  dountil: "dountil";
182
182
  }>;
183
- predicate: z.ZodType<import("@mastra/core/workflows").Predicate, unknown, z.core.$ZodTypeInternals<import("@mastra/core/workflows").Predicate, unknown>>;
183
+ predicate: z.ZodType<import("@mastra/core/predicate").Predicate, unknown, z.core.$ZodTypeInternals<import("@mastra/core/predicate").Predicate, unknown>>;
184
184
  }, z.core.$strict>], "type">>;
185
185
  }, z.core.$strict>>;
186
186
  export declare const saveWorkflowTool: import("@mastra/core/tools").Tool<{
@@ -323,7 +323,7 @@ export declare const saveWorkflowTool: import("@mastra/core/tools").Tool<{
323
323
  metadata?: Record<string, unknown> | undefined;
324
324
  } | undefined;
325
325
  })[];
326
- predicates: import("@mastra/core/workflows").Predicate[];
326
+ predicates: import("@mastra/core/predicate").Predicate[];
327
327
  } | {
328
328
  type: "loop";
329
329
  step: {
@@ -356,7 +356,7 @@ export declare const saveWorkflowTool: import("@mastra/core/tools").Tool<{
356
356
  } | undefined;
357
357
  };
358
358
  loopType: "dowhile" | "dountil";
359
- predicate: import("@mastra/core/workflows").Predicate;
359
+ predicate: import("@mastra/core/predicate").Predicate;
360
360
  })[];
361
361
  description?: string | undefined;
362
362
  metadata?: Record<string, unknown> | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/code-sdk",
3
- "version": "1.4.0",
3
+ "version": "1.4.1-alpha.2",
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": {
@@ -58,17 +58,17 @@
58
58
  "yaml": "^2.7.1",
59
59
  "zod": "^4.3.6",
60
60
  "@mastra/agent-browser": "0.5.1",
61
- "@mastra/fastembed": "1.2.0",
62
- "@mastra/core": "1.61.0",
63
- "@mastra/duckdb": "1.6.2",
61
+ "@mastra/core": "1.62.0-alpha.2",
62
+ "@mastra/duckdb": "1.6.3-alpha.0",
64
63
  "@mastra/github-signals": "0.2.5",
64
+ "@mastra/fastembed": "1.2.0",
65
65
  "@mastra/libsql": "1.21.1",
66
66
  "@mastra/mcp": "1.17.1",
67
- "@mastra/observability": "1.17.1",
68
- "@mastra/memory": "1.27.0",
69
- "@mastra/pg": "1.21.1",
67
+ "@mastra/observability": "1.17.2-alpha.0",
70
68
  "@mastra/schema-compat": "1.3.7",
69
+ "@mastra/memory": "1.27.0",
71
70
  "@mastra/stagehand": "0.3.3",
71
+ "@mastra/pg": "1.22.0-alpha.0",
72
72
  "@mastra/tavily": "1.1.1"
73
73
  },
74
74
  "devDependencies": {
@@ -81,8 +81,8 @@
81
81
  "typescript-eslint": "^8.57.0",
82
82
  "vitest": "4.1.10",
83
83
  "@internal/lint": "0.0.125",
84
- "@internal/workspace-test-utils": "0.0.69",
85
- "@internal/types-builder": "0.0.100"
84
+ "@internal/types-builder": "0.0.100",
85
+ "@internal/workspace-test-utils": "0.0.69"
86
86
  },
87
87
  "engines": {
88
88
  "node": ">=22.19.0"