@mastra/server 0.0.0-message-ordering-20250415215612 → 0.0.0-remove-cloud-span-transform-20250425214156

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 (39) hide show
  1. package/dist/_tsup-dts-rollup.d.cts +99 -24
  2. package/dist/_tsup-dts-rollup.d.ts +99 -24
  3. package/dist/{chunk-A7DF4ETD.cjs → chunk-55HTWX4C.cjs} +2 -9
  4. package/dist/{chunk-UV4WTEH4.js → chunk-5JNVY6DU.js} +5 -5
  5. package/dist/{chunk-QH6XWSXP.cjs → chunk-5SWCVTNL.cjs} +38 -38
  6. package/dist/{chunk-CWSDZEZG.cjs → chunk-7IWQE76Z.cjs} +2 -2
  7. package/dist/chunk-B66WVPGJ.js +297 -0
  8. package/dist/{chunk-PDC4ZBQW.cjs → chunk-D3G23FP3.cjs} +9 -9
  9. package/dist/{chunk-JLDXUWK7.cjs → chunk-FPIWDH5Y.cjs} +4 -4
  10. package/dist/{chunk-Z46X3YCB.cjs → chunk-HCOPJZ4A.cjs} +11 -11
  11. package/dist/{chunk-OPP7H5TW.js → chunk-LFOBHRFO.js} +10 -10
  12. package/dist/{chunk-VK6FX47H.js → chunk-OMN3UI6X.js} +38 -38
  13. package/dist/{chunk-3RVHWGWO.js → chunk-Q6SHQECN.js} +2 -9
  14. package/dist/{chunk-67WTHYAV.js → chunk-R4J7XQYU.js} +7 -7
  15. package/dist/{chunk-YANVFOYA.js → chunk-RE6YL32K.js} +4 -4
  16. package/dist/{chunk-B64YROKU.cjs → chunk-TZK63M5N.cjs} +16 -16
  17. package/dist/{chunk-DVPP5S6I.js → chunk-WTHDCRMY.js} +2 -2
  18. package/dist/chunk-ZHNKYTNS.cjs +309 -0
  19. package/dist/server/handlers/agents.cjs +7 -7
  20. package/dist/server/handlers/agents.js +1 -1
  21. package/dist/server/handlers/network.cjs +5 -5
  22. package/dist/server/handlers/network.js +1 -1
  23. package/dist/server/handlers/telemetry.cjs +3 -3
  24. package/dist/server/handlers/telemetry.js +1 -1
  25. package/dist/server/handlers/tools.cjs +5 -5
  26. package/dist/server/handlers/tools.js +1 -1
  27. package/dist/server/handlers/vNextWorkflows.cjs +46 -0
  28. package/dist/server/handlers/vNextWorkflows.d.cts +10 -0
  29. package/dist/server/handlers/vNextWorkflows.d.ts +10 -0
  30. package/dist/server/handlers/vNextWorkflows.js +1 -0
  31. package/dist/server/handlers/voice.cjs +4 -4
  32. package/dist/server/handlers/voice.js +1 -1
  33. package/dist/server/handlers/workflows.cjs +11 -11
  34. package/dist/server/handlers/workflows.js +1 -1
  35. package/dist/server/handlers.cjs +17 -12
  36. package/dist/server/handlers.d.cts +1 -0
  37. package/dist/server/handlers.d.ts +1 -0
  38. package/dist/server/handlers.js +7 -6
  39. package/package.json +3 -3
@@ -0,0 +1,10 @@
1
+ export { getVNextWorkflowsHandler } from '../../_tsup-dts-rollup.js';
2
+ export { getVNextWorkflowByIdHandler } from '../../_tsup-dts-rollup.js';
3
+ export { getVNextWorkflowRunHandler } from '../../_tsup-dts-rollup.js';
4
+ export { createVNextWorkflowRunHandler } from '../../_tsup-dts-rollup.js';
5
+ export { startAsyncVNextWorkflowHandler } from '../../_tsup-dts-rollup.js';
6
+ export { startVNextWorkflowRunHandler } from '../../_tsup-dts-rollup.js';
7
+ export { watchVNextWorkflowHandler } from '../../_tsup-dts-rollup.js';
8
+ export { resumeAsyncVNextWorkflowHandler } from '../../_tsup-dts-rollup.js';
9
+ export { resumeVNextWorkflowHandler } from '../../_tsup-dts-rollup.js';
10
+ export { getVNextWorkflowRunsHandler } from '../../_tsup-dts-rollup.js';
@@ -0,0 +1 @@
1
+ export { createVNextWorkflowRunHandler, getVNextWorkflowByIdHandler, getVNextWorkflowRunHandler, getVNextWorkflowRunsHandler, getVNextWorkflowsHandler, resumeAsyncVNextWorkflowHandler, resumeVNextWorkflowHandler, startAsyncVNextWorkflowHandler, startVNextWorkflowRunHandler, watchVNextWorkflowHandler } from '../../chunk-B66WVPGJ.js';
@@ -1,18 +1,18 @@
1
1
  'use strict';
