@mastra/client-js 0.0.0-taofeeqInngest-20250603090617 → 0.0.0-transpile-packages-20250724123433

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,19 +1,19 @@
1
1
 
2
- > @mastra/client-js@0.10.2-alpha.2 build /home/runner/work/mastra/mastra/client-sdks/client-js
2
+ > @mastra/client-js@0.10.15-alpha.1 build /home/runner/work/mastra/mastra/client-sdks/client-js
3
3
  > tsup src/index.ts --format esm,cjs --dts --clean --treeshake=smallest --splitting
4
4
 
5
5
  CLI Building entry: src/index.ts
6
6
  CLI Using tsconfig: tsconfig.json
7
- CLI tsup v8.4.0
7
+ CLI tsup v8.5.0
8
8
  CLI Target: es2022
9
9
  CLI Cleaning output folder
10
10
  ESM Build start
11
11
  CJS Build start
12
- CJS dist/index.cjs 43.94 KB
13
- CJS ⚡️ Build success in 1666ms
14
- ESM dist/index.js 43.65 KB
15
- ESM ⚡️ Build success in 1669ms
12
+ CJS dist/index.cjs 72.52 KB
13
+ CJS ⚡️ Build success in 2114ms
14
+ ESM dist/index.js 72.22 KB
15
+ ESM ⚡️ Build success in 2121ms
16
16
  DTS Build start
17
- DTS ⚡️ Build success in 14088ms
18
- DTS dist/index.d.ts 31.92 KB
19
- DTS dist/index.d.cts 31.92 KB
17
+ DTS ⚡️ Build success in 18228ms
18
+ DTS dist/index.d.ts 43.48 KB
19
+ DTS dist/index.d.cts 43.48 KB
package/CHANGELOG.md CHANGED
@@ -1,23 +1,596 @@
1
1
  # @mastra/client-js
2
2
 
