@mastra/server 2.0.5-alpha.0 → 2.1.0-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.
- package/dist/_tsup-dts-rollup.d.cts +97 -96
- package/dist/_tsup-dts-rollup.d.ts +97 -96
- package/dist/{chunk-UCTEMO2Q.cjs → chunk-6B4OMWT6.cjs} +46 -44
- package/dist/{chunk-OGCNNUHF.cjs → chunk-7DLZLWJV.cjs} +3 -2
- package/dist/{chunk-MIQYDLLM.js → chunk-QY36IPTP.js} +36 -34
- package/dist/{chunk-EJO45KYT.js → chunk-W7VCKPAD.js} +34 -34
- package/dist/{chunk-HWZVAG3H.js → chunk-WFBJJNCK.js} +3 -2
- package/dist/{chunk-I2B73Y4I.cjs → chunk-YIOVBYZH.cjs} +44 -44
- package/dist/server/handlers/legacyWorkflows.cjs +46 -0
- package/dist/server/handlers/legacyWorkflows.d.cts +10 -0
- package/dist/server/handlers/legacyWorkflows.d.ts +10 -0
- package/dist/server/handlers/legacyWorkflows.js +1 -0
- package/dist/server/handlers/logs.cjs +4 -4
- package/dist/server/handlers/logs.js +1 -1
- package/dist/server/handlers/workflows.cjs +13 -13
- package/dist/server/handlers/workflows.d.cts +2 -2
- package/dist/server/handlers/workflows.d.ts +2 -2
- package/dist/server/handlers/workflows.js +1 -1
- package/dist/server/handlers.cjs +14 -14
- package/dist/server/handlers.d.cts +1 -1
- package/dist/server/handlers.d.ts +1 -1
- package/dist/server/handlers.js +4 -4
- package/package.json +4 -4
- package/dist/server/handlers/vNextWorkflows.cjs +0 -46
- package/dist/server/handlers/vNextWorkflows.d.cts +0 -10
- package/dist/server/handlers/vNextWorkflows.d.ts +0 -10
- package/dist/server/handlers/vNextWorkflows.js +0 -1
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var chunkYIOVBYZH_cjs = require('../../chunk-YIOVBYZH.cjs');
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
Object.defineProperty(exports, "createLegacyWorkflowRunHandler", {
|
|
8
|
+
enumerable: true,
|
|
9
|
+
get: function () { return chunkYIOVBYZH_cjs.createLegacyWorkflowRunHandler; }
|
|
10
|
+
});
|
|
11
|
+
Object.defineProperty(exports, "getLegacyWorkflowByIdHandler", {
|
|
12
|
+
enumerable: true,
|
|
13
|
+
get: function () { return chunkYIOVBYZH_cjs.getLegacyWorkflowByIdHandler; }
|
|
14
|
+
});
|
|
15
|
+
Object.defineProperty(exports, "getLegacyWorkflowRunHandler", {
|
|
16
|
+
enumerable: true,
|
|
17
|
+
get: function () { return chunkYIOVBYZH_cjs.getLegacyWorkflowRunHandler; }
|
|
18
|
+
});
|
|
19
|
+
Object.defineProperty(exports, "getLegacyWorkflowRunsHandler", {
|
|
20
|
+
enumerable: true,
|
|
21
|
+
get: function () { return chunkYIOVBYZH_cjs.getLegacyWorkflowRunsHandler; }
|
|
22
|
+
});
|
|
23
|
+
Object.defineProperty(exports, "getLegacyWorkflowsHandler", {
|
|
24
|
+
enumerable: true,
|
|
25
|
+
get: function () { return chunkYIOVBYZH_cjs.getLegacyWorkflowsHandler; }
|
|
26
|
+
});
|
|
27
|
+
Object.defineProperty(exports, "resumeAsyncLegacyWorkflowHandler", {
|
|
28
|
+
enumerable: true,
|
|
29
|
+
get: function () { return chunkYIOVBYZH_cjs.resumeAsyncLegacyWorkflowHandler; }
|
|
30
|
+
});
|
|
31
|
+
Object.defineProperty(exports, "resumeLegacyWorkflowHandler", {
|
|
32
|
+
enumerable: true,
|
|
33
|
+
get: function () { return chunkYIOVBYZH_cjs.resumeLegacyWorkflowHandler; }
|
|
34
|
+
});
|
|
35
|
+
Object.defineProperty(exports, "startAsyncLegacyWorkflowHandler", {
|
|
36
|
+
enumerable: true,
|
|
37
|
+
get: function () { return chunkYIOVBYZH_cjs.startAsyncLegacyWorkflowHandler; }
|
|
38
|
+
});
|
|
39
|
+
Object.defineProperty(exports, "startLegacyWorkflowRunHandler", {
|
|
40
|
+
enumerable: true,
|
|
41
|
+
get: function () { return chunkYIOVBYZH_cjs.startLegacyWorkflowRunHandler; }
|
|
42
|
+
});
|
|
43
|
+
Object.defineProperty(exports, "watchLegacyWorkflowHandler", {
|
|
44
|
+
enumerable: true,
|
|
45
|
+
get: function () { return chunkYIOVBYZH_cjs.watchLegacyWorkflowHandler; }
|
|
46
|
+
});
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export { getLegacyWorkflowsHandler } from '../../_tsup-dts-rollup.cjs';
|
|
2
|
+
export { getLegacyWorkflowByIdHandler } from '../../_tsup-dts-rollup.cjs';
|
|
3
|
+
export { startAsyncLegacyWorkflowHandler } from '../../_tsup-dts-rollup.cjs';
|
|
4
|
+
export { getLegacyWorkflowRunHandler } from '../../_tsup-dts-rollup.cjs';
|
|
5
|
+
export { createLegacyWorkflowRunHandler } from '../../_tsup-dts-rollup.cjs';
|
|
6
|
+
export { startLegacyWorkflowRunHandler } from '../../_tsup-dts-rollup.cjs';
|
|
7
|
+
export { watchLegacyWorkflowHandler } from '../../_tsup-dts-rollup.cjs';
|
|
8
|
+
export { resumeAsyncLegacyWorkflowHandler } from '../../_tsup-dts-rollup.cjs';
|
|
9
|
+
export { resumeLegacyWorkflowHandler } from '../../_tsup-dts-rollup.cjs';
|
|
10
|
+
export { getLegacyWorkflowRunsHandler } from '../../_tsup-dts-rollup.cjs';
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export { getLegacyWorkflowsHandler } from '../../_tsup-dts-rollup.js';
|
|
2
|
+
export { getLegacyWorkflowByIdHandler } from '../../_tsup-dts-rollup.js';
|
|
3
|
+
export { startAsyncLegacyWorkflowHandler } from '../../_tsup-dts-rollup.js';
|
|
4
|
+
export { getLegacyWorkflowRunHandler } from '../../_tsup-dts-rollup.js';
|
|
5
|
+
export { createLegacyWorkflowRunHandler } from '../../_tsup-dts-rollup.js';
|
|
6
|
+
export { startLegacyWorkflowRunHandler } from '../../_tsup-dts-rollup.js';
|
|
7
|
+
export { watchLegacyWorkflowHandler } from '../../_tsup-dts-rollup.js';
|
|
8
|
+
export { resumeAsyncLegacyWorkflowHandler } from '../../_tsup-dts-rollup.js';
|
|
9
|
+
export { resumeLegacyWorkflowHandler } from '../../_tsup-dts-rollup.js';
|
|
10
|
+
export { getLegacyWorkflowRunsHandler } from '../../_tsup-dts-rollup.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { createLegacyWorkflowRunHandler, getLegacyWorkflowByIdHandler, getLegacyWorkflowRunHandler, getLegacyWorkflowRunsHandler, getLegacyWorkflowsHandler, resumeAsyncLegacyWorkflowHandler, resumeLegacyWorkflowHandler, startAsyncLegacyWorkflowHandler, startLegacyWorkflowRunHandler, watchLegacyWorkflowHandler } from '../../chunk-W7VCKPAD.js';
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunk7DLZLWJV_cjs = require('../../chunk-7DLZLWJV.cjs');
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
Object.defineProperty(exports, "getLogTransports", {
|
|
8
8
|
enumerable: true,
|
|
9
|
-
get: function () { return
|
|
9
|
+
get: function () { return chunk7DLZLWJV_cjs.getLogTransports; }
|
|
10
10
|
});
|
|
11
11
|
Object.defineProperty(exports, "getLogsByRunIdHandler", {
|
|
12
12
|
enumerable: true,
|
|
13
|
-
get: function () { return
|
|
13
|
+
get: function () { return chunk7DLZLWJV_cjs.getLogsByRunIdHandler; }
|
|
14
14
|
});
|
|
15
15
|
Object.defineProperty(exports, "getLogsHandler", {
|
|
16
16
|
enumerable: true,
|
|
17
|
-
get: function () { return
|
|
17
|
+
get: function () { return chunk7DLZLWJV_cjs.getLogsHandler; }
|
|
18
18
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { getLogTransports, getLogsByRunIdHandler, getLogsHandler } from '../../chunk-
|
|
1
|
+
export { getLogTransports, getLogsByRunIdHandler, getLogsHandler } from '../../chunk-WFBJJNCK.js';
|
|
@@ -1,46 +1,46 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunk6B4OMWT6_cjs = require('../../chunk-6B4OMWT6.cjs');
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
Object.defineProperty(exports, "
|
|
7
|
+
Object.defineProperty(exports, "createWorkflowRunHandler", {
|
|
8
8
|
enumerable: true,
|
|
9
|
-
get: function () { return
|
|
9
|
+
get: function () { return chunk6B4OMWT6_cjs.createWorkflowRunHandler; }
|
|
10
10
|
});
|
|
11
11
|
Object.defineProperty(exports, "getWorkflowByIdHandler", {
|
|
12
12
|
enumerable: true,
|
|
13
|
-
get: function () { return
|
|
13
|
+
get: function () { return chunk6B4OMWT6_cjs.getWorkflowByIdHandler; }
|
|
14
14
|
});
|
|
15
|
-
Object.defineProperty(exports, "
|
|
15
|
+
Object.defineProperty(exports, "getWorkflowRunByIdHandler", {
|
|
16
16
|
enumerable: true,
|
|
17
|
-
get: function () { return
|
|
17
|
+
get: function () { return chunk6B4OMWT6_cjs.getWorkflowRunByIdHandler; }
|
|
18
18
|
});
|
|
19
19
|
Object.defineProperty(exports, "getWorkflowRunsHandler", {
|
|
20
20
|
enumerable: true,
|
|
21
|
-
get: function () { return
|
|
21
|
+
get: function () { return chunk6B4OMWT6_cjs.getWorkflowRunsHandler; }
|
|
22
22
|
});
|
|
23
23
|
Object.defineProperty(exports, "getWorkflowsHandler", {
|
|
24
24
|
enumerable: true,
|
|
25
|
-
get: function () { return
|
|
25
|
+
get: function () { return chunk6B4OMWT6_cjs.getWorkflowsHandler; }
|
|
26
26
|
});
|
|
27
27
|
Object.defineProperty(exports, "resumeAsyncWorkflowHandler", {
|
|
28
28
|
enumerable: true,
|
|
29
|
-
get: function () { return
|
|
29
|
+
get: function () { return chunk6B4OMWT6_cjs.resumeAsyncWorkflowHandler; }
|
|
30
30
|
});
|
|
31
31
|
Object.defineProperty(exports, "resumeWorkflowHandler", {
|
|
32
32
|
enumerable: true,
|
|
33
|
-
get: function () { return
|
|
33
|
+
get: function () { return chunk6B4OMWT6_cjs.resumeWorkflowHandler; }
|
|
34
34
|
});
|
|
35
35
|
Object.defineProperty(exports, "startAsyncWorkflowHandler", {
|
|
36
36
|
enumerable: true,
|
|
37
|
-
get: function () { return
|
|
37
|
+
get: function () { return chunk6B4OMWT6_cjs.startAsyncWorkflowHandler; }
|
|
38
38
|
});
|
|
39
39
|
Object.defineProperty(exports, "startWorkflowRunHandler", {
|
|
40
40
|
enumerable: true,
|
|
41
|
-
get: function () { return
|
|
41
|
+
get: function () { return chunk6B4OMWT6_cjs.startWorkflowRunHandler; }
|
|
42
42
|
});
|
|
43
43
|
Object.defineProperty(exports, "watchWorkflowHandler", {
|
|
44
44
|
enumerable: true,
|
|
45
|
-
get: function () { return
|
|
45
|
+
get: function () { return chunk6B4OMWT6_cjs.watchWorkflowHandler; }
|
|
46
46
|
});
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
export { getWorkflowsHandler } from '../../_tsup-dts-rollup.cjs';
|
|
2
2
|
export { getWorkflowByIdHandler } from '../../_tsup-dts-rollup.cjs';
|
|
3
|
+
export { getWorkflowRunByIdHandler } from '../../_tsup-dts-rollup.cjs';
|
|
4
|
+
export { createWorkflowRunHandler } from '../../_tsup-dts-rollup.cjs';
|
|
3
5
|
export { startAsyncWorkflowHandler } from '../../_tsup-dts-rollup.cjs';
|
|
4
|
-
export { getWorkflowRunHandler } from '../../_tsup-dts-rollup.cjs';
|
|
5
|
-
export { createRunHandler } from '../../_tsup-dts-rollup.cjs';
|
|
6
6
|
export { startWorkflowRunHandler } from '../../_tsup-dts-rollup.cjs';
|
|
7
7
|
export { watchWorkflowHandler } from '../../_tsup-dts-rollup.cjs';
|
|
8
8
|
export { resumeAsyncWorkflowHandler } from '../../_tsup-dts-rollup.cjs';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
export { getWorkflowsHandler } from '../../_tsup-dts-rollup.js';
|
|
2
2
|
export { getWorkflowByIdHandler } from '../../_tsup-dts-rollup.js';
|
|
3
|
+
export { getWorkflowRunByIdHandler } from '../../_tsup-dts-rollup.js';
|
|
4
|
+
export { createWorkflowRunHandler } from '../../_tsup-dts-rollup.js';
|
|
3
5
|
export { startAsyncWorkflowHandler } from '../../_tsup-dts-rollup.js';
|
|
4
|
-
export { getWorkflowRunHandler } from '../../_tsup-dts-rollup.js';
|
|
5
|
-
export { createRunHandler } from '../../_tsup-dts-rollup.js';
|
|
6
6
|
export { startWorkflowRunHandler } from '../../_tsup-dts-rollup.js';
|
|
7
7
|
export { watchWorkflowHandler } from '../../_tsup-dts-rollup.js';
|
|
8
8
|
export { resumeAsyncWorkflowHandler } from '../../_tsup-dts-rollup.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { createWorkflowRunHandler, getWorkflowByIdHandler, getWorkflowRunByIdHandler, getWorkflowRunsHandler, getWorkflowsHandler, resumeAsyncWorkflowHandler, resumeWorkflowHandler, startAsyncWorkflowHandler, startWorkflowRunHandler, watchWorkflowHandler } from '../../chunk-QY36IPTP.js';
|
package/dist/server/handlers.cjs
CHANGED
|
@@ -1,19 +1,23 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
+
var chunkVPNDC2DI_cjs = require('../chunk-VPNDC2DI.cjs');
|
|
3
4
|
var chunkMHKNLNAN_cjs = require('../chunk-MHKNLNAN.cjs');
|
|
4
5
|
var chunkZE5AAC4I_cjs = require('../chunk-ZE5AAC4I.cjs');
|
|
5
|
-
var chunkUCTEMO2Q_cjs = require('../chunk-UCTEMO2Q.cjs');
|
|
6
6
|
var chunkBNEY4P4P_cjs = require('../chunk-BNEY4P4P.cjs');
|
|
7
7
|
var chunkYBVOQN4M_cjs = require('../chunk-YBVOQN4M.cjs');
|
|
8
|
-
var
|
|
8
|
+
var chunk6B4OMWT6_cjs = require('../chunk-6B4OMWT6.cjs');
|
|
9
9
|
var chunk5SN4U5AC_cjs = require('../chunk-5SN4U5AC.cjs');
|
|
10
10
|
var chunkD4IRYCUI_cjs = require('../chunk-D4IRYCUI.cjs');
|
|
11
|
-
var
|
|
11
|
+
var chunkYIOVBYZH_cjs = require('../chunk-YIOVBYZH.cjs');
|
|
12
|
+
var chunk7DLZLWJV_cjs = require('../chunk-7DLZLWJV.cjs');
|
|
12
13
|
var chunkY7UWRW5X_cjs = require('../chunk-Y7UWRW5X.cjs');
|
|
13
|
-
var chunkVPNDC2DI_cjs = require('../chunk-VPNDC2DI.cjs');
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
|
|
17
|
+
Object.defineProperty(exports, "network", {
|
|
18
|
+
enumerable: true,
|
|
19
|
+
get: function () { return chunkVPNDC2DI_cjs.network_exports; }
|
|
20
|
+
});
|
|
17
21
|
Object.defineProperty(exports, "telemetry", {
|
|
18
22
|
enumerable: true,
|
|
19
23
|
get: function () { return chunkMHKNLNAN_cjs.telemetry_exports; }
|
|
@@ -22,10 +26,6 @@ Object.defineProperty(exports, "tools", {
|
|
|
22
26
|
enumerable: true,
|
|
23
27
|
get: function () { return chunkZE5AAC4I_cjs.tools_exports; }
|
|
24
28
|
});
|
|
25
|
-
Object.defineProperty(exports, "vNextWorkflows", {
|
|
26
|
-
enumerable: true,
|
|
27
|
-
get: function () { return chunkUCTEMO2Q_cjs.vNextWorkflows_exports; }
|
|
28
|
-
});
|
|
29
29
|
Object.defineProperty(exports, "vector", {
|
|
30
30
|
enumerable: true,
|
|
31
31
|
get: function () { return chunkBNEY4P4P_cjs.vector_exports; }
|
|
@@ -36,7 +36,7 @@ Object.defineProperty(exports, "voice", {
|
|
|
36
36
|
});
|
|
37
37
|
Object.defineProperty(exports, "workflows", {
|
|
38
38
|
enumerable: true,
|
|
39
|
-
get: function () { return
|
|
39
|
+
get: function () { return chunk6B4OMWT6_cjs.workflows_exports; }
|
|
40
40
|
});
|
|
41
41
|
Object.defineProperty(exports, "a2a", {
|
|
42
42
|
enumerable: true,
|
|
@@ -46,15 +46,15 @@ Object.defineProperty(exports, "agents", {
|
|
|
46
46
|
enumerable: true,
|
|
47
47
|
get: function () { return chunkD4IRYCUI_cjs.agents_exports; }
|
|
48
48
|
});
|
|
49
|
+
Object.defineProperty(exports, "legacyWorkflows", {
|
|
50
|
+
enumerable: true,
|
|
51
|
+
get: function () { return chunkYIOVBYZH_cjs.legacyWorkflows_exports; }
|
|
52
|
+
});
|
|
49
53
|
Object.defineProperty(exports, "logs", {
|
|
50
54
|
enumerable: true,
|
|
51
|
-
get: function () { return
|
|
55
|
+
get: function () { return chunk7DLZLWJV_cjs.logs_exports; }
|
|
52
56
|
});
|
|
53
57
|
Object.defineProperty(exports, "memory", {
|
|
54
58
|
enumerable: true,
|
|
55
59
|
get: function () { return chunkY7UWRW5X_cjs.memory_exports; }
|
|
56
60
|
});
|
|
57
|
-
Object.defineProperty(exports, "network", {
|
|
58
|
-
enumerable: true,
|
|
59
|
-
get: function () { return chunkVPNDC2DI_cjs.network_exports; }
|
|
60
|
-
});
|
|
@@ -5,7 +5,7 @@ export { memory } from '../_tsup-dts-rollup.cjs';
|
|
|
5
5
|
export { network } from '../_tsup-dts-rollup.cjs';
|
|
6
6
|
export { telemetry } from '../_tsup-dts-rollup.cjs';
|
|
7
7
|
export { tools } from '../_tsup-dts-rollup.cjs';
|
|
8
|
+
export { legacyWorkflows } from '../_tsup-dts-rollup.cjs';
|
|
8
9
|
export { workflows } from '../_tsup-dts-rollup.cjs';
|
|
9
|
-
export { vNextWorkflows } from '../_tsup-dts-rollup.cjs';
|
|
10
10
|
export { vector } from '../_tsup-dts-rollup.cjs';
|
|
11
11
|
export { voice } from '../_tsup-dts-rollup.cjs';
|
|
@@ -5,7 +5,7 @@ export { memory } from '../_tsup-dts-rollup.js';
|
|
|
5
5
|
export { network } from '../_tsup-dts-rollup.js';
|
|
6
6
|
export { telemetry } from '../_tsup-dts-rollup.js';
|
|
7
7
|
export { tools } from '../_tsup-dts-rollup.js';
|
|
8
|
+
export { legacyWorkflows } from '../_tsup-dts-rollup.js';
|
|
8
9
|
export { workflows } from '../_tsup-dts-rollup.js';
|
|
9
|
-
export { vNextWorkflows } from '../_tsup-dts-rollup.js';
|
|
10
10
|
export { vector } from '../_tsup-dts-rollup.js';
|
|
11
11
|
export { voice } from '../_tsup-dts-rollup.js';
|
package/dist/server/handlers.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
+
export { network_exports as network } from '../chunk-C7564HUT.js';
|
|
1
2
|
export { telemetry_exports as telemetry } from '../chunk-OR3CIE2H.js';
|
|
2
3
|
export { tools_exports as tools } from '../chunk-TJKLBTFB.js';
|
|
3
|
-
export { vNextWorkflows_exports as vNextWorkflows } from '../chunk-MIQYDLLM.js';
|
|
4
4
|
export { vector_exports as vector } from '../chunk-55DOQLP6.js';
|
|
5
5
|
export { voice_exports as voice } from '../chunk-HFWCEP5S.js';
|
|
6
|
-
export { workflows_exports as workflows } from '../chunk-
|
|
6
|
+
export { workflows_exports as workflows } from '../chunk-QY36IPTP.js';
|
|
7
7
|
export { a2a_exports as a2a } from '../chunk-P6SCPDYW.js';
|
|
8
8
|
export { agents_exports as agents } from '../chunk-WUC6LSTW.js';
|
|
9
|
-
export {
|
|
9
|
+
export { legacyWorkflows_exports as legacyWorkflows } from '../chunk-W7VCKPAD.js';
|
|
10
|
+
export { logs_exports as logs } from '../chunk-WFBJJNCK.js';
|
|
10
11
|
export { memory_exports as memory } from '../chunk-DJJIUEL2.js';
|
|
11
|
-
export { network_exports as network } from '../chunk-C7564HUT.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mastra/server",
|
|
3
|
-
"version": "2.0
|
|
3
|
+
"version": "2.1.0-alpha.1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
@@ -46,8 +46,8 @@
|
|
|
46
46
|
"license": "Elastic-2.0",
|
|
47
47
|
"dependencies": {},
|
|
48
48
|
"peerDependencies": {
|
|
49
|
-
"
|
|
50
|
-
"
|
|
49
|
+
"@mastra/core": "^0.9.4",
|
|
50
|
+
"zod": "^3.0.0"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"@ai-sdk/openai": "^1.3.2",
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"zod": "^3.24.3",
|
|
62
62
|
"zod-to-json-schema": "^3.24.5",
|
|
63
63
|
"@internal/lint": "0.0.5",
|
|
64
|
-
"@mastra/core": "0.
|
|
64
|
+
"@mastra/core": "0.10.0-alpha.1"
|
|
65
65
|
},
|
|
66
66
|
"scripts": {
|
|
67
67
|
"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",
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
var chunkUCTEMO2Q_cjs = require('../../chunk-UCTEMO2Q.cjs');
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
Object.defineProperty(exports, "createVNextWorkflowRunHandler", {
|
|
8
|
-
enumerable: true,
|
|
9
|
-
get: function () { return chunkUCTEMO2Q_cjs.createVNextWorkflowRunHandler; }
|
|
10
|
-
});
|
|
11
|
-
Object.defineProperty(exports, "getVNextWorkflowByIdHandler", {
|
|
12
|
-
enumerable: true,
|
|
13
|
-
get: function () { return chunkUCTEMO2Q_cjs.getVNextWorkflowByIdHandler; }
|
|
14
|
-
});
|
|
15
|
-
Object.defineProperty(exports, "getVNextWorkflowRunByIdHandler", {
|
|
16
|
-
enumerable: true,
|
|
17
|
-
get: function () { return chunkUCTEMO2Q_cjs.getVNextWorkflowRunByIdHandler; }
|
|
18
|
-
});
|
|
19
|
-
Object.defineProperty(exports, "getVNextWorkflowRunsHandler", {
|
|
20
|
-
enumerable: true,
|
|
21
|
-
get: function () { return chunkUCTEMO2Q_cjs.getVNextWorkflowRunsHandler; }
|
|
22
|
-
});
|
|
23
|
-
Object.defineProperty(exports, "getVNextWorkflowsHandler", {
|
|
24
|
-
enumerable: true,
|
|
25
|
-
get: function () { return chunkUCTEMO2Q_cjs.getVNextWorkflowsHandler; }
|
|
26
|
-
});
|
|
27
|
-
Object.defineProperty(exports, "resumeAsyncVNextWorkflowHandler", {
|
|
28
|
-
enumerable: true,
|
|
29
|
-
get: function () { return chunkUCTEMO2Q_cjs.resumeAsyncVNextWorkflowHandler; }
|
|
30
|
-
});
|
|
31
|
-
Object.defineProperty(exports, "resumeVNextWorkflowHandler", {
|
|
32
|
-
enumerable: true,
|
|
33
|
-
get: function () { return chunkUCTEMO2Q_cjs.resumeVNextWorkflowHandler; }
|
|
34
|
-
});
|
|
35
|
-
Object.defineProperty(exports, "startAsyncVNextWorkflowHandler", {
|
|
36
|
-
enumerable: true,
|
|
37
|
-
get: function () { return chunkUCTEMO2Q_cjs.startAsyncVNextWorkflowHandler; }
|
|
38
|
-
});
|
|
39
|
-
Object.defineProperty(exports, "startVNextWorkflowRunHandler", {
|
|
40
|
-
enumerable: true,
|
|
41
|
-
get: function () { return chunkUCTEMO2Q_cjs.startVNextWorkflowRunHandler; }
|
|
42
|
-
});
|
|
43
|
-
Object.defineProperty(exports, "watchVNextWorkflowHandler", {
|
|
44
|
-
enumerable: true,
|
|
45
|
-
get: function () { return chunkUCTEMO2Q_cjs.watchVNextWorkflowHandler; }
|
|
46
|
-
});
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
export { getVNextWorkflowsHandler } from '../../_tsup-dts-rollup.cjs';
|
|
2
|
-
export { getVNextWorkflowByIdHandler } from '../../_tsup-dts-rollup.cjs';
|
|
3
|
-
export { getVNextWorkflowRunByIdHandler } from '../../_tsup-dts-rollup.cjs';
|
|
4
|
-
export { createVNextWorkflowRunHandler } from '../../_tsup-dts-rollup.cjs';
|
|
5
|
-
export { startAsyncVNextWorkflowHandler } from '../../_tsup-dts-rollup.cjs';
|
|
6
|
-
export { startVNextWorkflowRunHandler } from '../../_tsup-dts-rollup.cjs';
|
|
7
|
-
export { watchVNextWorkflowHandler } from '../../_tsup-dts-rollup.cjs';
|
|
8
|
-
export { resumeAsyncVNextWorkflowHandler } from '../../_tsup-dts-rollup.cjs';
|
|
9
|
-
export { resumeVNextWorkflowHandler } from '../../_tsup-dts-rollup.cjs';
|
|
10
|
-
export { getVNextWorkflowRunsHandler } from '../../_tsup-dts-rollup.cjs';
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
export { getVNextWorkflowsHandler } from '../../_tsup-dts-rollup.js';
|
|
2
|
-
export { getVNextWorkflowByIdHandler } from '../../_tsup-dts-rollup.js';
|
|
3
|
-
export { getVNextWorkflowRunByIdHandler } 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';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { createVNextWorkflowRunHandler, getVNextWorkflowByIdHandler, getVNextWorkflowRunByIdHandler, getVNextWorkflowRunsHandler, getVNextWorkflowsHandler, resumeAsyncVNextWorkflowHandler, resumeVNextWorkflowHandler, startAsyncVNextWorkflowHandler, startVNextWorkflowRunHandler, watchVNextWorkflowHandler } from '../../chunk-MIQYDLLM.js';
|