2
2
 
3
- var chunkA7DF4ETD_cjs = require('../../chunk-A7DF4ETD.cjs');
3
+ var chunk55HTWX4C_cjs = require('../../chunk-55HTWX4C.cjs');
4
4
 
5
5
 
6
6
 
7
7
  Object.defineProperty(exports, "generateSpeechHandler", {
8
8
  enumerable: true,
9
- get: function () { return chunkA7DF4ETD_cjs.generateSpeechHandler; }
9
+ get: function () { return chunk55HTWX4C_cjs.generateSpeechHandler; }
10
10
  });
11
11
  Object.defineProperty(exports, "getSpeakersHandler", {
12
12
  enumerable: true,
13
- get: function () { return chunkA7DF4ETD_cjs.getSpeakersHandler; }
13
+ get: function () { return chunk55HTWX4C_cjs.getSpeakersHandler; }
14
14
  });
15
15
  Object.defineProperty(exports, "transcribeSpeechHandler", {
16
16
  enumerable: true,
17
- get: function () { return chunkA7DF4ETD_cjs.transcribeSpeechHandler; }
17
+ get: function () { return chunk55HTWX4C_cjs.transcribeSpeechHandler; }
18
18
  });
@@ -1 +1 @@
1
- export { generateSpeechHandler, getSpeakersHandler, transcribeSpeechHandler } from '../../chunk-3RVHWGWO.js';
1
+ export { generateSpeechHandler, getSpeakersHandler, transcribeSpeechHandler } from '../../chunk-Q6SHQECN.js';
@@ -1,46 +1,46 @@
1
1
  'use strict';
2
2
 
3
- var chunkB64YROKU_cjs = require('../../chunk-B64YROKU.cjs');
3
+ var chunkTZK63M5N_cjs = require('../../chunk-TZK63M5N.cjs');
4
4
 
5
5
 
6
6
 
7
7
  Object.defineProperty(exports, "createRunHandler", {
8
8
  enumerable: true,
9
- get: function () { return chunkB64YROKU_cjs.createRunHandler; }
9
+ get: function () { return chunkTZK63M5N_cjs.createRunHandler; }
10
10
  });
11
11
  Object.defineProperty(exports, "getWorkflowByIdHandler", {
12
12
  enumerable: true,
13
- get: function () { return chunkB64YROKU_cjs.getWorkflowByIdHandler; }
13
+ get: function () { return chunkTZK63M5N_cjs.getWorkflowByIdHandler; }
14
14
  });
15
15
  Object.defineProperty(exports, "getWorkflowRunHandler", {
16
16
  enumerable: true,
17
- get: function () { return chunkB64YROKU_cjs.getWorkflowRunHandler; }
17
+ get: function () { return chunkTZK63M5N_cjs.getWorkflowRunHandler; }
18
18
  });
19
19
  Object.defineProperty(exports, "getWorkflowRunsHandler", {
20
20
  enumerable: true,
21
- get: function () { return chunkB64YROKU_cjs.getWorkflowRunsHandler; }
21
+ get: function () { return chunkTZK63M5N_cjs.getWorkflowRunsHandler; }
22
22
  });
23
23
  Object.defineProperty(exports, "getWorkflowsHandler", {
24
24
  enumerable: true,
25
- get: function () { return chunkB64YROKU_cjs.getWorkflowsHandler; }
25
+ get: function () { return chunkTZK63M5N_cjs.getWorkflowsHandler; }
26
26
  });
27
27
  Object.defineProperty(exports, "resumeAsyncWorkflowHandler", {
28
28
  enumerable: true,
29
- get: function () { return chunkB64YROKU_cjs.resumeAsyncWorkflowHandler; }
29
+ get: function () { return chunkTZK63M5N_cjs.resumeAsyncWorkflowHandler; }
30
30
  });
31
31
  Object.defineProperty(exports, "resumeWorkflowHandler", {
32
32
  enumerable: true,
33
- get: function () { return chunkB64YROKU_cjs.resumeWorkflowHandler; }
33
+ get: function () { return chunkTZK63M5N_cjs.resumeWorkflowHandler; }
34
34
  });
35
35
  Object.defineProperty(exports, "startAsyncWorkflowHandler", {
36
36
  enumerable: true,
37
- get: function () { return chunkB64YROKU_cjs.startAsyncWorkflowHandler; }
37
+ get: function () { return chunkTZK63M5N_cjs.startAsyncWorkflowHandler; }
38
38
  });
