@mastra/client-js 0.0.0-commonjs-20250414101718 → 0.0.0-course-20250527170450

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.
@@ -0,0 +1,19 @@
1
+
2
+ > @mastra/client-js@0.10.1-alpha.2 build /home/runner/work/mastra/mastra/client-sdks/client-js
3
+ > tsup src/index.ts --format esm,cjs --dts --clean --treeshake=smallest --splitting
4
+
5
+ CLI Building entry: src/index.ts
6
+ CLI Using tsconfig: tsconfig.json
7
+ CLI tsup v8.4.0
8
+ CLI Target: es2022
9
+ CLI Cleaning output folder
10
+ ESM Build start
11
+ CJS Build start
12
+ ESM dist/index.js 43.30 KB
13
+ ESM ⚡️ Build success in 1002ms
14
+ CJS dist/index.cjs 43.59 KB
15
+ CJS ⚡️ Build success in 1001ms
16
+ DTS Build start
17
+ DTS ⚡️ Build success in 10061ms
18
+ DTS dist/index.d.ts 31.64 KB
19
+ DTS dist/index.d.cts 31.64 KB
package/CHANGELOG.md CHANGED
@@ -1,18 +1,579 @@
1
1
  # @mastra/client-js
2
2
 
3
- ## 0.0.0-commonjs-20250414101718
3
+ ## 0.0.0-course-20250527170450
4
+
5
+ ### Patch Changes
6
+
7
+ - 5343f93: Move emitter to symbol to make private
8
+ - f622cfa: Make some properties of CreateMemoryThreadParams optional
9
+ - 6015bdf: Leverage defaultAgentStreamOption, defaultAgentGenerateOption in playground
10
+ - Updated dependencies [6d16390]
11
+ - Updated dependencies [1e4a421]
12
+ - Updated dependencies [200d0da]
13
+ - Updated dependencies [bf5f17b]
14
+ - Updated dependencies [5343f93]
15
+ - Updated dependencies [38aee50]
16
+ - Updated dependencies [5c41100]
17
+ - Updated dependencies [d6a759b]
18
+ - Updated dependencies [6015bdf]
19
+ - @mastra/core@0.0.0-course-20250527170450
20
+
21
+ ## 0.10.1-alpha.2
22
+
23
+ ### Patch Changes
24
+
25
+ - 6015bdf: Leverage defaultAgentStreamOption, defaultAgentGenerateOption in playground
26
+ - Updated dependencies [6015bdf]
27
+ - @mastra/core@0.10.1-alpha.2
28
+
29
+ ## 0.10.1-alpha.1
30
+
31
+ ### Patch Changes
32
+
33
+ - 5343f93: Move emitter to symbol to make private
34
+ - Updated dependencies [200d0da]
35
+ - Updated dependencies [bf5f17b]
36
+ - Updated dependencies [5343f93]
37
+ - Updated dependencies [38aee50]
38
+ - Updated dependencies [5c41100]
39
+ - Updated dependencies [d6a759b]
40
+ - @mastra/core@0.10.1-alpha.1
41
+
42
+ ## 0.10.1-alpha.0
43
+
44
+ ### Patch Changes
45
+
46
+ - f622cfa: Make some properties of CreateMemoryThreadParams optional
47
+ - Updated dependencies [6d16390]
48
+ - Updated dependencies [1e4a421]
49
+ - @mastra/core@0.10.1-alpha.0
50
+
51
+ ## 0.10.0
52
+
53
+ ### Minor Changes
54
+
55
+ - 83da932: Move @mastra/core to peerdeps
56
+ - 5eb5a99: Remove pino from @mastra/core into @mastra/loggers
57
+
58
+ ### Patch Changes
59
+
60
+ - b3a3d63: BREAKING: Make vnext workflow the default worklow, and old workflow legacy_workflow
61
+ - 0215b0b: Add description to vnext workflow response
62
+ - f53a6ac: Add VNextWorkflowRuns type
63
+ - ccdabdc: Remove trailing / from mastraClient baseUrl
64
+ - a6e3881: Remove non serializable options from agent stream,generate
65
+ - fddae56: Add telemetry to cliend SDK streamParams
66
+ - 23f258c: Add new list and get routes for mcp servers. Changed route make-up for more consistency with existing API routes. Lastly, added in a lot of extra detail that can be optionally passed to the mcp server per the mcp spec.
67
+ - 5063646: Accept plain obects as runtimeContext
68
+ - 2672a05: Add MCP servers and tool call execution to playground
69
+ - Updated dependencies [b3a3d63]
70
+ - Updated dependencies [344f453]
71
+ - Updated dependencies [0a3ae6d]
72
+ - Updated dependencies [95911be]
73
+ - Updated dependencies [f53a6ac]
74
+ - Updated dependencies [5eb5a99]
75
+ - Updated dependencies [7e632c5]
76
+ - Updated dependencies [1e9fbfa]
77
+ - Updated dependencies [eabdcd9]
78
+ - Updated dependencies [90be034]
79
+ - Updated dependencies [99f050a]
80
+ - Updated dependencies [d0ee3c6]
81
+ - Updated dependencies [b2ae5aa]
82
+ - Updated dependencies [23f258c]
83
+ - Updated dependencies [a7292b0]
84
+ - Updated dependencies [0dcb9f0]
85
+ - Updated dependencies [2672a05]
86
+ - @mastra/core@0.10.0
87
+
88
+ ## 0.2.0-alpha.1
89
+
90
+ ### Minor Changes
91
+
92
+ - 83da932: Move @mastra/core to peerdeps
93
+ - 5eb5a99: Remove pino from @mastra/core into @mastra/loggers
94
+
95
+ ### Patch Changes
96
+
97
+ - b3a3d63: BREAKING: Make vnext workflow the default worklow, and old workflow legacy_workflow
98
+ - 0215b0b: Add description to vnext workflow response
99
+ - 5063646: Accept plain obects as runtimeContext
100
+ - Updated dependencies [b3a3d63]
101
+ - Updated dependencies [344f453]
102
+ - Updated dependencies [0a3ae6d]
103
+ - Updated dependencies [95911be]
104
+ - Updated dependencies [5eb5a99]
105
+ - Updated dependencies [7e632c5]
106
+ - Updated dependencies [1e9fbfa]
107
+ - Updated dependencies [b2ae5aa]
108
+ - Updated dependencies [a7292b0]
109
+ - Updated dependencies [0dcb9f0]
110
+ - @mastra/core@0.10.0-alpha.1
111
+
112
+ ## 0.1.23-alpha.0
113
+
114
+ ### Patch Changes
115
+
116
+ - f53a6ac: Add VNextWorkflowRuns type
117
+ - ccdabdc: Remove trailing / from mastraClient baseUrl
118
+ - a6e3881: Remove non serializable options from agent stream,generate
119
+ - fddae56: Add telemetry to cliend SDK streamParams
120
+ - 23f258c: Add new list and get routes for mcp servers. Changed route make-up for more consistency with existing API routes. Lastly, added in a lot of extra detail that can be optionally passed to the mcp server per the mcp spec.
121
+ - 2672a05: Add MCP servers and tool call execution to playground
122
+ - Updated dependencies [f53a6ac]
123
+ - Updated dependencies [eabdcd9]
124
+ - Updated dependencies [90be034]
125
+ - Updated dependencies [99f050a]
126
+ - Updated dependencies [d0ee3c6]
127
+ - Updated dependencies [23f258c]
128
+ - Updated dependencies [2672a05]
129
+ - @mastra/core@0.9.5-alpha.0
130
+
131
+ ## 0.1.22
132
+
133
+ ### Patch Changes
134
+
135
+ - c2f9e60: Resolves type issue and listen response string wrapped in text object twice
136
+ - 5c70b8a: [MASTRA-3234] added limit for client-js getMessages
137
+ - b4c6c87: fix: Specify $refStrategy: 'none' when calling zodToJsonSchema.
138
+ - 0c3d117: Add workflows to agent server handlers
139
+ - a5810ce: Add support for experimental_generateMessageId and remove it from client-js types since it's not serializable
140
+ - c2b980b: Fix multiple too-calls in AGUI
141
+ - cb1f698: Set runtimeContext from playground for agents, tools, workflows
142
+ - 0b8b868: Added A2A support + streaming
143
+ - Updated dependencies [396be50]
144
+ - Updated dependencies [ab80e7e]
145
+ - Updated dependencies [c3bd795]
146
+ - Updated dependencies [da082f8]
147
+ - Updated dependencies [a5810ce]
148
+ - Updated dependencies [3e9c131]
149
+ - Updated dependencies [3171b5b]
150
+ - Updated dependencies [973e5ac]
151
+ - Updated dependencies [daf942f]
152
+ - Updated dependencies [0b8b868]
153
+ - Updated dependencies [9e1eff5]
154
+ - Updated dependencies [6fa1ad1]
155
+ - Updated dependencies [c28d7a0]
156
+ - Updated dependencies [edf1e88]
157
+ - @mastra/core@0.9.4
158
+
159
+ ## 0.1.22-alpha.4
160
+
161
+ ### Patch Changes
162
+
163
+ - 5c70b8a: [MASTRA-3234] added limit for client-js getMessages
164
+ - Updated dependencies [3e9c131]
165
+ - @mastra/core@0.9.4-alpha.4
166
+
167
+ ## 0.1.22-alpha.3
168
+
169
+ ### Patch Changes
170
+
171
+ - c2f9e60: Resolves type issue and listen response string wrapped in text object twice
172
+ - 0c3d117: Add workflows to agent server handlers
173
+ - a5810ce: Add support for experimental_generateMessageId and remove it from client-js types since it's not serializable
174
+ - Updated dependencies [396be50]
175
+ - Updated dependencies [c3bd795]
176
+ - Updated dependencies [da082f8]
177
+ - Updated dependencies [a5810ce]
178
+ - @mastra/core@0.9.4-alpha.3
179
+
180
+ ## 0.1.22-alpha.2
181
+
182
+ ### Patch Changes
183
+
184
+ - b4c6c87: fix: Specify $refStrategy: 'none' when calling zodToJsonSchema.
185
+ - c2b980b: Fix multiple too-calls in AGUI
186
+ - Updated dependencies [3171b5b]
187
+ - Updated dependencies [973e5ac]
188
+ - Updated dependencies [9e1eff5]
189
+ - @mastra/core@0.9.4-alpha.2
190
+
191
+ ## 0.1.22-alpha.1
192
+
193
+ ### Patch Changes
194
+
195
+ - Updated dependencies [ab80e7e]
196
+ - Updated dependencies [6fa1ad1]
197
+ - Updated dependencies [c28d7a0]
198
+ - Updated dependencies [edf1e88]
199
+ - @mastra/core@0.9.4-alpha.1
200
+
201
+ ## 0.1.22-alpha.0
202
+
203
+ ### Patch Changes
204
+
205
+ - cb1f698: Set runtimeContext from playground for agents, tools, workflows
206
+ - 0b8b868: Added A2A support + streaming
207
+ - Updated dependencies [daf942f]
208
+ - Updated dependencies [0b8b868]
209
+ - @mastra/core@0.9.4-alpha.0
210
+
211
+ ## 0.1.21
212
+
213
+ ### Patch Changes
214
+
215
+ - 526c570: expose agent runtimeContext from clientSDK
216
+ - 36eb1aa: Fix AGUI text part
217
+ - 62c9e7d: Fix disappearing tool calls in streaming
218
+ - Updated dependencies [e450778]
219
+ - Updated dependencies [8902157]
220
+ - Updated dependencies [ca0dc88]
221
+ - Updated dependencies [526c570]
222
+ - Updated dependencies [d7a6a33]
223
+ - Updated dependencies [9cd1a46]
224
+ - Updated dependencies [b5d2de0]
225
+ - Updated dependencies [644f8ad]
226
+ - Updated dependencies [70dbf51]
227
+ - @mastra/core@0.9.3
228
+
229
+ ## 0.1.21-alpha.1
230
+
231
+ ### Patch Changes
232
+
233
+ - 36eb1aa: Fix AGUI text part
234
+ - 62c9e7d: Fix disappearing tool calls in streaming
235
+ - Updated dependencies [e450778]
236
+ - Updated dependencies [8902157]
237
+ - Updated dependencies [ca0dc88]
238
+ - Updated dependencies [9cd1a46]
239
+ - Updated dependencies [70dbf51]
240
+ - @mastra/core@0.9.3-alpha.1
241
+
242
+ ## 0.1.21-alpha.0
243
+
244
+ ### Patch Changes
245
+
246
+ - 526c570: expose agent runtimeContext from clientSDK
247
+ - Updated dependencies [526c570]
248
+ - Updated dependencies [b5d2de0]
249
+ - Updated dependencies [644f8ad]
250
+ - @mastra/core@0.9.3-alpha.0
251
+
252
+ ## 0.1.20
253
+
254
+ ### Patch Changes
255
+
256
+ - 2cf3b8f: dependencies updates:
257
+ - Updated dependency [`zod@^3.24.3` ↗︎](https://www.npmjs.com/package/zod/v/3.24.3) (from `^3.24.2`, in `dependencies`)
258
+ - Updated dependency [`zod-to-json-schema@^3.24.5` ↗︎](https://www.npmjs.com/package/zod-to-json-schema/v/3.24.5) (from `^3.24.3`, in `dependencies`)
259
+ - 4155f47: Add parameters to filter workflow runs
260
+ Add fromDate and toDate to telemetry parameters
261
+ - 254f5c3: Audit, cleanup MastraClient
262
+ - 0097d50: Add serializedStepGraph to vNext workflow
263
+ Return serializedStepGraph from vNext workflow
264
+ Use serializedStepGraph in vNext workflow graph
265
+ - 2429c74: Add get workflow runs api to client-js
266
+ - 2e4f8e9: Agui client integration
267
+ - Updated dependencies [6052aa6]
268
+ - Updated dependencies [967b41c]
269
+ - Updated dependencies [3d2fb5c]
270
+ - Updated dependencies [26738f4]
271
+ - Updated dependencies [4155f47]
272
+ - Updated dependencies [7eeb2bc]
273
+ - Updated dependencies [b804723]
274
+ - Updated dependencies [8607972]
275
+ - Updated dependencies [ccef9f9]
276
+ - Updated dependencies [0097d50]
277
+ - Updated dependencies [7eeb2bc]
278
+ - Updated dependencies [17826a9]
279
+ - Updated dependencies [7d8b7c7]
280
+ - Updated dependencies [fba031f]
281
+ - Updated dependencies [3a5f1e1]
282
+ - Updated dependencies [51e6923]
283
+ - Updated dependencies [8398d89]
284
+ - @mastra/core@0.9.2
285
+
286
+ ## 0.1.20-alpha.6
287
+
288
+ ### Patch Changes
289
+
290
+ - 2e4f8e9: Agui client integration
291
+ - Updated dependencies [6052aa6]
292
+ - Updated dependencies [7d8b7c7]
293
+ - Updated dependencies [3a5f1e1]
294
+ - Updated dependencies [8398d89]
295
+ - @mastra/core@0.9.2-alpha.6
296
+
297
+ ## 0.1.20-alpha.5
298
+
299
+ ### Patch Changes
300
+
301
+ - Updated dependencies [3d2fb5c]
302
+ - Updated dependencies [7eeb2bc]
303
+ - Updated dependencies [8607972]
304
+ - Updated dependencies [7eeb2bc]
305
+ - Updated dependencies [fba031f]
306
+ - @mastra/core@0.9.2-alpha.5
307
+
308
+ ## 0.1.20-alpha.4
309
+
310
+ ### Patch Changes
311
+
312
+ - Updated dependencies [ccef9f9]
313
+ - Updated dependencies [51e6923]
314
+ - @mastra/core@0.9.2-alpha.4
315
+
316
+ ## 0.1.20-alpha.3
317
+
318
+ ### Patch Changes
319
+
320
+ - 4155f47: Add parameters to filter workflow runs
321
+ Add fromDate and toDate to telemetry parameters
322
+ - Updated dependencies [967b41c]
323
+ - Updated dependencies [4155f47]
324
+ - Updated dependencies [17826a9]
325
+ - @mastra/core@0.9.2-alpha.3
326
+
327
+ ## 0.1.20-alpha.2
328
+
329
+ ### Patch Changes
330
+
331
+ - Updated dependencies [26738f4]
332
+ - @mastra/core@0.9.2-alpha.2
333
+
334
+ ## 0.1.20-alpha.1
335
+
336
+ ### Patch Changes
337
+
338
+ - 254f5c3: Audit, cleanup MastraClient
339
+ - 2429c74: Add get workflow runs api to client-js
340
+ - Updated dependencies [b804723]
341
+ - @mastra/core@0.9.2-alpha.1
342
+
343
+ ## 0.1.20-alpha.0
344
+
345
+ ### Patch Changes
346
+
347
+ - 0097d50: Add serializedStepGraph to vNext workflow
348
+ Return serializedStepGraph from vNext workflow
349
+ Use serializedStepGraph in vNext workflow graph
350
+ - Updated dependencies [0097d50]
351
+ - @mastra/core@0.9.2-alpha.0
352
+
353
+ ## 0.1.19
354
+
355
+ ### Patch Changes
356
+
357
+ - b50b9b7: Add vNext workflow to client-js
358
+ - 11d4485: Show VNext workflows on the playground
359
+ Show running status for step in vNext workflowState
360
+ - Updated dependencies [405b63d]
361
+ - Updated dependencies [81fb7f6]
362
+ - Updated dependencies [20275d4]
363
+ - Updated dependencies [7d1892c]
364
+ - Updated dependencies [a90a082]
365
+ - Updated dependencies [2d17c73]
366
+ - Updated dependencies [61e92f5]
367
+ - Updated dependencies [35955b0]
368
+ - Updated dependencies [6262bd5]
369
+ - Updated dependencies [c1409ef]
370
+ - Updated dependencies [3e7b69d]
371
+ - Updated dependencies [e4943b8]
372
+ - Updated dependencies [11d4485]
373
+ - Updated dependencies [479f490]
374
+ - Updated dependencies [c23a81c]
375
+ - Updated dependencies [2d4001d]
376
+ - Updated dependencies [c71013a]
377
+ - Updated dependencies [1d3b1cd]
378
+ - @mastra/core@0.9.1
379
+
380
+ ## 0.1.19-alpha.8
381
+
382
+ ### Patch Changes
383
+
384
+ - Updated dependencies [2d17c73]
385
+ - @mastra/core@0.9.1-alpha.8
386
+
387
+ ## 0.1.19-alpha.7
388
+
389
+ ### Patch Changes
390
+
391
+ - Updated dependencies [1d3b1cd]
392
+ - @mastra/core@0.9.1-alpha.7
393
+
394
+ ## 0.1.19-alpha.6
395
+
396
+ ### Patch Changes
397
+
398
+ - Updated dependencies [c23a81c]
399
+ - @mastra/core@0.9.1-alpha.6
400
+
401
+ ## 0.1.19-alpha.5
402
+
403
+ ### Patch Changes
404
+
405
+ - Updated dependencies [3e7b69d]
406
+ - @mastra/core@0.9.1-alpha.5
407
+
408
+ ## 0.1.19-alpha.4
409
+
410
+ ### Patch Changes
411
+
412
+ - Updated dependencies [e4943b8]
413
+ - Updated dependencies [479f490]
414
+ - @mastra/core@0.9.1-alpha.4
415
+
416
+ ## 0.1.19-alpha.3
417
+
418
+ ### Patch Changes
419
+
420
+ - Updated dependencies [6262bd5]
421
+ - @mastra/core@0.9.1-alpha.3
422
+
423
+ ## 0.1.19-alpha.2
424
+
425
+ ### Patch Changes
426
+
427
+ - Updated dependencies [405b63d]
428
+ - Updated dependencies [61e92f5]
429
+ - Updated dependencies [c71013a]
430
+ - @mastra/core@0.9.1-alpha.2
431
+
432
+ ## 0.1.19-alpha.1
433
+
434
+ ### Patch Changes
435
+
436
+ - b50b9b7: Add vNext workflow to client-js
437
+ - 11d4485: Show VNext workflows on the playground
438
+ Show running status for step in vNext workflowState
439
+ - Updated dependencies [20275d4]
440
+ - Updated dependencies [7d1892c]
441
+ - Updated dependencies [a90a082]
442
+ - Updated dependencies [35955b0]
443
+ - Updated dependencies [c1409ef]
444
+ - Updated dependencies [11d4485]
445
+ - Updated dependencies [2d4001d]
446
+ - @mastra/core@0.9.1-alpha.1
447
+
448
+ ## 0.1.19-alpha.0
449
+
450
+ ### Patch Changes
451
+
452
+ - Updated dependencies [81fb7f6]
453
+ - @mastra/core@0.9.1-alpha.0
454
+
455
+ ## 0.1.18
456
+
457
+ ### Patch Changes
458
+
459
+ - 2538066: Fix memory thread creation from client SDK
460
+ - Updated dependencies [000a6d4]
461
+ - Updated dependencies [08bb78e]
462
+ - Updated dependencies [ed2f549]
463
+ - Updated dependencies [7e92011]
464
+ - Updated dependencies [9ee4293]
465
+ - Updated dependencies [03f3cd0]
466
+ - Updated dependencies [c0f22b4]
467
+ - Updated dependencies [71d9444]
468
+ - Updated dependencies [157c741]
469
+ - Updated dependencies [8a8a73b]
470
+ - Updated dependencies [0a033fa]
471
+ - Updated dependencies [fe3ae4d]
472
+ - Updated dependencies [9c26508]
473
+ - Updated dependencies [0f4eae3]
474
+ - Updated dependencies [16a8648]
475
+ - Updated dependencies [6f92295]
476
+ - @mastra/core@0.9.0
477
+
478
+ ## 0.1.18-alpha.8
479
+
480
+ ### Patch Changes
481
+
482
+ - 2538066: Fix memory thread creation from client SDK
483
+ - Updated dependencies [000a6d4]
484
+ - Updated dependencies [ed2f549]
485
+ - Updated dependencies [c0f22b4]
486
+ - Updated dependencies [0a033fa]
487
+ - Updated dependencies [9c26508]
488
+ - Updated dependencies [0f4eae3]
489
+ - Updated dependencies [16a8648]
490
+ - @mastra/core@0.9.0-alpha.8
491
+
492
+ ## 0.1.18-alpha.7
493
+
494
+ ### Patch Changes
495
+
496
+ - Updated dependencies [71d9444]
497
+ - @mastra/core@0.9.0-alpha.7
498
+
499
+ ## 0.1.18-alpha.6
500
+
501
+ ### Patch Changes
502
+
503
+ - Updated dependencies [157c741]
504
+ - @mastra/core@0.9.0-alpha.6
505
+
506
+ ## 0.1.18-alpha.5
507
+
508
+ ### Patch Changes
509
+
510
+ - Updated dependencies [08bb78e]
511
+ - @mastra/core@0.9.0-alpha.5
512
+
513
+ ## 0.1.18-alpha.4
514
+
515
+ ### Patch Changes
516
+
517
+ - Updated dependencies [7e92011]
518
+ - @mastra/core@0.9.0-alpha.4
519
+
520
+ ## 0.1.18-alpha.3
521
+
522
+ ### Patch Changes
523
+
524
+ - Updated dependencies [fe3ae4d]
525
+ - @mastra/core@0.9.0-alpha.3
526
+
527
+ ## 0.1.18-alpha.2
528
+
529
+ ### Patch Changes
530
+
531
+ - Updated dependencies [9ee4293]
532
+ - @mastra/core@0.8.4-alpha.2
533
+
534
+ ## 0.1.18-alpha.1
535
+
536
+ ### Patch Changes
537
+
538
+ - Updated dependencies [8a8a73b]
539
+ - Updated dependencies [6f92295]
540
+ - @mastra/core@0.8.4-alpha.1
541
+
542
+ ## 0.1.18-alpha.0
543
+
544
+ ### Patch Changes
545
+
546
+ - Updated dependencies [03f3cd0]
547
+ - @mastra/core@0.8.4-alpha.0
548
+
549
+ ## 0.1.17
4
550
 
5
551
  ### Patch Changes
6
552
 
7
553
  - 37bb612: Add Elastic-2.0 licensing for packages
8
554
  - bc4acb3: updated traces to not be wrapped in traces object
555
+ - Updated dependencies [d72318f]
9
556
  - Updated dependencies [0bcc862]
10
557
  - Updated dependencies [10a8caf]
11
558
  - Updated dependencies [359b089]
12
559
  - Updated dependencies [32e7b71]
13
560
  - Updated dependencies [37bb612]
14
561
  - Updated dependencies [7f1b291]
15
- - @mastra/core@0.0.0-commonjs-20250414101718
562
+ - @mastra/core@0.8.3
563
+
564
+ ## 0.1.17-alpha.5
565
+
566
+ ### Patch Changes
567
+
568
+ - Updated dependencies [d72318f]
569
+ - @mastra/core@0.8.3-alpha.5
570
+
571
+ ## 0.1.17-alpha.4
572
+
573
+ ### Patch Changes
574
+
575
+ - Updated dependencies [7f1b291]
576
+ - @mastra/core@0.8.3-alpha.4
16
577
 
17
578
  ## 0.1.17-alpha.3
18
579