@mastra/server 2.0.3 → 2.0.4-alpha.1

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.
Files changed (69) hide show
  1. package/dist/_tsup-dts-rollup.d.cts +152 -10
  2. package/dist/_tsup-dts-rollup.d.ts +152 -10
  3. package/dist/{chunk-2FJURXCL.cjs → chunk-24EGIVT7.cjs} +34 -33
  4. package/dist/{chunk-6Q7UXAYJ.cjs → chunk-3HQNCTZ2.cjs} +21 -20
  5. package/dist/{chunk-M56ECCHK.cjs → chunk-4YZ3U35L.cjs} +18 -17
  6. package/dist/{chunk-QN4KF3BH.cjs → chunk-57CJTIPW.cjs} +2 -2
  7. package/dist/chunk-5SN4U5AC.cjs +508 -0
  8. package/dist/{chunk-ZLBRQFDD.cjs → chunk-64U3UDTH.cjs} +2 -2
  9. package/dist/chunk-75ZPJI57.cjs +9 -0
  10. package/dist/{chunk-QJ3AHN64.js → chunk-C7564HUT.js} +4 -3
  11. package/dist/{chunk-3XTEV33Q.js → chunk-EJO45KYT.js} +19 -16
  12. package/dist/{chunk-L7XE5QTW.js → chunk-H5PTF3Y4.js} +1 -1
  13. package/dist/{chunk-Q6SHQECN.js → chunk-HFWCEP5S.js} +4 -3
  14. package/dist/{chunk-3EJZQ6TQ.js → chunk-HWZVAG3H.js} +3 -3
  15. package/dist/{chunk-CHFORQ7J.cjs → chunk-I2B73Y4I.cjs} +60 -57
  16. package/dist/{chunk-4JINXASC.js → chunk-IU5VO2I2.js} +3 -2
  17. package/dist/chunk-LIVAK2DM.js +2001 -0
  18. package/dist/{chunk-3AHQ5RGN.js → chunk-M5ABIP7D.js} +1 -1
  19. package/dist/{chunk-M2RXDCPV.cjs → chunk-M6MC2QMH.cjs} +78 -59
  20. package/dist/{chunk-AMVOS7YB.cjs → chunk-MHKNLNAN.cjs} +9 -8
  21. package/dist/chunk-MLKGABMK.js +7 -0
  22. package/dist/{chunk-TRDNDNGQ.js → chunk-NYN7KFXL.js} +1 -7
  23. package/dist/{chunk-FV45V6WC.cjs → chunk-OCWPVYNI.cjs} +0 -7
  24. package/dist/{chunk-SKBVVI24.cjs → chunk-OGCNNUHF.cjs} +9 -9
  25. package/dist/{chunk-BPL2CBLV.js → chunk-OR3CIE2H.js} +3 -2
  26. package/dist/chunk-P6SCPDYW.js +500 -0
  27. package/dist/{chunk-GVBJ5I2S.js → chunk-Q6KMBIAN.js} +5 -4
  28. package/dist/{chunk-5JNVY6DU.js → chunk-TJKLBTFB.js} +20 -8
  29. package/dist/{chunk-5YGDYMRB.cjs → chunk-VPNDC2DI.cjs} +14 -13
  30. package/dist/{chunk-OWNA6I2H.js → chunk-WJU67W7F.js} +30 -11
  31. package/dist/{chunk-RBQASTUP.js → chunk-X3ZDCS52.js} +4 -3
  32. package/dist/{chunk-55HTWX4C.cjs → chunk-YBVOQN4M.cjs} +20 -19
  33. package/dist/chunk-YWLUOY3D.cjs +2004 -0
  34. package/dist/{chunk-D3G23FP3.cjs → chunk-ZE5AAC4I.cjs} +37 -25
  35. package/dist/server/handlers/a2a.cjs +30 -0
  36. package/dist/server/handlers/a2a.d.cts +6 -0
  37. package/dist/server/handlers/a2a.d.ts +6 -0
  38. package/dist/server/handlers/a2a.js +1 -0
  39. package/dist/server/handlers/agents.cjs +7 -7
  40. package/dist/server/handlers/agents.js +1 -1
  41. package/dist/server/handlers/error.cjs +2 -2
  42. package/dist/server/handlers/error.js +1 -1
  43. package/dist/server/handlers/logs.cjs +4 -4
  44. package/dist/server/handlers/logs.js +1 -1
  45. package/dist/server/handlers/memory.cjs +9 -9
  46. package/dist/server/handlers/memory.js +1 -1
  47. package/dist/server/handlers/network.cjs +5 -5
  48. package/dist/server/handlers/network.js +1 -1
  49. package/dist/server/handlers/telemetry.cjs +3 -3
  50. package/dist/server/handlers/telemetry.js +1 -1
  51. package/dist/server/handlers/tools.cjs +5 -5
  52. package/dist/server/handlers/tools.js +1 -1
  53. package/dist/server/handlers/utils.cjs +2 -2
  54. package/dist/server/handlers/utils.js +1 -1
  55. package/dist/server/handlers/vNextWorkflows.cjs +11 -11
  56. package/dist/server/handlers/vNextWorkflows.js +1 -1
  57. package/dist/server/handlers/vector.cjs +7 -7
  58. package/dist/server/handlers/vector.js +1 -1
  59. package/dist/server/handlers/voice.cjs +4 -4
  60. package/dist/server/handlers/voice.js +1 -1
  61. package/dist/server/handlers/workflows.cjs +11 -11
  62. package/dist/server/handlers/workflows.js +1 -1
  63. package/dist/server/handlers.cjs +28 -23
  64. package/dist/server/handlers.d.cts +1 -0
  65. package/dist/server/handlers.d.ts +1 -0
  66. package/dist/server/handlers.js +11 -10
  67. package/package.json +5 -3
  68. package/dist/chunk-5SWCVTNL.cjs +0 -5579
  69. package/dist/chunk-OMN3UI6X.js +0 -5576
