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