39
39
  Object.defineProperty(exports, "startWorkflowRunHandler", {
40
40
  enumerable: true,
41
- get: function () { return chunkB64YROKU_cjs.startWorkflowRunHandler; }
41
+ get: function () { return chunkTZK63M5N_cjs.startWorkflowRunHandler; }
42
42
  });
43
43
  Object.defineProperty(exports, "watchWorkflowHandler", {
44
44
  enumerable: true,
45
- get: function () { return chunkB64YROKU_cjs.watchWorkflowHandler; }
45
+ get: function () { return chunkTZK63M5N_cjs.watchWorkflowHandler; }
46
46
  });
@@ -1 +1 @@
1
- export { createRunHandler, getWorkflowByIdHandler, getWorkflowRunHandler, getWorkflowRunsHandler, getWorkflowsHandler, resumeAsyncWorkflowHandler, resumeWorkflowHandler, startAsyncWorkflowHandler, startWorkflowRunHandler, watchWorkflowHandler } from '../../chunk-OPP7H5TW.js';
1
+ export { createRunHandler, getWorkflowByIdHandler, getWorkflowRunHandler, getWorkflowRunsHandler, getWorkflowsHandler, resumeAsyncWorkflowHandler, resumeWorkflowHandler, startAsyncWorkflowHandler, startWorkflowRunHandler, watchWorkflowHandler } from '../../chunk-LFOBHRFO.js';
@@ -1,20 +1,25 @@
1
1
  'use strict';
2
2
 
3
- var chunkPDC4ZBQW_cjs = require('../chunk-PDC4ZBQW.cjs');
3
+ var chunkD3G23FP3_cjs = require('../chunk-D3G23FP3.cjs');
4
+ var chunkZHNKYTNS_cjs = require('../chunk-ZHNKYTNS.cjs');
4
5
  var chunkM56ECCHK_cjs = require('../chunk-M56ECCHK.cjs');
5
- var chunkA7DF4ETD_cjs = require('../chunk-A7DF4ETD.cjs');
6
- var chunkB64YROKU_cjs = require('../chunk-B64YROKU.cjs');
7
- var chunkZ46X3YCB_cjs = require('../chunk-Z46X3YCB.cjs');
6
+ var chunk55HTWX4C_cjs = require('../chunk-55HTWX4C.cjs');
7
+ var chunkTZK63M5N_cjs = require('../chunk-TZK63M5N.cjs');
8
+ var chunkHCOPJZ4A_cjs = require('../chunk-HCOPJZ4A.cjs');
8
9
  var chunkSKBVVI24_cjs = require('../chunk-SKBVVI24.cjs');
9
10
  var chunk2FJURXCL_cjs = require('../chunk-2FJURXCL.cjs');
10
- var chunkJLDXUWK7_cjs = require('../chunk-JLDXUWK7.cjs');
11
- var chunkCWSDZEZG_cjs = require('../chunk-CWSDZEZG.cjs');
11
+ var chunkFPIWDH5Y_cjs = require('../chunk-FPIWDH5Y.cjs');
12
+ var chunk7IWQE76Z_cjs = require('../chunk-7IWQE76Z.cjs');
12
13
 
13
14
 
14
15
 
15
16
  Object.defineProperty(exports, "tools", {
16
17
  enumerable: true,
17
- get: function () { return chunkPDC4ZBQW_cjs.tools_exports; }
18
+ get: function () { return chunkD3G23FP3_cjs.tools_exports; }
19
+ });
20
+ Object.defineProperty(exports, "vNextWorkflows", {
21
+ enumerable: true,
22
+ get: function () { return chunkZHNKYTNS_cjs.vNextWorkflows_exports; }
18
23
  });