@@ -1,13 +1,14 @@
1
1
  'use strict';
2
2
 
3
- var chunk5SWCVTNL_cjs = require('./chunk-5SWCVTNL.cjs');
4
- var chunkZLBRQFDD_cjs = require('./chunk-ZLBRQFDD.cjs');
5
- var chunkFV45V6WC_cjs = require('./chunk-FV45V6WC.cjs');
3
+ var chunkYWLUOY3D_cjs = require('./chunk-YWLUOY3D.cjs');
4
+ var chunk64U3UDTH_cjs = require('./chunk-64U3UDTH.cjs');
5
+ var chunkOCWPVYNI_cjs = require('./chunk-OCWPVYNI.cjs');
6
+ var chunk75ZPJI57_cjs = require('./chunk-75ZPJI57.cjs');
6
7
  var web = require('stream/web');
7
8
 
8
9
  // src/server/handlers/workflows.ts
9
10
  var workflows_exports = {};
10
- chunkFV45V6WC_cjs.__export(workflows_exports, {
11
+ chunk75ZPJI57_cjs.__export(workflows_exports, {
11
12
  createRunHandler: () => createRunHandler,
12
13
  getWorkflowByIdHandler: () => getWorkflowByIdHandler,
13
14
  getWorkflowRunHandler: () => getWorkflowRunHandler,
@@ -30,15 +31,15 @@ async function getWorkflowsHandler({ mastra }) {
30
31
  serializedStepGraph: workflow.serializedStepGraph,
31
32
  serializedStepSubscriberGraph: workflow.serializedStepSubscriberGraph,
32
33
  name: workflow.name,
33
- triggerSchema: workflow.triggerSchema ? chunk5SWCVTNL_cjs.stringify(chunk5SWCVTNL_cjs.esm_default(workflow.triggerSchema)) : void 0,
34
+ triggerSchema: workflow.triggerSchema ? chunkYWLUOY3D_cjs.stringify(chunkYWLUOY3D_cjs.esm_default(workflow.triggerSchema)) : void 0,
34
35
  steps: Object.entries(workflow.steps).reduce((acc2, [key2, step]) => {
35
36
  const _step = step;
36
37
  acc2[key2] = {
37
38
  id: _step.id,
38
39
  description: _step.description,
39
40
  workflowId: _step.workflowId,
40
- inputSchema: _step.inputSchema ? chunk5SWCVTNL_cjs.stringify(chunk5SWCVTNL_cjs.esm_default(_step.inputSchema)) : void 0,
41
- outputSchema: _step.outputSchema ? chunk5SWCVTNL_cjs.stringify(chunk5SWCVTNL_cjs.esm_default(_step.outputSchema)) : void 0
41
+ inputSchema: _step.inputSchema ? chunkYWLUOY3D_cjs.stringify(chunkYWLUOY3D_cjs.esm_default(_step.inputSchema)) : void 0,
42
+ outputSchema: _step.outputSchema ? chunkYWLUOY3D_cjs.stringify(chunkYWLUOY3D_cjs.esm_default(_step.outputSchema)) : void 0
42
43
  };
43
44
  return acc2;
44
45
  }, {})
@@ -47,17 +48,17 @@ async function getWorkflowsHandler({ mastra }) {
47
48
  }, {});
48
49
  return _workflows;
49
50
  } catch (error) {
50
- throw new chunkFV45V6WC_cjs.HTTPException(500, { message: error?.message || "Error getting workflows" });
51
+ throw new chunkOCWPVYNI_cjs.HTTPException(500, { message: error?.message || "Error getting workflows" });
51
52
  }
52
53
  }
53
54
  async function getWorkflowByIdHandler({ mastra, workflowId }) {
54
55
  try {
55
56
  if (!workflowId) {
56
- throw new chunkFV45V6WC_cjs.HTTPException(400, { message: "Workflow ID is required" });
57
+ throw new chunkOCWPVYNI_cjs.HTTPException(400, { message: "Workflow ID is required" });
57
58
  }
58
59
  const workflow = mastra.getWorkflow(workflowId);
59
60
  if (!workflow) {
60
- throw new chunkFV45V6WC_cjs.HTTPException(404, { message: "Workflow not found" });
61
+ throw new chunkOCWPVYNI_cjs.HTTPException(404, { message: "Workflow not found" });
61
62
  }
62
63
  return {
63
64
  stepGraph: workflow.stepGraph,
@@ -65,21 +66,21 @@ async function getWorkflowByIdHandler({ mastra, workflowId }) {
65
66
  serializedStepGraph: workflow.serializedStepGraph,
66
67
  serializedStepSubscriberGraph: workflow.serializedStepSubscriberGraph,
67
68
  name: workflow.name,
68
- triggerSchema: workflow.triggerSchema ? chunk5SWCVTNL_cjs.stringify(chunk5SWCVTNL_cjs.esm_default(workflow.triggerSchema)) : void 0,
69
+ triggerSchema: workflow.triggerSchema ? chunkYWLUOY3D_cjs.stringify(chunkYWLUOY3D_cjs.esm_default(workflow.triggerSchema)) : void 0,
69
70
  steps: Object.entries(workflow.steps).reduce((acc, [key, step]) => {
70
71
  const _step = step;
71
72
  acc[key] = {
72
73
  id: _step.id,
73
74
  description: _step.description,
74
75
  workflowId: _step.workflowId,
75
- inputSchema: _step.inputSchema ? chunk5SWCVTNL_cjs.stringify(chunk5SWCVTNL_cjs.esm_default(_step.inputSchema)) : void 0,
76
- outputSchema: _step.outputSchema ? chunk5SWCVTNL_cjs.stringify(chunk5SWCVTNL_cjs.esm_default(_step.outputSchema)) : void 0
76
+ inputSchema: _step.inputSchema ? chunkYWLUOY3D_cjs.stringify(chunkYWLUOY3D_cjs.esm_default(_step.inputSchema)) : void 0,
77
+ outputSchema: _step.outputSchema ? chunkYWLUOY3D_cjs.stringify(chunkYWLUOY3D_cjs.esm_default(_step.outputSchema)) : void 0
77
78
  };
78
79
  return acc;
79
80
  }, {})
80
81
  };
81
82
  } catch (error) {
82
- throw new chunkFV45V6WC_cjs.HTTPException(500, { message: error?.message || "Error getting workflow" });
83
+ throw new chunkOCWPVYNI_cjs.HTTPException(500, { message: error?.message || "Error getting workflow" });
83
84
  }
84
85
  }
85
86
  async function startAsyncWorkflowHandler({
@@ -91,23 +92,23 @@ async function startAsyncWorkflowHandler({
91
92
  }) {
92
93
  try {
93
94
  if (!workflowId) {
94
- throw new chunkFV45V6WC_cjs.HTTPException(400, { message: "Workflow ID is required" });
95
+ throw new chunkOCWPVYNI_cjs.HTTPException(400, { message: "Workflow ID is required" });
95
96
  }
96
97
  const workflow = mastra.getWorkflow(workflowId);
97
98
  if (!workflow) {
98
- throw new chunkFV45V6WC_cjs.HTTPException(404, { message: "Workflow not found" });
99
+ throw new chunkOCWPVYNI_cjs.HTTPException(404, { message: "Workflow not found" });
99
100
  }
100
101
  if (!runId) {
101
- const { start } = workflow.createRun();
102
- const result2 = await start({
102
+ const newRun = workflow.createRun();
103
+ const result2 = await newRun.start({
103
104
  triggerData,
104
105
  runtimeContext
105
106
  });
106
107
  return result2;
107
108
  }
108
- const run = workflow.getRun(runId);
109
+ const run = workflow.getMemoryRun(runId);
109
110
  if (!run) {
110
- throw new chunkFV45V6WC_cjs.HTTPException(404, { message: "Workflow run not found" });
111
+ throw new chunkOCWPVYNI_cjs.HTTPException(404, { message: "Workflow run not found" });
111
112
  }
112
113
  const result = await run.start({
113
114
  triggerData,
@@ -115,7 +116,7 @@ async function startAsyncWorkflowHandler({
115
116
  });
116
117
  return result;
117
118
  } catch (error) {
118
- throw new chunkFV45V6WC_cjs.HTTPException(500, { message: error?.message || "Error executing workflow" });
119
+ throw new chunkOCWPVYNI_cjs.HTTPException(500, { message: error?.message || "Error executing workflow" });
119
120
  }
120
121
  }
121
122
  async function getWorkflowRunHandler({
@@ -125,22 +126,22 @@ async function getWorkflowRunHandler({
125
126
  }) {
126
127
  try {
127
128
  if (!workflowId) {
128
- throw new chunkFV45V6WC_cjs.HTTPException(400, { message: "Workflow ID is required" });
129
+ throw new chunkOCWPVYNI_cjs.HTTPException(400, { message: "Workflow ID is required" });
129
130
  }
130
131
  if (!runId) {
131
- throw new chunkFV45V6WC_cjs.HTTPException(400, { message: "Run ID is required" });
132
+ throw new chunkOCWPVYNI_cjs.HTTPException(400, { message: "Run ID is required" });
132
133
  }
133
134
  const workflow = mastra.getWorkflow(workflowId);
134
135
  if (!workflow) {
135
- throw new chunkFV45V6WC_cjs.HTTPException(404, { message: "Workflow not found" });
136
+ throw new chunkOCWPVYNI_cjs.HTTPException(404, { message: "Workflow not found" });
136
137
  }
137
- const run = workflow.getRun(runId);
138
+ const run = await workflow.getRun(runId);
138
139
  if (!run) {
139
- throw new chunkFV45V6WC_cjs.HTTPException(404, { message: "Workflow run not found" });
140
+ throw new chunkOCWPVYNI_cjs.HTTPException(404, { message: "Workflow run not found" });
140
141
  }
141
142
  return run;
142
143
  } catch (error) {
143
- throw new chunkFV45V6WC_cjs.HTTPException(500, { message: error?.message || "Error getting workflow run" });
144
+ throw new chunkOCWPVYNI_cjs.HTTPException(500, { message: error?.message || "Error getting workflow run" });
144
145
  }
145
146
  }
146
147
  async function createRunHandler({
@@ -150,16 +151,16 @@ async function createRunHandler({
150
151
  }) {
151
152
  try {
152
153
  if (!workflowId) {
153
- throw new chunkFV45V6WC_cjs.HTTPException(400, { message: "Workflow ID is required" });
154
+ throw new chunkOCWPVYNI_cjs.HTTPException(400, { message: "Workflow ID is required" });
154
155
  }
155
156
  const workflow = mastra.getWorkflow(workflowId);
156
157
  if (!workflow) {
157
- throw new chunkFV45V6WC_cjs.HTTPException(404, { message: "Workflow not found" });
158
+ throw new chunkOCWPVYNI_cjs.HTTPException(404, { message: "Workflow not found" });
158
159
  }
159
- const { runId } = workflow.createRun({ runId: prevRunId });
160
- return { runId };
160
+ const newRun = workflow.createRun({ runId: prevRunId });
161
+ return { runId: newRun.runId };
161
162
  } catch (error) {
162
- throw new chunkFV45V6WC_cjs.HTTPException(500, { message: error?.message || "Error creating workflow run" });
163
+ throw new chunkOCWPVYNI_cjs.HTTPException(500, { message: error?.message || "Error creating workflow run" });
163
164
  }
164
165
  }
165
166
  async function startWorkflowRunHandler({
@@ -171,23 +172,23 @@ async function startWorkflowRunHandler({
171
172
  }) {
172
173
  try {
173
174
  if (!workflowId) {
174
- throw new chunkFV45V6WC_cjs.HTTPException(400, { message: "Workflow ID is required" });
175
+ throw new chunkOCWPVYNI_cjs.HTTPException(400, { message: "Workflow ID is required" });
175
176
  }
176
177
  if (!runId) {
177
- throw new chunkFV45V6WC_cjs.HTTPException(400, { message: "runId required to start run" });
178
+ throw new chunkOCWPVYNI_cjs.HTTPException(400, { message: "runId required to start run" });
178
179
  }
179
180
  const workflow = mastra.getWorkflow(workflowId);
180
- const run = workflow.getRun(runId);
181
+ const run = workflow.getMemoryRun(runId);
181
182
  if (!run) {
182
- throw new chunkFV45V6WC_cjs.HTTPException(404, { message: "Workflow run not found" });
183
+ throw new chunkOCWPVYNI_cjs.HTTPException(404, { message: "Workflow run not found" });
183
184
  }
184
- await run.start({
185
+ void run.start({
185
186
  triggerData,
186
187
  runtimeContext
187
188
  });
188
189
  return { message: "Workflow run started" };
189
190
  } catch (e) {
190
- return chunkZLBRQFDD_cjs.handleError(e, "Error starting workflow run");
191
+ return chunk64U3UDTH_cjs.handleError(e, "Error starting workflow run");
191
192
  }
192
193
  }
193
194
  async function watchWorkflowHandler({
@@ -197,15 +198,15 @@ async function watchWorkflowHandler({
197
198
  }) {
198
199
  try {
199
200
  if (!workflowId) {
200
- throw new chunkFV45V6WC_cjs.HTTPException(400, { message: "Workflow ID is required" });
201
+ throw new chunkOCWPVYNI_cjs.HTTPException(400, { message: "Workflow ID is required" });
201
202
  }
202
203
  if (!runId) {
203
- throw new chunkFV45V6WC_cjs.HTTPException(400, { message: "runId required to watch workflow" });
204
+ throw new chunkOCWPVYNI_cjs.HTTPException(400, { message: "runId required to watch workflow" });
204
205
  }
205
206
  const workflow = mastra.getWorkflow(workflowId);
206
- const run = workflow.getRun(runId);
207
+ const run = workflow.getMemoryRun(runId);
207
208
  if (!run) {
208
- throw new chunkFV45V6WC_cjs.HTTPException(404, { message: "Workflow run not found" });
209
+ throw new chunkOCWPVYNI_cjs.HTTPException(404, { message: "Workflow run not found" });
209
210
  }
210
211
  let unwatch;
211
212
  let asyncRef = null;
@@ -219,8 +220,10 @@ async function watchWorkflowHandler({
219
220
  asyncRef = null;
220
221
  }
221
222
  asyncRef = setImmediate(() => {
222
- if (!workflow.getRun(runId2)) {
223
+ const runDone = Object.values(activePathsObj).every((value) => value.status !== "executing");
224
+ if (runDone) {
223
225
  controller.close();
226
+ unwatch?.();
224
227
  }
225
228
  });
226
229
  });
@@ -231,7 +234,7 @@ async function watchWorkflowHandler({
231
234
  });
232
235
  return stream;
233
236
  } catch (error) {
234
- return chunkZLBRQFDD_cjs.handleError(error, "Error watching workflow");
237
+ return chunk64U3UDTH_cjs.handleError(error, "Error watching workflow");
235
238
  }
236
239
  }
237
240
  async function resumeAsyncWorkflowHandler({
@@ -243,15 +246,15 @@ async function resumeAsyncWorkflowHandler({
243
246
  }) {
244
247
  try {
245
248
  if (!workflowId) {
246
- throw new chunkFV45V6WC_cjs.HTTPException(400, { message: "Workflow ID is required" });
249
+ throw new chunkOCWPVYNI_cjs.HTTPException(400, { message: "Workflow ID is required" });
247
250
  }
248
251
  if (!runId) {
249
- throw new chunkFV45V6WC_cjs.HTTPException(400, { message: "runId required to resume workflow" });
252
+ throw new chunkOCWPVYNI_cjs.HTTPException(400, { message: "runId required to resume workflow" });
250
253
  }
251
254
  const workflow = mastra.getWorkflow(workflowId);
252
- const run = workflow.getRun(runId);
255
+ const run = workflow.getMemoryRun(runId);
253
256
  if (!run) {
254
- throw new chunkFV45V6WC_cjs.HTTPException(404, { message: "Workflow run not found" });
257
+ throw new chunkOCWPVYNI_cjs.HTTPException(404, { message: "Workflow run not found" });
255
258
  }
256
259
  const result = await run.resume({
257
260
  stepId: body.stepId,
@@ -260,7 +263,7 @@ async function resumeAsyncWorkflowHandler({
260
263
  });
261
264
  return result;
262
265
  } catch (error) {
263
- return chunkZLBRQFDD_cjs.handleError(error, "Error resuming workflow step");
266
+ return chunk64U3UDTH_cjs.handleError(error, "Error resuming workflow step");
264
267
  }
265
268
  }
266
269
  async function resumeWorkflowHandler({
@@ -272,24 +275,24 @@ async function resumeWorkflowHandler({
272
275
  }) {
273
276
  try {
274
277
  if (!workflowId) {
275
- throw new chunkFV45V6WC_cjs.HTTPException(400, { message: "Workflow ID is required" });
278
+ throw new chunkOCWPVYNI_cjs.HTTPException(400, { message: "Workflow ID is required" });
276
279
  }
277
280
  if (!runId) {
278
- throw new chunkFV45V6WC_cjs.HTTPException(400, { message: "runId required to resume workflow" });
281
+ throw new chunkOCWPVYNI_cjs.HTTPException(400, { message: "runId required to resume workflow" });
279
282
  }
280
283
  const workflow = mastra.getWorkflow(workflowId);
281
- const run = workflow.getRun(runId);
284
+ const run = workflow.getMemoryRun(runId);
282
285
  if (!run) {
283
- throw new chunkFV45V6WC_cjs.HTTPException(404, { message: "Workflow run not found" });
286
+ throw new chunkOCWPVYNI_cjs.HTTPException(404, { message: "Workflow run not found" });
284
287
  }
285
- await run.resume({
288
+ void run.resume({
286
289
  stepId: body.stepId,
287
290
  context: body.context,
288
291
  runtimeContext
289
292
  });
290
293
  return { message: "Workflow run resumed" };
291
294
  } catch (error) {
292
- return chunkZLBRQFDD_cjs.handleError(error, "Error resuming workflow");
295
+ return chunk64U3UDTH_cjs.handleError(error, "Error resuming workflow");
293
296
  }
294
297
  }
295
298
  async function getWorkflowRunsHandler({
@@ -303,7 +306,7 @@ async function getWorkflowRunsHandler({
303
306
  }) {
304
307
  try {
305
308
  if (!workflowId) {
306
- throw new chunkFV45V6WC_cjs.HTTPException(400, { message: "Workflow ID is required" });
309
+ throw new chunkOCWPVYNI_cjs.HTTPException(400, { message: "Workflow ID is required" });
307
310
  }
308
311
  const workflow = mastra.getWorkflow(workflowId);
309
312
  const workflowRuns = await workflow.getWorkflowRuns({ fromDate, toDate, limit, offset, resourceId }) || {
@@ -312,7 +315,7 @@ async function getWorkflowRunsHandler({
312
315
  };
313
316
  return workflowRuns;
314
317
  } catch (error) {
315
- return chunkZLBRQFDD_cjs.handleError(error, "Error getting workflow runs");
318
+ return chunk64U3UDTH_cjs.handleError(error, "Error getting workflow runs");
316
319
  }
317
320
  }
318
321
 
@@ -1,5 +1,6 @@
1
- import { handleError } from './chunk-3AHQ5RGN.js';
2
- import { __export, HTTPException } from './chunk-TRDNDNGQ.js';
1
+ import { handleError } from './chunk-M5ABIP7D.js';
2
+ import { HTTPException } from './chunk-NYN7KFXL.js';
3
+ import { __export } from './chunk-MLKGABMK.js';
3
4
 
4
5
  // src/server/handlers/vector.ts
5
6
  var vector_exports = {};