@mastra/server 0.10.7-alpha.1 → 0.10.7-alpha.3
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 +162 -22
- package/dist/_tsup-dts-rollup.d.ts +162 -22
- package/dist/{chunk-WE32JG64.cjs → chunk-4DTDPTQC.cjs} +7 -7
- package/dist/{chunk-NGURCFEJ.cjs → chunk-CPPYMJX5.cjs} +5 -5
- package/dist/{chunk-FYCCJXBC.cjs → chunk-GKM45O24.cjs} +13 -9
- package/dist/{chunk-ASKESBJW.cjs → chunk-MN6F4D5A.cjs} +35 -35
- package/dist/{chunk-CLYX4KLH.js → chunk-N2YBMSO2.js} +1 -1
- package/dist/{chunk-TGJMNUYJ.js → chunk-OSZM4EAY.js} +35 -35
- package/dist/{chunk-GPRXMWEQ.js → chunk-PMUATKV2.js} +9 -5
- package/dist/{chunk-6TJSHFCJ.cjs → chunk-RQ2Z56EC.cjs} +50 -20
- package/dist/{chunk-JKTNRUKY.js → chunk-SOBBILUG.js} +13 -49
- package/dist/{chunk-FRXZL32L.cjs → chunk-TO5U6HW3.cjs} +25 -61
- package/dist/{chunk-2HXKRRNS.js → chunk-XR7VJOOP.js} +1 -1
- package/dist/{chunk-I7KJZNX5.js → chunk-XUIJ7WRT.js} +50 -20
- package/dist/server/handlers/agents.cjs +7 -7
- package/dist/server/handlers/agents.js +1 -1
- package/dist/server/handlers/legacyWorkflows.cjs +11 -11
- package/dist/server/handlers/legacyWorkflows.js +1 -1
- package/dist/server/handlers/memory.cjs +9 -9
- package/dist/server/handlers/memory.js +1 -1
- package/dist/server/handlers/tools.cjs +5 -5
- package/dist/server/handlers/tools.js +1 -1
- package/dist/server/handlers/vNextNetwork.cjs +175 -0
- package/dist/server/handlers/vNextNetwork.d.cts +5 -0
- package/dist/server/handlers/vNextNetwork.d.ts +5 -0
- package/dist/server/handlers/vNextNetwork.js +169 -0
- package/dist/server/handlers/workflows.cjs +13 -13
- package/dist/server/handlers/workflows.js +1 -1
- package/dist/server/handlers.cjs +10 -10
- package/dist/server/handlers.js +5 -5
- package/package.json +5 -5
package/dist/server/handlers.cjs
CHANGED
|
@@ -2,15 +2,15 @@
|
|
|
2
2
|
|
|
3
3
|
var chunkVPNDC2DI_cjs = require('../chunk-VPNDC2DI.cjs');
|
|
4
4
|
var chunkB4MQFJ7G_cjs = require('../chunk-B4MQFJ7G.cjs');
|
|
5
|
-
var
|
|
5
|
+
var chunkCPPYMJX5_cjs = require('../chunk-CPPYMJX5.cjs');
|
|
6
6
|
var chunkBNEY4P4P_cjs = require('../chunk-BNEY4P4P.cjs');
|
|
7
7
|
var chunkWJY57THV_cjs = require('../chunk-WJY57THV.cjs');
|
|
8
|
-
var
|
|
8
|
+
var chunkTO5U6HW3_cjs = require('../chunk-TO5U6HW3.cjs');
|
|
9
9
|
var chunkSDPGVWQJ_cjs = require('../chunk-SDPGVWQJ.cjs');
|
|
10
|
-
var
|
|
11
|
-
var
|
|
10
|
+
var chunkGKM45O24_cjs = require('../chunk-GKM45O24.cjs');
|
|
11
|
+
var chunk4DTDPTQC_cjs = require('../chunk-4DTDPTQC.cjs');
|
|
12
12
|
var chunkIMBY5XUG_cjs = require('../chunk-IMBY5XUG.cjs');
|
|
13
|
-
var
|
|
13
|
+
var chunkRQ2Z56EC_cjs = require('../chunk-RQ2Z56EC.cjs');
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
|
|
@@ -24,7 +24,7 @@ Object.defineProperty(exports, "telemetry", {
|
|
|
24
24
|
});
|
|
25
25
|
Object.defineProperty(exports, "tools", {
|
|
26
26
|
enumerable: true,
|
|
27
|
-
get: function () { return
|
|
27
|
+
get: function () { return chunkCPPYMJX5_cjs.tools_exports; }
|
|
28
28
|
});
|
|
29
29
|
Object.defineProperty(exports, "vector", {
|
|
30
30
|
enumerable: true,
|
|
@@ -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 chunkTO5U6HW3_cjs.workflows_exports; }
|
|
40
40
|
});
|
|
41
41
|
Object.defineProperty(exports, "a2a", {
|
|
42
42
|
enumerable: true,
|
|
@@ -44,11 +44,11 @@ Object.defineProperty(exports, "a2a", {
|
|
|
44
44
|
});
|
|
45
45
|
Object.defineProperty(exports, "agents", {
|
|
46
46
|
enumerable: true,
|
|
47
|
-
get: function () { return
|
|
47
|
+
get: function () { return chunkGKM45O24_cjs.agents_exports; }
|
|
48
48
|
});
|
|
49
49
|
Object.defineProperty(exports, "legacyWorkflows", {
|
|
50
50
|
enumerable: true,
|
|
51
|
-
get: function () { return
|
|
51
|
+
get: function () { return chunk4DTDPTQC_cjs.legacyWorkflows_exports; }
|
|
52
52
|
});
|
|
53
53
|
Object.defineProperty(exports, "logs", {
|
|
54
54
|
enumerable: true,
|
|
@@ -56,5 +56,5 @@ Object.defineProperty(exports, "logs", {
|
|
|
56
56
|
});
|
|
57
57
|
Object.defineProperty(exports, "memory", {
|
|
58
58
|
enumerable: true,
|
|
59
|
-
get: function () { return
|
|
59
|
+
get: function () { return chunkRQ2Z56EC_cjs.memory_exports; }
|
|
60
60
|
});
|
package/dist/server/handlers.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
export { network_exports as network } from '../chunk-C7564HUT.js';
|
|
2
2
|
export { telemetry_exports as telemetry } from '../chunk-BFOA2QQY.js';
|
|
3
|
-
export { tools_exports as tools } from '../chunk-
|
|
3
|
+
export { tools_exports as tools } from '../chunk-XR7VJOOP.js';
|
|
4
4
|
export { vector_exports as vector } from '../chunk-55DOQLP6.js';
|
|
5
5
|
export { voice_exports as voice } from '../chunk-R5VGYBV6.js';
|
|
6
|
-
export { workflows_exports as workflows } from '../chunk-
|
|
6
|
+
export { workflows_exports as workflows } from '../chunk-SOBBILUG.js';
|
|
7
7
|
export { a2a_exports as a2a } from '../chunk-GHC4YV6R.js';
|
|
8
|
-
export { agents_exports as agents } from '../chunk-
|
|
9
|
-
export { legacyWorkflows_exports as legacyWorkflows } from '../chunk-
|
|
8
|
+
export { agents_exports as agents } from '../chunk-PMUATKV2.js';
|
|
9
|
+
export { legacyWorkflows_exports as legacyWorkflows } from '../chunk-N2YBMSO2.js';
|
|
10
10
|
export { logs_exports as logs } from '../chunk-QLG2PFHE.js';
|
|
11
|
-
export { memory_exports as memory } from '../chunk-
|
|
11
|
+
export { memory_exports as memory } from '../chunk-XUIJ7WRT.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mastra/server",
|
|
3
|
-
"version": "0.10.7-alpha.
|
|
3
|
+
"version": "0.10.7-alpha.3",
|
|
4
4
|
"description": "",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
@@ -52,15 +52,15 @@
|
|
|
52
52
|
"@ai-sdk/openai": "^1.3.22",
|
|
53
53
|
"@microsoft/api-extractor": "^7.52.8",
|
|
54
54
|
"@types/node": "^20.19.0",
|
|
55
|
-
"eslint": "^9.
|
|
55
|
+
"eslint": "^9.29.0",
|
|
56
56
|
"superjson": "^2.2.2",
|
|
57
57
|
"tsup": "^8.5.0",
|
|
58
58
|
"typescript": "^5.8.3",
|
|
59
59
|
"vitest": "^2.1.9",
|
|
60
|
-
"zod": "^3.25.
|
|
60
|
+
"zod": "^3.25.67",
|
|
61
61
|
"zod-to-json-schema": "^3.24.5",
|
|
62
|
-
"@
|
|
63
|
-
"@
|
|
62
|
+
"@internal/lint": "0.0.13",
|
|
63
|
+
"@mastra/core": "0.10.7-alpha.3"
|
|
64
64
|
},
|
|
65
65
|
"scripts": {
|
|
66
66
|
"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",
|