19
24
  Object.defineProperty(exports, "vector", {
20
25
  enumerable: true,
@@ -22,15 +27,15 @@ Object.defineProperty(exports, "vector", {
22
27
  });
23
28
  Object.defineProperty(exports, "voice", {
24
29
  enumerable: true,
25
- get: function () { return chunkA7DF4ETD_cjs.voice_exports; }
30
+ get: function () { return chunk55HTWX4C_cjs.voice_exports; }
26
31
  });
27
32
  Object.defineProperty(exports, "workflows", {
28
33
  enumerable: true,
29
- get: function () { return chunkB64YROKU_cjs.workflows_exports; }
34
+ get: function () { return chunkTZK63M5N_cjs.workflows_exports; }
30
35
  });
31
36
  Object.defineProperty(exports, "agents", {
32
37
  enumerable: true,
33
- get: function () { return chunkZ46X3YCB_cjs.agents_exports; }
38
+ get: function () { return chunkHCOPJZ4A_cjs.agents_exports; }
34
39
  });
35
40
  Object.defineProperty(exports, "logs", {
36
41
  enumerable: true,
@@ -42,9 +47,9 @@ Object.defineProperty(exports, "memory", {
42
47
  });
43
48
  Object.defineProperty(exports, "network", {
44
49
  enumerable: true,
45
- get: function () { return chunkJLDXUWK7_cjs.network_exports; }
50
+ get: function () { return chunkFPIWDH5Y_cjs.network_exports; }
46
51
  });
47
52
  Object.defineProperty(exports, "telemetry", {
48
53
  enumerable: true,
49
- get: function () { return chunkCWSDZEZG_cjs.telemetry_exports; }
54
+ get: function () { return chunk7IWQE76Z_cjs.telemetry_exports; }
50
55
  });
@@ -5,5 +5,6 @@ export { network } from '../_tsup-dts-rollup.cjs';
5
5
  export { telemetry } from '../_tsup-dts-rollup.cjs';
6
6
  export { tools } from '../_tsup-dts-rollup.cjs';
7
7
  export { workflows } from '../_tsup-dts-rollup.cjs';
8
+ export { vNextWorkflows } from '../_tsup-dts-rollup.cjs';
8
9
  export { vector } from '../_tsup-dts-rollup.cjs';
9
10
  export { voice } from '../_tsup-dts-rollup.cjs';
@@ -5,5 +5,6 @@ export { network } from '../_tsup-dts-rollup.js';
5
5
  export { telemetry } from '../_tsup-dts-rollup.js';
6
6
  export { tools } from '../_tsup-dts-rollup.js';
7
7
  export { workflows } from '../_tsup-dts-rollup.js';
8
+ export { vNextWorkflows } from '../_tsup-dts-rollup.js';
8
9
  export { vector } from '../_tsup-dts-rollup.js';
9
10
  export { voice } from '../_tsup-dts-rollup.js';
@@ -1,9 +1,10 @@
1
- export { tools_exports as tools } from '../chunk-UV4WTEH4.js';
1
+ export { tools_exports as tools } from '../chunk-5JNVY6DU.js';
2
+ export { vNextWorkflows_exports as vNextWorkflows } from '../chunk-B66WVPGJ.js';
2
3
  export { vector_exports as vector } from '../chunk-4JINXASC.js';
3
- export { voice_exports as voice } from '../chunk-3RVHWGWO.js';
4
- export { workflows_exports as workflows } from '../chunk-OPP7H5TW.js';
5
- export { agents_exports as agents } from '../chunk-67WTHYAV.js';
4
+ export { voice_exports as voice } from '../chunk-Q6SHQECN.js';
5
+ export { workflows_exports as workflows } from '../chunk-LFOBHRFO.js';
6
+ export { agents_exports as agents } from '../chunk-R4J7XQYU.js';
6
7
  export { logs_exports as logs } from '../chunk-3EJZQ6TQ.js';
7
8
  export { memory_exports as memory } from '../chunk-RBQASTUP.js';
8
- export { network_exports as network } from '../chunk-YANVFOYA.js';
9
- export { telemetry_exports as telemetry } from '../chunk-DVPP5S6I.js';
9
+ export { network_exports as network } from '../chunk-RE6YL32K.js';
10
+ export { telemetry_exports as telemetry } from '../chunk-WTHDCRMY.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/server",
3
- "version": "0.0.0-message-ordering-20250415215612",
3
+ "version": "0.0.0-remove-cloud-span-transform-20250425214156",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "files": [
@@ -46,7 +46,7 @@
46
46
  "license": "Elastic-2.0",
47
47
  "dependencies": {},
48
48
  "peerDependencies": {
49
- "@mastra/core": "0.0.0-message-ordering-20250415215612"
49
+ "@mastra/core": "0.0.0-remove-cloud-span-transform-20250425214156"
50
50
  },
51
51
  "devDependencies": {
52
52
  "@ai-sdk/openai": "^1.3.2",
@@ -59,7 +59,7 @@
59
59
  "vitest": "^2.1.9",
60
60
  "zod-to-json-schema": "^3.24.3",
61
61
  "@internal/lint": "0.0.2",
62
- "@mastra/core": "0.0.0-message-ordering-20250415215612"
62
+ "@mastra/core": "0.0.0-remove-cloud-span-transform-20250425214156"
63
63
  },
64
64
  "scripts": {
65
65
  "build": "tsup src/index.ts src/server/handlers.ts src/server/handlers/*.ts !src/server/handlers/*.test.ts --format esm,cjs --clean --experimental-dts --treeshake=smallest --splitting",