@mastra/server 0.0.0-switch-to-core-20250424015131 → 0.0.0-trigger-playground-ui-package-20250506151043
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 +104 -7
- package/dist/_tsup-dts-rollup.d.ts +104 -7
- package/dist/{chunk-LFOBHRFO.js → chunk-3XTEV33Q.js} +16 -4
- package/dist/{chunk-HCOPJZ4A.cjs → chunk-4BIX6GMY.cjs} +52 -27
- package/dist/{chunk-FPIWDH5Y.cjs → chunk-5YGDYMRB.cjs} +48 -27
- package/dist/{chunk-7IWQE76Z.cjs → chunk-AMVOS7YB.cjs} +4 -2
- package/dist/{chunk-WTHDCRMY.js → chunk-BPL2CBLV.js} +4 -2
- package/dist/{chunk-TZK63M5N.cjs → chunk-CHFORQ7J.cjs} +16 -4
- package/dist/chunk-M2RXDCPV.cjs +324 -0
- package/dist/chunk-OWNA6I2H.js +312 -0
- package/dist/{chunk-RE6YL32K.js → chunk-QJ3AHN64.js} +48 -27
- package/dist/{chunk-R4J7XQYU.js → chunk-Y3SV5XK4.js} +52 -27
- package/dist/server/handlers/agents.cjs +7 -7
- package/dist/server/handlers/agents.js +1 -1
- package/dist/server/handlers/network.cjs +5 -5
- package/dist/server/handlers/network.js +1 -1
- package/dist/server/handlers/telemetry.cjs +3 -3
- package/dist/server/handlers/telemetry.js +1 -1
- package/dist/server/handlers/vNextWorkflows.cjs +46 -0
- package/dist/server/handlers/vNextWorkflows.d.cts +10 -0
- package/dist/server/handlers/vNextWorkflows.d.ts +10 -0
- package/dist/server/handlers/vNextWorkflows.js +1 -0
- package/dist/server/handlers/workflows.cjs +11 -11
- package/dist/server/handlers/workflows.js +1 -1
- package/dist/server/handlers.cjs +13 -8
- package/dist/server/handlers.d.cts +1 -0
- package/dist/server/handlers.d.ts +1 -0
- package/dist/server/handlers.js +5 -4
- package/package.json +5 -5
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var chunkM2RXDCPV_cjs = require('../../chunk-M2RXDCPV.cjs');
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
Object.defineProperty(exports, "createVNextWorkflowRunHandler", {
|
|
8
|
+
enumerable: true,
|
|
9
|
+
get: function () { return chunkM2RXDCPV_cjs.createVNextWorkflowRunHandler; }
|
|
10
|
+
});
|
|
11
|
+
Object.defineProperty(exports, "getVNextWorkflowByIdHandler", {
|
|
12
|
+
enumerable: true,
|
|
13
|
+
get: function () { return chunkM2RXDCPV_cjs.getVNextWorkflowByIdHandler; }
|
|
14
|
+
});
|
|
15
|
+
Object.defineProperty(exports, "getVNextWorkflowRunByIdHandler", {
|
|
16
|
+
enumerable: true,
|
|
17
|
+
get: function () { return chunkM2RXDCPV_cjs.getVNextWorkflowRunByIdHandler; }
|
|
18
|
+
});
|
|
19
|
+
Object.defineProperty(exports, "getVNextWorkflowRunsHandler", {
|
|
20
|
+
enumerable: true,
|
|
21
|
+
get: function () { return chunkM2RXDCPV_cjs.getVNextWorkflowRunsHandler; }
|
|
22
|
+
});
|
|
23
|
+
Object.defineProperty(exports, "getVNextWorkflowsHandler", {
|
|
24
|
+
enumerable: true,
|
|
25
|
+
get: function () { return chunkM2RXDCPV_cjs.getVNextWorkflowsHandler; }
|
|
26
|
+
});
|
|
27
|
+
Object.defineProperty(exports, "resumeAsyncVNextWorkflowHandler", {
|
|
28
|
+
enumerable: true,
|
|
29
|
+
get: function () { return chunkM2RXDCPV_cjs.resumeAsyncVNextWorkflowHandler; }
|
|
30
|
+
});
|
|
31
|
+
Object.defineProperty(exports, "resumeVNextWorkflowHandler", {
|
|
32
|
+
enumerable: true,
|
|
33
|
+
get: function () { return chunkM2RXDCPV_cjs.resumeVNextWorkflowHandler; }
|
|
34
|
+
});
|
|
35
|
+
Object.defineProperty(exports, "startAsyncVNextWorkflowHandler", {
|
|
36
|
+
enumerable: true,
|
|
37
|
+
get: function () { return chunkM2RXDCPV_cjs.startAsyncVNextWorkflowHandler; }
|
|
38
|
+
});
|
|
39
|
+
Object.defineProperty(exports, "startVNextWorkflowRunHandler", {
|
|
40
|
+
enumerable: true,
|
|
41
|
+
get: function () { return chunkM2RXDCPV_cjs.startVNextWorkflowRunHandler; }
|
|
42
|
+
});
|
|
43
|
+
Object.defineProperty(exports, "watchVNextWorkflowHandler", {
|
|
44
|
+
enumerable: true,
|
|
45
|
+
get: function () { return chunkM2RXDCPV_cjs.watchVNextWorkflowHandler; }
|
|
46
|
+
});
|
|
@@ -0,0 +1,10 @@
|
|
|
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';
|
|
@@ -0,0 +1,10 @@
|
|
|
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';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { createVNextWorkflowRunHandler, getVNextWorkflowByIdHandler, getVNextWorkflowRunByIdHandler, getVNextWorkflowRunsHandler, getVNextWorkflowsHandler, resumeAsyncVNextWorkflowHandler, resumeVNextWorkflowHandler, startAsyncVNextWorkflowHandler, startVNextWorkflowRunHandler, watchVNextWorkflowHandler } from '../../chunk-OWNA6I2H.js';
|
|
@@ -1,46 +1,46 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkCHFORQ7J_cjs = require('../../chunk-CHFORQ7J.cjs');
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
Object.defineProperty(exports, "createRunHandler", {
|
|
8
8
|
enumerable: true,
|
|
9
|
-
get: function () { return
|
|
9
|
+
get: function () { return chunkCHFORQ7J_cjs.createRunHandler; }
|
|
10
10
|
});
|
|
11
11
|
Object.defineProperty(exports, "getWorkflowByIdHandler", {
|
|
12
12
|
enumerable: true,
|
|
13
|
-
get: function () { return
|
|
13
|
+
get: function () { return chunkCHFORQ7J_cjs.getWorkflowByIdHandler; }
|
|
14
14
|
});
|
|
15
15
|
Object.defineProperty(exports, "getWorkflowRunHandler", {
|
|
16
16
|
enumerable: true,
|
|
17
|
-
get: function () { return
|
|
17
|
+
get: function () { return chunkCHFORQ7J_cjs.getWorkflowRunHandler; }
|
|
18
18
|
});
|
|
19
19
|
Object.defineProperty(exports, "getWorkflowRunsHandler", {
|
|
20
20
|
enumerable: true,
|
|
21
|
-
get: function () { return
|
|
21
|
+
get: function () { return chunkCHFORQ7J_cjs.getWorkflowRunsHandler; }
|
|
22
22
|
});
|
|
23
23
|
Object.defineProperty(exports, "getWorkflowsHandler", {
|
|
24
24
|
enumerable: true,
|
|
25
|
-
get: function () { return
|
|
25
|
+
get: function () { return chunkCHFORQ7J_cjs.getWorkflowsHandler; }
|
|
26
26
|
});
|
|
27
27
|
Object.defineProperty(exports, "resumeAsyncWorkflowHandler", {
|
|
28
28
|
enumerable: true,
|
|
29
|
-
get: function () { return
|
|
29
|
+
get: function () { return chunkCHFORQ7J_cjs.resumeAsyncWorkflowHandler; }
|
|
30
30
|
});
|
|
31
31
|
Object.defineProperty(exports, "resumeWorkflowHandler", {
|
|
32
32
|
enumerable: true,
|
|
33
|
-
get: function () { return
|
|
33
|
+
get: function () { return chunkCHFORQ7J_cjs.resumeWorkflowHandler; }
|
|
34
34
|
});
|
|
35
35
|
Object.defineProperty(exports, "startAsyncWorkflowHandler", {
|
|
36
36
|
enumerable: true,
|
|
37
|
-
get: function () { return
|
|
37
|
+
get: function () { return chunkCHFORQ7J_cjs.startAsyncWorkflowHandler; }
|
|
38
38
|
});
|
|
39
39
|
Object.defineProperty(exports, "startWorkflowRunHandler", {
|
|
40
40
|
enumerable: true,
|
|
41
|
-
get: function () { return
|
|
41
|
+
get: function () { return chunkCHFORQ7J_cjs.startWorkflowRunHandler; }
|
|
42
42
|
});
|
|
43
43
|
Object.defineProperty(exports, "watchWorkflowHandler", {
|
|
44
44
|
enumerable: true,
|
|
45
|
-
get: function () { return
|
|
45
|
+
get: function () { return chunkCHFORQ7J_cjs.watchWorkflowHandler; }
|
|
46
46
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { createRunHandler, getWorkflowByIdHandler, getWorkflowRunHandler, getWorkflowRunsHandler, getWorkflowsHandler, resumeAsyncWorkflowHandler, resumeWorkflowHandler, startAsyncWorkflowHandler, startWorkflowRunHandler, watchWorkflowHandler } from '../../chunk-
|
|
1
|
+
export { createRunHandler, getWorkflowByIdHandler, getWorkflowRunHandler, getWorkflowRunsHandler, getWorkflowsHandler, resumeAsyncWorkflowHandler, resumeWorkflowHandler, startAsyncWorkflowHandler, startWorkflowRunHandler, watchWorkflowHandler } from '../../chunk-3XTEV33Q.js';
|
package/dist/server/handlers.cjs
CHANGED
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var chunkD3G23FP3_cjs = require('../chunk-D3G23FP3.cjs');
|
|
4
|
+
var chunkM2RXDCPV_cjs = require('../chunk-M2RXDCPV.cjs');
|
|
4
5
|
var chunkM56ECCHK_cjs = require('../chunk-M56ECCHK.cjs');
|
|
5
6
|
var chunk55HTWX4C_cjs = require('../chunk-55HTWX4C.cjs');
|
|
6
|
-
var
|
|
7
|
-
var
|
|
7
|
+
var chunkCHFORQ7J_cjs = require('../chunk-CHFORQ7J.cjs');
|
|
8
|
+
var chunk4BIX6GMY_cjs = require('../chunk-4BIX6GMY.cjs');
|
|
8
9
|
var chunkSKBVVI24_cjs = require('../chunk-SKBVVI24.cjs');
|
|
9
10
|
var chunk2FJURXCL_cjs = require('../chunk-2FJURXCL.cjs');
|
|
10
|
-
var
|
|
11
|
-
var
|
|
11
|
+
var chunk5YGDYMRB_cjs = require('../chunk-5YGDYMRB.cjs');
|
|
12
|
+
var chunkAMVOS7YB_cjs = require('../chunk-AMVOS7YB.cjs');
|
|
12
13
|
|
|
13
14
|
|
|
14
15
|
|
|
@@ -16,6 +17,10 @@ Object.defineProperty(exports, "tools", {
|
|
|
16
17
|
enumerable: true,
|
|
17
18
|
get: function () { return chunkD3G23FP3_cjs.tools_exports; }
|
|
18
19
|
});
|
|
20
|
+
Object.defineProperty(exports, "vNextWorkflows", {
|
|
21
|
+
enumerable: true,
|
|
22
|
+
get: function () { return chunkM2RXDCPV_cjs.vNextWorkflows_exports; }
|
|
23
|
+
});
|
|
19
24
|
Object.defineProperty(exports, "vector", {
|
|
20
25
|
enumerable: true,
|
|
21
26
|
get: function () { return chunkM56ECCHK_cjs.vector_exports; }
|
|
@@ -26,11 +31,11 @@ Object.defineProperty(exports, "voice", {
|
|
|
26
31
|
});
|
|
27
32
|
Object.defineProperty(exports, "workflows", {
|
|
28
33
|
enumerable: true,
|
|
29
|
-
get: function () { return
|
|
34
|
+
get: function () { return chunkCHFORQ7J_cjs.workflows_exports; }
|
|
30
35
|
});
|
|
31
36
|
Object.defineProperty(exports, "agents", {
|
|
32
37
|
enumerable: true,
|
|
33
|
-
get: function () { return
|
|
38
|
+
get: function () { return chunk4BIX6GMY_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
|
|
50
|
+
get: function () { return chunk5YGDYMRB_cjs.network_exports; }
|
|
46
51
|
});
|
|
47
52
|
Object.defineProperty(exports, "telemetry", {
|
|
48
53
|
enumerable: true,
|
|
49
|
-
get: function () { return
|
|
54
|
+
get: function () { return chunkAMVOS7YB_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';
|
package/dist/server/handlers.js
CHANGED
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
export { tools_exports as tools } from '../chunk-5JNVY6DU.js';
|
|
2
|
+
export { vNextWorkflows_exports as vNextWorkflows } from '../chunk-OWNA6I2H.js';
|
|
2
3
|
export { vector_exports as vector } from '../chunk-4JINXASC.js';
|
|
3
4
|
export { voice_exports as voice } from '../chunk-Q6SHQECN.js';
|
|
4
|
-
export { workflows_exports as workflows } from '../chunk-
|
|
5
|
-
export { agents_exports as agents } from '../chunk-
|
|
5
|
+
export { workflows_exports as workflows } from '../chunk-3XTEV33Q.js';
|
|
6
|
+
export { agents_exports as agents } from '../chunk-Y3SV5XK4.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-
|
|
9
|
-
export { telemetry_exports as telemetry } from '../chunk-
|
|
9
|
+
export { network_exports as network } from '../chunk-QJ3AHN64.js';
|
|
10
|
+
export { telemetry_exports as telemetry } from '../chunk-BPL2CBLV.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mastra/server",
|
|
3
|
-
"version": "0.0.0-
|
|
3
|
+
"version": "0.0.0-trigger-playground-ui-package-20250506151043",
|
|
4
4
|
"description": "",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
@@ -46,11 +46,11 @@
|
|
|
46
46
|
"license": "Elastic-2.0",
|
|
47
47
|
"dependencies": {},
|
|
48
48
|
"peerDependencies": {
|
|
49
|
-
"@mastra/core": "0.0.0-
|
|
49
|
+
"@mastra/core": "0.0.0-trigger-playground-ui-package-20250506151043"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"@ai-sdk/openai": "^1.3.2",
|
|
53
|
-
"@microsoft/api-extractor": "^7.52.
|
|
53
|
+
"@microsoft/api-extractor": "^7.52.5",
|
|
54
54
|
"@types/node": "^20.17.27",
|
|
55
55
|
"eslint": "^9.23.0",
|
|
56
56
|
"superjson": "^2.2.2",
|
|
@@ -58,8 +58,8 @@
|
|
|
58
58
|
"typescript": "^5.8.2",
|
|
59
59
|
"vitest": "^2.1.9",
|
|
60
60
|
"zod-to-json-schema": "^3.24.3",
|
|
61
|
-
"@internal/lint": "0.0.
|
|
62
|
-
"@mastra/core": "0.0.0-
|
|
61
|
+
"@internal/lint": "0.0.0-trigger-playground-ui-package-20250506151043",
|
|
62
|
+
"@mastra/core": "0.0.0-trigger-playground-ui-package-20250506151043"
|
|
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",
|