@mastra/google-cloud-pubsub 0.1.0

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,26 @@
1
+
2
+ > @mastra/google-cloud-pubsub@0.1.0 build /home/runner/work/mastra/mastra/pubsub/google-cloud-pubsub
3
+ > tsup src/index.ts --format esm,cjs --experimental-dts --clean --treeshake=smallest --splitting
4
+
5
+ CLI Building entry: src/index.ts
6
+ CLI Using tsconfig: tsconfig.json
7
+ CLI tsup v8.5.0
8
+ CLI Using tsup config: /home/runner/work/mastra/mastra/pubsub/google-cloud-pubsub/tsup.config.ts
9
+ TSC Build start
10
+ TSC ⚡️ Build success in 6838ms
11
+ DTS Build start
12
+ CLI Target: es2022
13
+ Analysis will use the bundled TypeScript version 5.8.3
14
+ Writing package typings: /home/runner/work/mastra/mastra/pubsub/google-cloud-pubsub/dist/_tsup-dts-rollup.d.ts
15
+ Analysis will use the bundled TypeScript version 5.8.3
16
+ Writing package typings: /home/runner/work/mastra/mastra/pubsub/google-cloud-pubsub/dist/_tsup-dts-rollup.d.cts
17
+ DTS ⚡️ Build success in 5512ms
18
+ CLI Cleaning output folder
19
+ ESM Build start
20
+ CJS Build start
21
+ ESM dist/index.js 4.26 KB
22
+ ESM dist/index.js.map 10.27 KB
23
+ ESM ⚡️ Build success in 196ms
24
+ CJS dist/index.cjs 4.29 KB
25
+ CJS dist/index.cjs.map 10.29 KB
26
+ CJS ⚡️ Build success in 197ms
package/CHANGELOG.md ADDED
@@ -0,0 +1,567 @@
1
+ # @mastra/inngest
2
+
3
+ ## 0.11.3
4
+
5
+ ### Patch Changes
6
+
7
+ - 515488a: dependencies updates:
8
+ - Updated dependency [`inngest@^3.39.2` ↗︎](https://www.npmjs.com/package/inngest/v/3.39.2) (from `^3.39.1`, in `dependencies`)
9
+ - defb5ae: dependencies updates:
10
+ - Updated dependency [`inngest@^3.40.0` ↗︎](https://www.npmjs.com/package/inngest/v/3.40.0) (from `^3.39.2`, in `dependencies`)
11
+ - b790fd1: Ability to pass a function to .sleep()/.sleepUntil()
12
+ - c1cceea: Bump peerdeps of @matra/core
13
+ - Updated dependencies [2873c7f]
14
+ - Updated dependencies [1c1c6a1]
15
+ - Updated dependencies [f8ce2cc]
16
+ - Updated dependencies [8c846b6]
17
+ - Updated dependencies [c7bbf1e]
18
+ - Updated dependencies [8722d53]
19
+ - Updated dependencies [565cc0c]
20
+ - Updated dependencies [b790fd1]
21
+ - Updated dependencies [132027f]
22
+ - Updated dependencies [0c85311]
23
+ - Updated dependencies [d7ed04d]
24
+ - Updated dependencies [cb16baf]
25
+ - Updated dependencies [f36e4f1]
26
+ - Updated dependencies [7f6e403]
27
+ - @mastra/core@0.10.11
28
+
29
+ ## 0.11.3-alpha.3
30
+
31
+ ### Patch Changes
32
+
33
+ - c1cceea: Bump peerdeps of @matra/core
34
+ - @mastra/core@0.10.11-alpha.4
35
+
36
+ ## 0.11.3-alpha.2
37
+
38
+ ### Patch Changes
39
+
40
+ - defb5ae: dependencies updates:
41
+ - Updated dependency [`inngest@^3.40.0` ↗︎](https://www.npmjs.com/package/inngest/v/3.40.0) (from `^3.39.2`, in `dependencies`)
42
+ - Updated dependencies [c7bbf1e]
43
+ - Updated dependencies [8722d53]
44
+ - Updated dependencies [132027f]
45
+ - Updated dependencies [0c85311]
46
+ - Updated dependencies [cb16baf]
47
+ - @mastra/core@0.10.11-alpha.3
48
+
49
+ ## 0.11.3-alpha.1
50
+
51
+ ### Patch Changes
52
+
53
+ - 515488a: dependencies updates:
54
+ - Updated dependency [`inngest@^3.39.2` ↗︎](https://www.npmjs.com/package/inngest/v/3.39.2) (from `^3.39.1`, in `dependencies`)
55
+ - Updated dependencies [7f6e403]
56
+ - @mastra/core@0.10.11-alpha.1
57
+
58
+ ## 0.11.3-alpha.0
59
+
60
+ ### Patch Changes
61
+
62
+ - b790fd1: Ability to pass a function to .sleep()/.sleepUntil()
63
+ - Updated dependencies [f8ce2cc]
64
+ - Updated dependencies [8c846b6]
65
+ - Updated dependencies [b790fd1]
66
+ - Updated dependencies [d7ed04d]
67
+ - Updated dependencies [f36e4f1]
68
+ - @mastra/core@0.10.11-alpha.0
69
+
70
+ ## 0.11.2
71
+
72
+ ### Patch Changes
73
+
74
+ - 48d9738: Fix inngest sleep stream events
75
+ - Updated dependencies [4d3fbdf]
76
+ - @mastra/core@0.10.10
77
+
78
+ ## 0.11.2-alpha.0
79
+
80
+ ### Patch Changes
81
+
82
+ - 48d9738: Fix inngest sleep stream events
83
+ - Updated dependencies [4d3fbdf]
84
+ - @mastra/core@0.10.10-alpha.0
85
+
86
+ ## 0.11.1
87
+
88
+ ### Patch Changes
89
+
90
+ - e423a31: Fix bug where nested workflows would cause Inngest duplicate key error
91
+ - 764f86a: Introduces the runCount property in the execution parameters for the steps execute function
92
+ - 1760a1c: Use workflow stream in playground instead of watch
93
+ - 038e5ae: Add cancel workflow run
94
+ - 81a1b3b: Update peerdeps
95
+ - Updated dependencies [9dda1ac]
96
+ - Updated dependencies [c984582]
97
+ - Updated dependencies [7e801dd]
98
+ - Updated dependencies [a606c75]
99
+ - Updated dependencies [7aa70a4]
100
+ - Updated dependencies [764f86a]
101
+ - Updated dependencies [1760a1c]
102
+ - Updated dependencies [038e5ae]
103
+ - Updated dependencies [7dda16a]
104
+ - Updated dependencies [5ebfcdd]
105
+ - Updated dependencies [b2d0c91]
106
+ - Updated dependencies [4e809ad]
107
+ - Updated dependencies [57929df]
108
+ - Updated dependencies [b7852ed]
109
+ - Updated dependencies [6320a61]
110
+ - @mastra/core@0.10.9
111
+
112
+ ## 0.11.1-alpha.0
113
+
114
+ ### Patch Changes
115
+
116
+ - e423a31: Fix bug where nested workflows would cause Inngest duplicate key error
117
+ - 764f86a: Introduces the runCount property in the execution parameters for the steps execute function
118
+ - 1760a1c: Use workflow stream in playground instead of watch
119
+ - 038e5ae: Add cancel workflow run
120
+ - 81a1b3b: Update peerdeps
121
+ - Updated dependencies [9dda1ac]
122
+ - Updated dependencies [c984582]
123
+ - Updated dependencies [7e801dd]
124
+ - Updated dependencies [a606c75]
125
+ - Updated dependencies [7aa70a4]
126
+ - Updated dependencies [764f86a]
127
+ - Updated dependencies [1760a1c]
128
+ - Updated dependencies [038e5ae]
129
+ - Updated dependencies [7dda16a]
130
+ - Updated dependencies [5ebfcdd]
131
+ - Updated dependencies [b2d0c91]
132
+ - Updated dependencies [4e809ad]
133
+ - Updated dependencies [57929df]
134
+ - Updated dependencies [b7852ed]
135
+ - Updated dependencies [6320a61]
136
+ - @mastra/core@0.10.9-alpha.0
137
+
138
+ ## 0.11.0
139
+
140
+ ### Minor Changes
141
+
142
+ - 8a3bfd2: Update peerdeps to latest core
143
+
144
+ ### Patch Changes
145
+
146
+ - 8e1b6e9: dependencies updates:
147
+ - Updated dependency [`zod@^3.25.67` ↗︎](https://www.npmjs.com/package/zod/v/3.25.67) (from `^3.25.57`, in `dependencies`)
148
+ - 9d52b17: Fix inngest workflows streaming and add step metadata
149
+ - 4fb0cc2: Type safe variable mapping
150
+ - 502fe05: createRun() -> createRunAsync()
151
+ - 4efcfa0: Added bail() method and more ergonomic suspend function return value
152
+ - Updated dependencies [15e9d26]
153
+ - Updated dependencies [d1baedb]
154
+ - Updated dependencies [d8f2d19]
155
+ - Updated dependencies [4d21bf2]
156
+ - Updated dependencies [07d6d88]
157
+ - Updated dependencies [9d52b17]
158
+ - Updated dependencies [2097952]
159
+ - Updated dependencies [792c4c0]
160
+ - Updated dependencies [5d74aab]
161
+ - Updated dependencies [a8b194f]
162
+ - Updated dependencies [4fb0cc2]
163
+ - Updated dependencies [d2a7a31]
164
+ - Updated dependencies [502fe05]
165
+ - Updated dependencies [144eb0b]
166
+ - Updated dependencies [8ba1b51]
167
+ - Updated dependencies [4efcfa0]
168
+ - Updated dependencies [0e17048]
169
+ - @mastra/core@0.10.7
170
+
171
+ ## 0.11.0-alpha.3
172
+
173
+ ### Minor Changes
174
+
175
+ - 8a3bfd2: Update peerdeps to latest core
176
+
177
+ ### Patch Changes
178
+
179
+ - 502fe05: createRun() -> createRunAsync()
180
+ - 4efcfa0: Added bail() method and more ergonomic suspend function return value
181
+ - Updated dependencies [792c4c0]
182
+ - Updated dependencies [502fe05]
183
+ - Updated dependencies [4efcfa0]
184
+ - @mastra/core@0.10.7-alpha.3
185
+
186
+ ## 0.10.6-alpha.2
187
+
188
+ ### Patch Changes
189
+
190
+ - 8e1b6e9: dependencies updates:
191
+ - Updated dependency [`zod@^3.25.67` ↗︎](https://www.npmjs.com/package/zod/v/3.25.67) (from `^3.25.57`, in `dependencies`)
192
+ - Updated dependencies [15e9d26]
193
+ - Updated dependencies [07d6d88]
194
+ - Updated dependencies [5d74aab]
195
+ - Updated dependencies [144eb0b]
196
+ - @mastra/core@0.10.7-alpha.2
197
+
198
+ ## 0.10.6-alpha.1
199
+
200
+ ### Patch Changes
201
+
202
+ - 4fb0cc2: Type safe variable mapping
203
+ - Updated dependencies [d1baedb]
204
+ - Updated dependencies [4d21bf2]
205
+ - Updated dependencies [2097952]
206
+ - Updated dependencies [4fb0cc2]
207
+ - Updated dependencies [d2a7a31]
208
+ - Updated dependencies [0e17048]
209
+ - @mastra/core@0.10.7-alpha.1
210
+
211
+ ## 0.10.6-alpha.0
212
+
213
+ ### Patch Changes
214
+
215
+ - 9d52b17: Fix inngest workflows streaming and add step metadata
216
+ - Updated dependencies [d8f2d19]
217
+ - Updated dependencies [9d52b17]
218
+ - Updated dependencies [8ba1b51]
219
+ - @mastra/core@0.10.7-alpha.0
220
+
221
+ ## 0.10.5
222
+
223
+ ### Patch Changes
224
+
225
+ - 63f6b7d: dependencies updates:
226
+ - Updated dependency [`inngest@^3.39.1` ↗︎](https://www.npmjs.com/package/inngest/v/3.39.1) (from `^3.35.1`, in `dependencies`)
227
+ - Updated dependency [`zod@^3.25.57` ↗︎](https://www.npmjs.com/package/zod/v/3.25.57) (from `^3.25.56`, in `dependencies`)
228
+ - ee9af57: Add api for polling run execution result and get run by id
229
+ - Updated dependencies [63f6b7d]
230
+ - Updated dependencies [12a95fc]
231
+ - Updated dependencies [4b0f8a6]
232
+ - Updated dependencies [51264a5]
233
+ - Updated dependencies [8e6f677]
234
+ - Updated dependencies [d70c420]
235
+ - Updated dependencies [ee9af57]
236
+ - Updated dependencies [36f1c36]
237
+ - Updated dependencies [2a16996]
238
+ - Updated dependencies [10d352e]
239
+ - Updated dependencies [9589624]
240
+ - Updated dependencies [53d3c37]
241
+ - Updated dependencies [751c894]
242
+ - Updated dependencies [577ce3a]
243
+ - Updated dependencies [9260b3a]
244
+ - @mastra/core@0.10.6
245
+
246
+ ## 0.10.5-alpha.1
247
+
248
+ ### Patch Changes
249
+
250
+ - ee9af57: Add api for polling run execution result and get run by id
251
+ - Updated dependencies [ee9af57]
252
+ - Updated dependencies [751c894]
253
+ - Updated dependencies [577ce3a]
254
+ - Updated dependencies [9260b3a]
255
+ - @mastra/core@0.10.6-alpha.1
256
+
257
+ ## 0.10.5-alpha.0
258
+
259
+ ### Patch Changes
260
+
261
+ - 63f6b7d: dependencies updates:
262
+ - Updated dependency [`inngest@^3.39.1` ↗︎](https://www.npmjs.com/package/inngest/v/3.39.1) (from `^3.35.1`, in `dependencies`)
263
+ - Updated dependency [`zod@^3.25.57` ↗︎](https://www.npmjs.com/package/zod/v/3.25.57) (from `^3.25.56`, in `dependencies`)
264
+ - Updated dependencies [63f6b7d]
265
+ - Updated dependencies [36f1c36]
266
+ - Updated dependencies [10d352e]
267
+ - Updated dependencies [53d3c37]
268
+ - @mastra/core@0.10.6-alpha.0
269
+
270
+ ## 0.10.4
271
+
272
+ ### Patch Changes
273
+
274
+ - 13c97f9: Save run status, result and error in storage snapshot
275
+ - Updated dependencies [13c97f9]
276
+ - @mastra/core@0.10.5
277
+
278
+ ## 0.10.3
279
+
280
+ ### Patch Changes
281
+
282
+ - 1ccccff: dependencies updates:
283
+ - Updated dependency [`zod@^3.25.56` ↗︎](https://www.npmjs.com/package/zod/v/3.25.56) (from `^3.24.2`, in `dependencies`)
284
+ - 1ccccff: dependencies updates:
285
+ - Updated dependency [`zod@^3.25.56` ↗︎](https://www.npmjs.com/package/zod/v/3.25.56) (from `^3.24.2`, in `dependencies`)
286
+ - Updated dependencies [d1ed912]
287
+ - Updated dependencies [f6fd25f]
288
+ - Updated dependencies [dffb67b]
289
+ - Updated dependencies [f1f1f1b]
290
+ - Updated dependencies [925ab94]
291
+ - Updated dependencies [f9816ae]
292
+ - Updated dependencies [82090c1]
293
+ - Updated dependencies [1b443fd]
294
+ - Updated dependencies [ce97900]
295
+ - Updated dependencies [f1309d3]
296
+ - Updated dependencies [14a2566]
297
+ - Updated dependencies [f7f8293]
298
+ - Updated dependencies [48eddb9]
299
+ - @mastra/core@0.10.4
300
+
301
+ ## 0.10.3-alpha.0
302
+
303
+ ### Patch Changes
304
+
305
+ - 1ccccff: dependencies updates:
306
+ - Updated dependency [`zod@^3.25.56` ↗︎](https://www.npmjs.com/package/zod/v/3.25.56) (from `^3.24.2`, in `dependencies`)
307
+ - 1ccccff: dependencies updates:
308
+ - Updated dependency [`zod@^3.25.56` ↗︎](https://www.npmjs.com/package/zod/v/3.25.56) (from `^3.24.2`, in `dependencies`)
309
+ - Updated dependencies [f6fd25f]
310
+ - Updated dependencies [dffb67b]
311
+ - Updated dependencies [f1309d3]
312
+ - Updated dependencies [f7f8293]
313
+ - @mastra/core@0.10.4-alpha.1
314
+
315
+ ## 0.10.2
316
+
317
+ ### Patch Changes
318
+
319
+ - 195c428: Add runId to step execute fn
320
+ - 12b7002: Add serializedStepGraph to workflow run snapshot in storage
321
+ - f0d559f: Fix peerdeps for alpha channel
322
+ - 1ee6894: inngest production url fix
323
+ - Updated dependencies [ee77e78]
324
+ - Updated dependencies [592a2db]
325
+ - Updated dependencies [e5dc18d]
326
+ - Updated dependencies [ab5adbe]
327
+ - Updated dependencies [1e8bb40]
328
+ - Updated dependencies [1b5fc55]
329
+ - Updated dependencies [195c428]
330
+ - Updated dependencies [f73e11b]
331
+ - Updated dependencies [37643b8]
332
+ - Updated dependencies [99fd6cf]
333
+ - Updated dependencies [c5bf1ce]
334
+ - Updated dependencies [add596e]
335
+ - Updated dependencies [8dc94d8]
336
+ - Updated dependencies [ecebbeb]
337
+ - Updated dependencies [79d5145]
338
+ - Updated dependencies [12b7002]
339
+ - Updated dependencies [2901125]
340
+ - @mastra/core@0.10.2
341
+
342
+ ## 0.10.2-alpha.3
343
+
344
+ ### Patch Changes
345
+
346
+ - 1ee6894: inngest production url fix
347
+ - Updated dependencies [1b5fc55]
348
+ - Updated dependencies [add596e]
349
+ - Updated dependencies [ecebbeb]
350
+ - @mastra/core@0.10.2-alpha.5
351
+
352
+ ## 0.10.2-alpha.2
353
+
354
+ ### Patch Changes
355
+
356
+ - 12b7002: Add serializedStepGraph to workflow run snapshot in storage
357
+ - Updated dependencies [c5bf1ce]
358
+ - Updated dependencies [12b7002]
359
+ - @mastra/core@0.10.2-alpha.4
360
+
361
+ ## 0.10.2-alpha.1
362
+
363
+ ### Patch Changes
364
+
365
+ - 195c428: Add runId to step execute fn
366
+ - Updated dependencies [ab5adbe]
367
+ - Updated dependencies [195c428]
368
+ - Updated dependencies [f73e11b]
369
+ - @mastra/core@0.10.2-alpha.3
370
+
371
+ ## 0.10.2-alpha.0
372
+
373
+ ### Patch Changes
374
+
375
+ - f0d559f: Fix peerdeps for alpha channel
376
+ - Updated dependencies [1e8bb40]
377
+ - @mastra/core@0.10.2-alpha.2
378
+
379
+ ## 0.10.1
380
+
381
+ ### Patch Changes
382
+
383
+ - 200d0da: Return payload data, start time, end time, resume time and suspend time for each step in workflow state
384
+ Return error stack for failed workflow runs
385
+ - 5343f93: Move emitter to symbol to make private
386
+ - Updated dependencies [d70b807]
387
+ - Updated dependencies [6d16390]
388
+ - Updated dependencies [1e4a421]
389
+ - Updated dependencies [200d0da]
390
+ - Updated dependencies [bf5f17b]
391
+ - Updated dependencies [5343f93]
392
+ - Updated dependencies [38aee50]
393
+ - Updated dependencies [5c41100]
394
+ - Updated dependencies [d6a759b]
395
+ - Updated dependencies [6015bdf]
396
+ - @mastra/core@0.10.1
397
+
398
+ ## 0.10.1-alpha.0
399
+
400
+ ### Patch Changes
401
+
402
+ - 200d0da: Return payload data, start time, end time, resume time and suspend time for each step in workflow state
403
+ Return error stack for failed workflow runs
404
+ - 5343f93: Move emitter to symbol to make private
405
+ - Updated dependencies [200d0da]
406
+ - Updated dependencies [bf5f17b]
407
+ - Updated dependencies [5343f93]
408
+ - Updated dependencies [38aee50]
409
+ - Updated dependencies [5c41100]
410
+ - Updated dependencies [d6a759b]
411
+ - @mastra/core@0.10.1-alpha.1
412
+
413
+ ## 0.10.0
414
+
415
+ ### Minor Changes
416
+
417
+ - 83da932: Move @mastra/core to peerdeps
418
+
419
+ ### Patch Changes
420
+
421
+ - b3a3d63: BREAKING: Make vnext workflow the default worklow, and old workflow legacy_workflow
422
+ - e4172d9: Update getWorkflowRuns type for inngest workflow
423
+ - Updated dependencies [b3a3d63]
424
+ - Updated dependencies [344f453]
425
+ - Updated dependencies [0a3ae6d]
426
+ - Updated dependencies [95911be]
427
+ - Updated dependencies [f53a6ac]
428
+ - Updated dependencies [5eb5a99]
429
+ - Updated dependencies [7e632c5]
430
+ - Updated dependencies [1e9fbfa]
431
+ - Updated dependencies [eabdcd9]
432
+ - Updated dependencies [90be034]
433
+ - Updated dependencies [99f050a]
434
+ - Updated dependencies [d0ee3c6]
435
+ - Updated dependencies [b2ae5aa]
436
+ - Updated dependencies [23f258c]
437
+ - Updated dependencies [a7292b0]
438
+ - Updated dependencies [0dcb9f0]
439
+ - Updated dependencies [2672a05]
440
+ - @mastra/core@0.10.0
441
+
442
+ ## 0.1.0-alpha.1
443
+
444
+ ### Minor Changes
445
+
446
+ - 83da932: Move @mastra/core to peerdeps
447
+
448
+ ### Patch Changes
449
+
450
+ - b3a3d63: BREAKING: Make vnext workflow the default worklow, and old workflow legacy_workflow
451
+ - Updated dependencies [b3a3d63]
452
+ - Updated dependencies [344f453]
453
+ - Updated dependencies [0a3ae6d]
454
+ - Updated dependencies [95911be]
455
+ - Updated dependencies [5eb5a99]
456
+ - Updated dependencies [7e632c5]
457
+ - Updated dependencies [1e9fbfa]
458
+ - Updated dependencies [b2ae5aa]
459
+ - Updated dependencies [a7292b0]
460
+ - Updated dependencies [0dcb9f0]
461
+ - @mastra/core@0.10.0-alpha.1
462
+
463
+ ## 0.0.4-alpha.0
464
+
465
+ ### Patch Changes
466
+
467
+ - e4172d9: Update getWorkflowRuns type for inngest workflow
468
+ - Updated dependencies [f53a6ac]
469
+ - Updated dependencies [eabdcd9]
470
+ - Updated dependencies [90be034]
471
+ - Updated dependencies [99f050a]
472
+ - Updated dependencies [d0ee3c6]
473
+ - Updated dependencies [23f258c]
474
+ - Updated dependencies [2672a05]
475
+ - @mastra/core@0.9.5-alpha.0
476
+
477
+ ## 0.0.3
478
+
479
+ ### Patch Changes
480
+
481
+ - Updated dependencies [396be50]
482
+ - Updated dependencies [ab80e7e]
483
+ - Updated dependencies [c3bd795]
484
+ - Updated dependencies [da082f8]
485
+ - Updated dependencies [a5810ce]
486
+ - Updated dependencies [3e9c131]
487
+ - Updated dependencies [3171b5b]
488
+ - Updated dependencies [973e5ac]
489
+ - Updated dependencies [daf942f]
490
+ - Updated dependencies [0b8b868]
491
+ - Updated dependencies [9e1eff5]
492
+ - Updated dependencies [6fa1ad1]
493
+ - Updated dependencies [c28d7a0]
494
+ - Updated dependencies [edf1e88]
495
+ - @mastra/core@0.9.4
496
+
497
+ ## 0.0.3-alpha.4
498
+
499
+ ### Patch Changes
500
+
501
+ - Updated dependencies [3e9c131]
502
+ - @mastra/core@0.9.4-alpha.4
503
+
504
+ ## 0.0.3-alpha.3
505
+
506
+ ### Patch Changes
507
+
508
+ - Updated dependencies [396be50]
509
+ - Updated dependencies [c3bd795]
510
+ - Updated dependencies [da082f8]
511
+ - Updated dependencies [a5810ce]
512
+ - @mastra/core@0.9.4-alpha.3
513
+
514
+ ## 0.0.3-alpha.2
515
+
516
+ ### Patch Changes
517
+
518
+ - Updated dependencies [3171b5b]
519
+ - Updated dependencies [973e5ac]
520
+ - Updated dependencies [9e1eff5]
521
+ - @mastra/core@0.9.4-alpha.2
522
+
523
+ ## 0.0.3-alpha.1
524
+
525
+ ### Patch Changes
526
+
527
+ - Updated dependencies [ab80e7e]
528
+ - Updated dependencies [6fa1ad1]
529
+ - Updated dependencies [c28d7a0]
530
+ - Updated dependencies [edf1e88]
531
+ - @mastra/core@0.9.4-alpha.1
532
+
533
+ ## 0.0.3-alpha.0
534
+
535
+ ### Patch Changes
536
+
537
+ - Updated dependencies [daf942f]
538
+ - Updated dependencies [0b8b868]
539
+ - @mastra/core@0.9.4-alpha.0
540
+
541
+ ## 0.0.2
542
+
543
+ ### Patch Changes
544
+
545
+ - e450778: vnext: Inngest playground fixes
546
+ - Updated dependencies [e450778]
547
+ - Updated dependencies [8902157]
548
+ - Updated dependencies [ca0dc88]
549
+ - Updated dependencies [526c570]
550
+ - Updated dependencies [d7a6a33]
551
+ - Updated dependencies [9cd1a46]
552
+ - Updated dependencies [b5d2de0]
553
+ - Updated dependencies [644f8ad]
554
+ - Updated dependencies [70dbf51]
555
+ - @mastra/core@0.9.3
556
+
557
+ ## 0.0.2-alpha.0
558
+
559
+ ### Patch Changes
560
+
561
+ - e450778: vnext: Inngest playground fixes
562
+ - Updated dependencies [e450778]
563
+ - Updated dependencies [8902157]
564
+ - Updated dependencies [ca0dc88]
565
+ - Updated dependencies [9cd1a46]
566
+ - Updated dependencies [70dbf51]
567
+ - @mastra/core@0.9.3-alpha.1
package/LICENSE.md ADDED
@@ -0,0 +1,15 @@
1
+ # Apache License 2.0
2
+
3
+ Copyright (c) 2025 Kepler Software, Inc.
4
+
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
8
+
9
+ http://www.apache.org/licenses/LICENSE-2.0
10
+
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.
@@ -0,0 +1,27 @@
1
+ import type { ClientConfig } from '@google-cloud/pubsub';
2
+ import type { Event as Event_2 } from '@mastra/core/events';
3
+ import type { Message } from '@google-cloud/pubsub';
4
+ import { Options } from 'tsup';
5
+ import { PubSub } from '@mastra/core/events';
6
+ import type { Subscription } from '@google-cloud/pubsub';
7
+
8
+ export declare const default_alias: Options | Options[] | ((overrideOptions: Options) => Options | Options[] | Promise<Options | Options[]>);
9
+
10
+ export declare class GoogleCloudPubSub extends PubSub {
11
+ private instanceId;
12
+ private pubsub;
13
+ private ackBuffer;
14
+ private activeSubscriptions;
15
+ private activeCbs;
16
+ constructor(config: ClientConfig);
17
+ getSubscriptionName(topic: string): string;
18
+ ackMessage(topic: string, message: Message): Promise<void>;
19
+ init(topicName: string): Promise<Subscription | undefined>;
20
+ destroy(topicName: string): Promise<void>;
21
+ publish(topicName: string, event: Omit<Event_2, 'id' | 'createdAt'>): Promise<void>;
22
+ subscribe(topic: string, cb: (event: Event_2, ack?: () => Promise<void>) => void): Promise<void>;
23
+ unsubscribe(topic: string, cb: (event: Event_2, ack?: () => Promise<void>) => void): Promise<void>;
24
+ flush(): Promise<void>;
25
+ }
26
+
27
+ export { }
@@ -0,0 +1,27 @@
1
+ import type { ClientConfig } from '@google-cloud/pubsub';
2
+ import type { Event as Event_2 } from '@mastra/core/events';
3
+ import type { Message } from '@google-cloud/pubsub';
4
+ import { Options } from 'tsup';
5
+ import { PubSub } from '@mastra/core/events';
6
+ import type { Subscription } from '@google-cloud/pubsub';
7
+
8
+ export declare const default_alias: Options | Options[] | ((overrideOptions: Options) => Options | Options[] | Promise<Options | Options[]>);
9
+
10
+ export declare class GoogleCloudPubSub extends PubSub {
11
+ private instanceId;
12
+ private pubsub;
13
+ private ackBuffer;
14
+ private activeSubscriptions;
15
+ private activeCbs;
16
+ constructor(config: ClientConfig);
17
+ getSubscriptionName(topic: string): string;
18
+ ackMessage(topic: string, message: Message): Promise<void>;
19
+ init(topicName: string): Promise<Subscription | undefined>;
20
+ destroy(topicName: string): Promise<void>;
21
+ publish(topicName: string, event: Omit<Event_2, 'id' | 'createdAt'>): Promise<void>;
22
+ subscribe(topic: string, cb: (event: Event_2, ack?: () => Promise<void>) => void): Promise<void>;
23
+ unsubscribe(topic: string, cb: (event: Event_2, ack?: () => Promise<void>) => void): Promise<void>;
24
+ flush(): Promise<void>;
25
+ }
26
+
27
+ export { }