@mastra/client-js 0.0.0-message-ordering-20250415215612 → 0.0.0-pass-headers-for-create-mastra-client-20250529200245

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