@mastra/code-sdk 1.4.1-alpha.1 → 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,14 @@
|
|
|
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
|
+
|
|
3
12
|
## 1.4.1-alpha.1
|
|
4
13
|
|
|
5
14
|
### Patch 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/
|
|
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/
|
|
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/
|
|
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/
|
|
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.1-alpha.
|
|
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,18 +58,18 @@
|
|
|
58
58
|
"yaml": "^2.7.1",
|
|
59
59
|
"zod": "^4.3.6",
|
|
60
60
|
"@mastra/agent-browser": "0.5.1",
|
|
61
|
-
"@mastra/core": "1.
|
|
61
|
+
"@mastra/core": "1.62.0-alpha.2",
|
|
62
|
+
"@mastra/duckdb": "1.6.3-alpha.0",
|
|
62
63
|
"@mastra/github-signals": "0.2.5",
|
|
63
|
-
"@mastra/
|
|
64
|
+
"@mastra/fastembed": "1.2.0",
|
|
64
65
|
"@mastra/libsql": "1.21.1",
|
|
65
66
|
"@mastra/mcp": "1.17.1",
|
|
66
|
-
"@mastra/
|
|
67
|
+
"@mastra/observability": "1.17.2-alpha.0",
|
|
68
|
+
"@mastra/schema-compat": "1.3.7",
|
|
67
69
|
"@mastra/memory": "1.27.0",
|
|
68
70
|
"@mastra/stagehand": "0.3.3",
|
|
69
|
-
"@mastra/pg": "1.
|
|
70
|
-
"@mastra/
|
|
71
|
-
"@mastra/tavily": "1.1.1",
|
|
72
|
-
"@mastra/observability": "1.17.2-alpha.0"
|
|
71
|
+
"@mastra/pg": "1.22.0-alpha.0",
|
|
72
|
+
"@mastra/tavily": "1.1.1"
|
|
73
73
|
},
|
|
74
74
|
"devDependencies": {
|
|
75
75
|
"@libsql/client": "^0.17.4",
|