3
- ## 0.0.0-taofeeqInngest-20250603090617
3
+ ## 0.0.0-transpile-packages-20250724123433
4
+
5
+ ### Patch Changes
6
+
7
+ - 4832752: Do not set content-type header when making POST/PUT requests without a body
8
+ - f248d53: Adding `getMessagesPaginated` to the serve, deployer, and client-js
9
+ - 2affc57: Fix output type of network loop
10
+ - 7827943: Handle streaming large data
11
+ - 80c2b06: Fix agent chat stop button to cancel stream/generate reqs in the playground
12
+ - 6f6e651: Alias createRun -> createRunAsync to match Mastra Workflow class
13
+ - Updated dependencies [f248d53]
14
+ - Updated dependencies [2affc57]
15
+ - Updated dependencies [66e13e3]
16
+ - Updated dependencies [18344d7]
17
+ - Updated dependencies [40c2525]
18
+ - Updated dependencies [e473f27]
19
+ - Updated dependencies [703ac71]
20
+ - Updated dependencies [a723d69]
21
+ - Updated dependencies [7827943]
22
+ - Updated dependencies [5889a31]
23
+ - Updated dependencies [bf1e7e7]
24
+ - Updated dependencies [4933192]
25
+ - Updated dependencies [d1c77a4]
26
+ - Updated dependencies [dcd4802]
27
+ - Updated dependencies [cbddd18]
28
+ - Updated dependencies [7ba91fa]
29
+ - @mastra/core@0.0.0-transpile-packages-20250724123433
30
+
31
+ ## 0.10.15-alpha.1
32
+
33
+ ### Patch Changes
34
+
35
+ - @mastra/core@0.11.0-alpha.1
36
+
37
+ ## 0.10.15-alpha.0
38
+
39
+ ### Patch Changes
40
+
41
+ - 7827943: Handle streaming large data
42
+ - Updated dependencies [7827943]
43
+ - Updated dependencies [bf1e7e7]
44
+ - Updated dependencies [cbddd18]
45
+ - @mastra/core@0.11.0-alpha.0
46
+
47
+ ## 0.10.14
48
+
49
+ ### Patch Changes
50
+
51
+ - 31f9f6b: Replace crypto randomUUID in client SDK"
52
+ - 1aa60b1: Pipe runtimeContext to vNext network agent stream and generate steps, wire up runtimeContext for vNext Networks in cliet SDK & playground
53
+ - 626b0f4: [Cloud-126] Working Memory Playground - Added working memory to playground to allow users to view/edit working memory
54
+ - Updated dependencies [0b56518]
55
+ - Updated dependencies [db5cc15]
56
+ - Updated dependencies [2ba5b76]
57
+ - Updated dependencies [5237998]
58
+ - Updated dependencies [c3a30de]
59
+ - Updated dependencies [37c1acd]
60
+ - Updated dependencies [1aa60b1]
61
+ - Updated dependencies [89ec9d4]
62
+ - Updated dependencies [cf3a184]
63
+ - Updated dependencies [d6bfd60]
64
+ - Updated dependencies [626b0f4]
65
+ - Updated dependencies [c22a91f]
66
+ - Updated dependencies [f7403ab]
67
+ - Updated dependencies [6c89d7f]
68
+ - @mastra/core@0.10.15
69
+
70
+ ## 0.10.14-alpha.1
71
+
72
+ ### Patch Changes
73
+
74
+ - Updated dependencies [0b56518]
75
+ - Updated dependencies [2ba5b76]
76
+ - Updated dependencies [c3a30de]
77
+ - Updated dependencies [cf3a184]
78
+ - Updated dependencies [d6bfd60]
79
+ - @mastra/core@0.10.15-alpha.1
80
+
81
+ ## 0.10.14-alpha.0
82
+
83
+ ### Patch Changes
84
+
85
+ - 31f9f6b: Replace crypto randomUUID in client SDK"
86
+ - 1aa60b1: Pipe runtimeContext to vNext network agent stream and generate steps, wire up runtimeContext for vNext Networks in cliet SDK & playground
87
+ - 626b0f4: [Cloud-126] Working Memory Playground - Added working memory to playground to allow users to view/edit working memory
88
+ - Updated dependencies [db5cc15]
89
+ - Updated dependencies [5237998]
90
+ - Updated dependencies [37c1acd]
91
+ - Updated dependencies [1aa60b1]
92
+ - Updated dependencies [89ec9d4]
93
+ - Updated dependencies [626b0f4]
94
+ - Updated dependencies [c22a91f]
95
+ - Updated dependencies [f7403ab]
96
+ - Updated dependencies [6c89d7f]
97
+ - @mastra/core@0.10.15-alpha.0
98
+
99
+ ## 0.10.13
100
+
101
+ ### Patch Changes
102
+
103
+ - @mastra/core@0.10.14
104
+
105
+ ## 0.10.11
106
+
107
+ ### Patch Changes
108
+
109
+ - 9468be4: Fix error on agent generate while using antropic
110
+ - 44731a4: Client SDK - Expose processTextStream util for agent textstream with structured output
111
+ - Updated dependencies [b4a9811]
112
+ - Updated dependencies [4d5583d]
113
+ - @mastra/core@0.10.12
114
+
115
+ ## 0.10.11-alpha.1
116
+
117
+ ### Patch Changes
118
+
119
+ - Updated dependencies [4d5583d]
120
+ - @mastra/core@0.10.12-alpha.1
121
+
122
+ ## 0.10.11-alpha.0
123
+
124
+ ### Patch Changes
125
+
126
+ - 9468be4: Fix error on agent generate while using antropic
127
+ - 44731a4: Client SDK - Expose processTextStream util for agent textstream with structured output
128
+ - Updated dependencies [b4a9811]
129
+ - @mastra/core@0.10.12-alpha.0
130
+
131
+ ## 0.10.10
132
+
133
+ ### Patch Changes
134
+
135
+ - 18da791: Add abortSignal to client SDK options
136
+ - Updated dependencies [2873c7f]
137
+ - Updated dependencies [1c1c6a1]
138
+ - Updated dependencies [f8ce2cc]
139
+ - Updated dependencies [8c846b6]
140
+ - Updated dependencies [c7bbf1e]
141
+ - Updated dependencies [8722d53]
142
+ - Updated dependencies [565cc0c]
143
+ - Updated dependencies [b790fd1]
144
+ - Updated dependencies [132027f]
145
+ - Updated dependencies [0c85311]
146
+ - Updated dependencies [d7ed04d]
147
+ - Updated dependencies [cb16baf]
148
+ - Updated dependencies [f36e4f1]
149
+ - Updated dependencies [7f6e403]
150
+ - @mastra/core@0.10.11
151
+
152
+ ## 0.10.10-alpha.4
153
+
154
+ ### Patch Changes
155
+
156
+ - @mastra/core@0.10.11-alpha.4
157
+
158
+ ## 0.10.10-alpha.3
159
+
160
+ ### Patch Changes
161
+
162
+ - Updated dependencies [c7bbf1e]
163
+ - Updated dependencies [8722d53]
164
+ - Updated dependencies [132027f]
165
+ - Updated dependencies [0c85311]
166
+ - Updated dependencies [cb16baf]
167
+ - @mastra/core@0.10.11-alpha.3
168
+
169
+ ## 0.10.10-alpha.2
170
+
171
+ ### Patch Changes
172
+
173
+ - 18da791: Add abortSignal to client SDK options
174
+ - Updated dependencies [2873c7f]
175
+ - Updated dependencies [1c1c6a1]
176
+ - Updated dependencies [565cc0c]
177
+ - @mastra/core@0.10.11-alpha.2
178
+
179
+ ## 0.10.10-alpha.1
180
+
181
+ ### Patch Changes
182
+
183
+ - Updated dependencies [7f6e403]
184
+ - @mastra/core@0.10.11-alpha.1
185
+
186
+ ## 0.10.10-alpha.0
187
+
188
+ ### Patch Changes
189
+
190
+ - Updated dependencies [f8ce2cc]
191
+ - Updated dependencies [8c846b6]
192
+ - Updated dependencies [b790fd1]
193
+ - Updated dependencies [d7ed04d]
194
+ - Updated dependencies [f36e4f1]
195
+ - @mastra/core@0.10.11-alpha.0
196
+
197
+ ## 0.10.9
198
+
199
+ ### Patch Changes
200
+
201
+ - b60f510: Fix getWorkflowRuns by limit and offset
202
+ - 6997af1: add send event to server, deployer, client-js and playground-ui
203
+ - Updated dependencies [4d3fbdf]
204
+ - @mastra/core@0.10.10
205
+
206
+ ## 0.10.9-alpha.1
207
+
208
+ ### Patch Changes
209
+
210
+ - b60f510: Fix getWorkflowRuns by limit and offset
211
+ - 6997af1: add send event to server, deployer, client-js and playground-ui
212
+ - @mastra/core@0.10.10-alpha.1
213
+
214
+ ## 0.10.9-alpha.0
215
+
216
+ ### Patch Changes
217
+
218
+ - Updated dependencies [4d3fbdf]
219
+ - @mastra/core@0.10.10-alpha.0
220
+
221
+ ## 0.10.8
222
+
223
+ ### Patch Changes
224
+
225
+ - 9047bda: clientTools - stream tool-result part
226
+ - a606c75: show right suspend schema for nested workflow on playground
227
+ - 1760a1c: Use workflow stream in playground instead of watch
228
+ - 038e5ae: Add cancel workflow run
229
+ - 7e801dd: Add tools to network api response
230
+ - Updated dependencies [9dda1ac]
231
+ - Updated dependencies [c984582]
232
+ - Updated dependencies [7e801dd]
233
+ - Updated dependencies [a606c75]
234
+ - Updated dependencies [7aa70a4]
235
+ - Updated dependencies [764f86a]
236
+ - Updated dependencies [1760a1c]
237
+ - Updated dependencies [038e5ae]
238
+ - Updated dependencies [7dda16a]
239
+ - Updated dependencies [5ebfcdd]
240
+ - Updated dependencies [b2d0c91]
241
+ - Updated dependencies [4e809ad]
242
+ - Updated dependencies [57929df]
243
+ - Updated dependencies [b7852ed]
244
+ - Updated dependencies [6320a61]
245
+ - @mastra/core@0.10.9
246
+
247
+ ## 0.10.8-alpha.0
248
+
249
+ ### Patch Changes
250
+
251
+ - 9047bda: clientTools - stream tool-result part
252
+ - a606c75: show right suspend schema for nested workflow on playground
253
+ - 1760a1c: Use workflow stream in playground instead of watch
254
+ - 038e5ae: Add cancel workflow run
255
+ - 7e801dd: Add tools to network api response
256
+ - Updated dependencies [9dda1ac]
257
+ - Updated dependencies [c984582]
258
+ - Updated dependencies [7e801dd]
259
+ - Updated dependencies [a606c75]
260
+ - Updated dependencies [7aa70a4]
261
+ - Updated dependencies [764f86a]
262
+ - Updated dependencies [1760a1c]
263
+ - Updated dependencies [038e5ae]
264
+ - Updated dependencies [7dda16a]
265
+ - Updated dependencies [5ebfcdd]
266
+ - Updated dependencies [b2d0c91]
267
+ - Updated dependencies [4e809ad]
268
+ - Updated dependencies [57929df]
269
+ - Updated dependencies [b7852ed]
270
+ - Updated dependencies [6320a61]
271
+ - @mastra/core@0.10.9-alpha.0
272
+
273
+ ## 0.10.7
274
+
275
+ ### Patch Changes
276
+
277
+ - a344ac7: Fix tool streaming in agent network
278
+ - Updated dependencies [b8f16b2]
279
+ - Updated dependencies [3e04487]
280
+ - Updated dependencies [a344ac7]
281
+ - Updated dependencies [dc4ca0a]
282
+ - @mastra/core@0.10.8
283
+
284
+ ## 0.10.7-alpha.1
285
+
286
+ ### Patch Changes
287
+
288
+ - Updated dependencies [b8f16b2]
289
+ - Updated dependencies [3e04487]
290
+ - Updated dependencies [dc4ca0a]
291
+ - @mastra/core@0.10.8-alpha.1
292
+
293
+ ## 0.10.7-alpha.0
294
+
295
+ ### Patch Changes
296
+
297
+ - a344ac7: Fix tool streaming in agent network
298
+ - Updated dependencies [a344ac7]
299
+ - @mastra/core@0.10.8-alpha.0
300
+
301
+ ## 0.10.6
302
+
303
+ ### Patch Changes
304
+
305
+ - 8e1b6e9: dependencies updates:
306
+ - Updated dependency [`zod@^3.25.67` ↗︎](https://www.npmjs.com/package/zod/v/3.25.67) (from `^3.25.57`, in `dependencies`)
307
+ - 9bf1d55: Fix runtimeContext in mastra server, client SDK
308
+ - 18a5d59: clientTools client side execution
309
+ - 5d74aab: vNext network in playground
310
+ - bee3fe4: Fix client side tool calling
311
+ - c0d41f6: Fix streaming for agent tool calls
312
+ - Updated dependencies [15e9d26]
313
+ - Updated dependencies [d1baedb]
314
+ - Updated dependencies [d8f2d19]
315
+ - Updated dependencies [4d21bf2]
316
+ - Updated dependencies [07d6d88]
317
+ - Updated dependencies [9d52b17]
318
+ - Updated dependencies [2097952]
319
+ - Updated dependencies [792c4c0]
320
+ - Updated dependencies [5d74aab]
321
+ - Updated dependencies [a8b194f]
322
+ - Updated dependencies [4fb0cc2]
323
+ - Updated dependencies [d2a7a31]
324
+ - Updated dependencies [502fe05]
325
+ - Updated dependencies [144eb0b]
326
+ - Updated dependencies [8ba1b51]
327
+ - Updated dependencies [4efcfa0]
328
+ - Updated dependencies [0e17048]
329
+ - @mastra/core@0.10.7
330
+
331
+ ## 0.10.6-alpha.6
332
+
333
+ ### Patch Changes
334
+
335
+ - c0d41f6: Fix streaming for agent tool calls
336
+
337
+ ## 0.10.6-alpha.5
338
+
339
+ ### Patch Changes
340
+
341
+ - bee3fe4: Fix client side tool calling
342
+ - @mastra/core@0.10.7-alpha.5
343
+
344
+ ## 0.10.6-alpha.4
345
+
346
+ ### Patch Changes
347
+
348
+ - Updated dependencies [a8b194f]
349
+ - @mastra/core@0.10.7-alpha.4
350
+
351
+ ## 0.10.6-alpha.3
352
+
353
+ ### Patch Changes
354
+
355
+ - 18a5d59: clientTools client side execution
356
+ - Updated dependencies [792c4c0]
357
+ - Updated dependencies [502fe05]
358
+ - Updated dependencies [4efcfa0]
359
+ - @mastra/core@0.10.7-alpha.3
360
+
361
+ ## 0.10.6-alpha.2
362
+
363
+ ### Patch Changes
364
+
365
+ - 8e1b6e9: dependencies updates:
366
+ - Updated dependency [`zod@^3.25.67` ↗︎](https://www.npmjs.com/package/zod/v/3.25.67) (from `^3.25.57`, in `dependencies`)
367
+ - 9bf1d55: Fix runtimeContext in mastra server, client SDK
368
+ - 5d74aab: vNext network in playground
369
+ - Updated dependencies [15e9d26]
370
+ - Updated dependencies [07d6d88]
371
+ - Updated dependencies [5d74aab]
372
+ - Updated dependencies [144eb0b]
373
+ - @mastra/core@0.10.7-alpha.2
374
+
375
+ ## 0.10.6-alpha.1
376
+
377
+ ### Patch Changes
378
+
379
+ - Updated dependencies [d1baedb]
380
+ - Updated dependencies [4d21bf2]
381
+ - Updated dependencies [2097952]
382
+ - Updated dependencies [4fb0cc2]
383
+ - Updated dependencies [d2a7a31]
384
+ - Updated dependencies [0e17048]
385
+ - @mastra/core@0.10.7-alpha.1
386
+
387
+ ## 0.10.6-alpha.0
388
+
389
+ ### Patch Changes
390
+
391
+ - Updated dependencies [d8f2d19]
392
+ - Updated dependencies [9d52b17]
393
+ - Updated dependencies [8ba1b51]
394
+ - @mastra/core@0.10.7-alpha.0
395
+
396
+ ## 0.10.5
397
+
398
+ ### Patch Changes
399
+
400
+ - 63f6b7d: dependencies updates:
401
+ - Updated dependency [`@ai-sdk/ui-utils@^1.2.11` ↗︎](https://www.npmjs.com/package/@ai-sdk/ui-utils/v/1.2.11) (from `^1.1.19`, in `dependencies`)
402
+ - Updated dependency [`zod@^3.25.57` ↗︎](https://www.npmjs.com/package/zod/v/3.25.57) (from `^3.25.56`, in `dependencies`)
403
+ - ee9af57: Add api for polling run execution result and get run by id
404
+ - 3270d9d: Fix runtime context being undefined
405
+ - Updated dependencies [63f6b7d]
406
+ - Updated dependencies [12a95fc]
407
+ - Updated dependencies [4b0f8a6]
408
+ - Updated dependencies [51264a5]
409
+ - Updated dependencies [8e6f677]
410
+ - Updated dependencies [d70c420]
411
+ - Updated dependencies [ee9af57]
412
+ - Updated dependencies [36f1c36]
413
+ - Updated dependencies [2a16996]
414
+ - Updated dependencies [10d352e]
415
+ - Updated dependencies [9589624]
416
+ - Updated dependencies [53d3c37]
417
+ - Updated dependencies [751c894]
418
+ - Updated dependencies [577ce3a]
419
+ - Updated dependencies [9260b3a]
420
+ - @mastra/core@0.10.6
421
+
422
+ ## 0.10.5-alpha.5
423
+
424
+ ### Patch Changes
425
+
426
+ - Updated dependencies [12a95fc]
427
+ - Updated dependencies [51264a5]
428
+ - Updated dependencies [8e6f677]
429
+ - @mastra/core@0.10.6-alpha.5
430
+
431
+ ## 0.10.5-alpha.4
432
+
433
+ ### Patch Changes
434
+
435
+ - Updated dependencies [9589624]
436
+ - @mastra/core@0.10.6-alpha.4
437
+
438
+ ## 0.10.5-alpha.3
439
+
440
+ ### Patch Changes
441
+
442
+ - Updated dependencies [d70c420]
443
+ - Updated dependencies [2a16996]
444
+ - @mastra/core@0.10.6-alpha.3
445
+
446
+ ## 0.10.5-alpha.2
447
+
448
+ ### Patch Changes
449
+
450
+ - Updated dependencies [4b0f8a6]
451
+ - @mastra/core@0.10.6-alpha.2
452
+
453
+ ## 0.10.5-alpha.1
454
+
455
+ ### Patch Changes
456
+
457
+ - ee9af57: Add api for polling run execution result and get run by id
458
+ - 3270d9d: Fix runtime context being undefined
459
+ - Updated dependencies [ee9af57]
460
+ - Updated dependencies [751c894]
461
+ - Updated dependencies [577ce3a]
462
+ - Updated dependencies [9260b3a]
463
+ - @mastra/core@0.10.6-alpha.1
464
+
465
+ ## 0.10.5-alpha.0
466
+
467
+ ### Patch Changes
468
+
469
+ - 63f6b7d: dependencies updates:
470
+ - Updated dependency [`@ai-sdk/ui-utils@^1.2.11` ↗︎](https://www.npmjs.com/package/@ai-sdk/ui-utils/v/1.2.11) (from `^1.1.19`, in `dependencies`)
471
+ - Updated dependency [`zod@^3.25.57` ↗︎](https://www.npmjs.com/package/zod/v/3.25.57) (from `^3.25.56`, in `dependencies`)
472
+ - Updated dependencies [63f6b7d]
473
+ - Updated dependencies [36f1c36]
474
+ - Updated dependencies [10d352e]
475
+ - Updated dependencies [53d3c37]
476
+ - @mastra/core@0.10.6-alpha.0
477
+
478
+ ## 0.10.4
479
+
480
+ ### Patch Changes
481
+
482
+ - Updated dependencies [13c97f9]
483
+ - @mastra/core@0.10.5
484
+
485
+ ## 0.10.3
486
+
487
+ ### Patch Changes
488
+
489
+ - 1ccccff: dependencies updates:
490
+ - Updated dependency [`zod@^3.25.56` ↗︎](https://www.npmjs.com/package/zod/v/3.25.56) (from `^3.24.3`, in `dependencies`)
491
+ - 1ccccff: dependencies updates:
492
+ - Updated dependency [`zod@^3.25.56` ↗︎](https://www.npmjs.com/package/zod/v/3.25.56) (from `^3.24.3`, in `dependencies`)
493
+ - f1f1f1b: Add basic filtering capabilities to logs
494
+ - b2810ab: Move @mastra/core to deps
495
+ - 82090c1: Add pagination to logs
496
+ - 67d21b5: Added overloading to the generate method of the Agent class to enhance type definition using ZodSchema.
497
+ - Updated dependencies [d1ed912]
498
+ - Updated dependencies [f6fd25f]
499
+ - Updated dependencies [dffb67b]
500
+ - Updated dependencies [f1f1f1b]
501
+ - Updated dependencies [925ab94]
502
+ - Updated dependencies [f9816ae]
503
+ - Updated dependencies [82090c1]
504
+ - Updated dependencies [1b443fd]
505
+ - Updated dependencies [ce97900]
506
+ - Updated dependencies [f1309d3]
507
+ - Updated dependencies [14a2566]
508
+ - Updated dependencies [f7f8293]
509
+ - Updated dependencies [48eddb9]
510
+ - @mastra/core@0.10.4
511
+
512
+ ## 0.10.3-alpha.3
513
+
514
+ ### Patch Changes
515
+
516
+ - Updated dependencies [925ab94]
517
+ - @mastra/core@0.10.4-alpha.3
518
+
519
+ ## 0.10.3-alpha.2
520
+
521
+ ### Patch Changes
522
+
523
+ - Updated dependencies [48eddb9]
524
+ - @mastra/core@0.10.4-alpha.2
525
+
526
+ ## 0.10.3-alpha.1
527
+
528
+ ### Patch Changes
529
+
530
+ - 1ccccff: dependencies updates:
531
+ - Updated dependency [`zod@^3.25.56` ↗︎](https://www.npmjs.com/package/zod/v/3.25.56) (from `^3.24.3`, in `dependencies`)
532
+ - 1ccccff: dependencies updates:
533
+ - Updated dependency [`zod@^3.25.56` ↗︎](https://www.npmjs.com/package/zod/v/3.25.56) (from `^3.24.3`, in `dependencies`)
534
+ - Updated dependencies [f6fd25f]
535
+ - Updated dependencies [dffb67b]
536
+ - Updated dependencies [f1309d3]
537
+ - Updated dependencies [f7f8293]
538
+ - @mastra/core@0.10.4-alpha.1
539
+
540
+ ## 0.10.3-alpha.0
541
+
542
+ ### Patch Changes
543
+
544
+ - f1f1f1b: Add basic filtering capabilities to logs
545
+ - b2810ab: Move @mastra/core to deps
546
+ - 82090c1: Add pagination to logs
547
+ - 67d21b5: Added overloading to the generate method of the Agent class to enhance type definition using ZodSchema.
548
+ - Updated dependencies [d1ed912]
549
+ - Updated dependencies [f1f1f1b]
550
+ - Updated dependencies [f9816ae]
551
+ - Updated dependencies [82090c1]
552
+ - Updated dependencies [1b443fd]
553
+ - Updated dependencies [ce97900]
554
+ - Updated dependencies [14a2566]
555
+ - @mastra/core@0.10.4-alpha.0
556
+
557
+ ## 0.10.2
4
558
 
5
559
  ### Patch Changes
6
560
 
7
561
  - 592a2db: Added different icons for agents and workflows in mcp tools list
562
+ - 37643b8: Fix tool access
8
563
  - c5bf1ce: Add backwards compat code for new MessageList in storage
564
+ - b72c768: [Bug fix] Serialize parameters in clientTools
9
565
  - f0d559f: Fix peerdeps for alpha channel
10
566
  - Updated dependencies [ee77e78]
11
567
  - Updated dependencies [592a2db]
12
568
  - Updated dependencies [e5dc18d]
13
569
  - Updated dependencies [ab5adbe]
14
570
  - Updated dependencies [1e8bb40]
571
+ - Updated dependencies [1b5fc55]
15
572
  - Updated dependencies [195c428]
16
573
  - Updated dependencies [f73e11b]
574
+ - Updated dependencies [37643b8]
575
+ - Updated dependencies [99fd6cf]
17
576
  - Updated dependencies [c5bf1ce]
577
+ - Updated dependencies [add596e]
578
+ - Updated dependencies [8dc94d8]
579
+ - Updated dependencies [ecebbeb]
580
+ - Updated dependencies [79d5145]
18
581
  - Updated dependencies [12b7002]
19
582
  - Updated dependencies [2901125]
20
- - @mastra/core@0.0.0-taofeeqInngest-20250603090617
583
+ - @mastra/core@0.10.2
584
+
585
+ ## 0.10.2-alpha.3
586
+
587
+ ### Patch Changes
588
+
589
+ - 37643b8: Fix tool access
590
+ - b72c768: [Bug fix] Serialize parameters in clientTools
591
+ - Updated dependencies [37643b8]
592
+ - Updated dependencies [79d5145]
593
+ - @mastra/core@0.10.2-alpha.8
21
594
 
22
595
  ## 0.10.2-alpha.2
23
596
 
package/LICENSE.md CHANGED
@@ -1,46 +1,15 @@
1
- # Elastic License 2.0 (ELv2)
1
+ # Apache License 2.0
2
2
 
3
- Copyright (c) 2025 Mastra AI, Inc.
3
+ Copyright (c) 2025 Kepler Software, Inc.
4
4
 
5
- **Acceptance**
6
- By using the software, you agree to all of the terms and conditions below.
5
+ Licensed under the Apache License, Version 2.0 (the "License");
6
+ you may not use this file except in compliance with the License.
7
+ You may obtain a copy of the License at
7
8
 
8
- **Copyright License**
9
- The licensor grants you a non-exclusive, royalty-free, worldwide, non-sublicensable, non-transferable license to use, copy, distribute, make available, and prepare derivative works of the software, in each case subject to the limitations and conditions below
9
+ http://www.apache.org/licenses/LICENSE-2.0
10
10
 
11
- **Limitations**
12
- You may not provide the software to third parties as a hosted or managed service, where the service provides users with access to any substantial set of the features or functionality of the software.
13
-
14
- You may not move, change, disable, or circumvent the license key functionality in the software, and you may not remove or obscure any functionality in the software that is protected by the license key.
15
-
16
- You may not alter, remove, or obscure any licensing, copyright, or other notices of the licensor in the software. Any use of the licensor’s trademarks is subject to applicable law.
17
-
18
- **Patents**
19
- The licensor grants you a license, under any patent claims the licensor can license, or becomes able to license, to make, have made, use, sell, offer for sale, import and have imported the software, in each case subject to the limitations and conditions in this license. This license does not cover any patent claims that you cause to be infringed by modifications or additions to the software. If you or your company make any written claim that the software infringes or contributes to infringement of any patent, your patent license for the software granted under these terms ends immediately. If your company makes such a claim, your patent license ends immediately for work on behalf of your company.
20
-
21
- **Notices**
22
- You must ensure that anyone who gets a copy of any part of the software from you also gets a copy of these terms.
23
-
24
- If you modify the software, you must include in any modified copies of the software prominent notices stating that you have modified the software.
25
-
26
- **No Other Rights**
27
- These terms do not imply any licenses other than those expressly granted in these terms.
28
-
29
- **Termination**
30
- If you use the software in violation of these terms, such use is not licensed, and your licenses will automatically terminate. If the licensor provides you with a notice of your violation, and you cease all violation of this license no later than 30 days after you receive that notice, your licenses will be reinstated retroactively. However, if you violate these terms after such reinstatement, any additional violation of these terms will cause your licenses to terminate automatically and permanently.
31
-
32
- **No Liability**
33
- As far as the law allows, the software comes as is, without any warranty or condition, and the licensor will not be liable to you for any damages arising out of these terms or the use or nature of the software, under any kind of legal claim.
34
-
35
- **Definitions**
36
- The _licensor_ is the entity offering these terms, and the _software_ is the software the licensor makes available under these terms, including any portion of it.
37
-
38
- _you_ refers to the individual or entity agreeing to these terms.
39
-
40
- _your company_ is any legal entity, sole proprietorship, or other kind of organization that you work for, plus all organizations that have control over, are under the control of, or are under common control with that organization. _control_ means ownership of substantially all the assets of an entity, or the power to direct its management and policies by vote, contract, or otherwise. Control can be direct or indirect.
41
-
42
- _your licenses_ are all the licenses granted to you for the software under these terms.
43
-
44
- _use_ means anything you do with the software requiring one of your licenses.
45
-
46
- _trademark_ means trademarks, service marks, and similar rights.
11
+ Unless required by applicable law or agreed to in writing, software
12
+ distributed under the License is distributed on an "AS IS" BASIS,
13
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ See the License for the specific language governing permissions and
15
+ limitations under the License.
package/README.md CHANGED
@@ -11,7 +11,7 @@ npm install @mastra/client-js
11
11
  ## Quick Start
12
12
 
13
13
  ```typescript
14
- import { MastraClient } from '@mastra/client';
14
+ import { MastraClient } from '@mastra/client-js';
15
15
 
16
16
  // Initialize the client
17
17
  const client = new MastraClient({
@@ -80,6 +80,7 @@ const client = new MastraClient({
80
80
  - `getWorkflow(workflowId)`: Get a workflow instance
81
81
  - `workflow.details()`: Get workflow details
82
82
  - `workflow.createRun()`: Create workflow run
83
+ - `workflow.createRunAsync()`: Create workflow run (alias)
83
84
  - `workflow.startAsync(params)`: Execute the workflow and wait for execution results
84
85
  - `workflow.resumeAsync(parmas)`: Resume suspended workflow step async
85
86
  - `workflow.watch({runId},(record)=>{})`: Watch the step transitions of the workflow run