@mastra/core 0.15.3-alpha.6 → 0.15.3-alpha.7

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 (49) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/dist/agent/index.cjs +8 -8
  3. package/dist/agent/index.d.ts.map +1 -1
  4. package/dist/agent/index.js +1 -1
  5. package/dist/agent/input-processor/index.cjs +6 -6
  6. package/dist/agent/input-processor/index.js +1 -1
  7. package/dist/{chunk-IQ5ISXGO.cjs → chunk-7IIXZ5HS.cjs} +4 -4
  8. package/dist/{chunk-IQ5ISXGO.cjs.map → chunk-7IIXZ5HS.cjs.map} +1 -1
  9. package/dist/{chunk-5KIEN3HX.cjs → chunk-AB2X2OLU.cjs} +4 -4
  10. package/dist/{chunk-5KIEN3HX.cjs.map → chunk-AB2X2OLU.cjs.map} +1 -1
  11. package/dist/{chunk-NHAHPLS5.js → chunk-AYPDYPRS.js} +3 -3
  12. package/dist/{chunk-NHAHPLS5.js.map → chunk-AYPDYPRS.js.map} +1 -1
  13. package/dist/{chunk-7S5FYPH7.js → chunk-EUZ3OA6Y.js} +3 -3
  14. package/dist/{chunk-7S5FYPH7.js.map → chunk-EUZ3OA6Y.js.map} +1 -1
  15. package/dist/{chunk-25VRTGOH.cjs → chunk-GJD2BTI5.cjs} +10 -2
  16. package/dist/chunk-GJD2BTI5.cjs.map +1 -0
  17. package/dist/{chunk-6C6CR7JZ.cjs → chunk-NVB2F66X.cjs} +7 -7
  18. package/dist/{chunk-6C6CR7JZ.cjs.map → chunk-NVB2F66X.cjs.map} +1 -1
  19. package/dist/{chunk-IH5UAO56.js → chunk-P24PB73W.js} +10 -2
  20. package/dist/chunk-P24PB73W.js.map +1 -0
  21. package/dist/{chunk-JWURNPTP.js → chunk-XJO6WBIW.js} +3 -3
  22. package/dist/{chunk-JWURNPTP.js.map → chunk-XJO6WBIW.js.map} +1 -1
  23. package/dist/index.cjs +17 -17
  24. package/dist/index.js +4 -4
  25. package/dist/loop/index.cjs +2 -2
  26. package/dist/loop/index.js +1 -1
  27. package/dist/mastra/index.cjs +2 -2
  28. package/dist/mastra/index.js +1 -1
  29. package/dist/network/index.cjs +2 -2
  30. package/dist/network/index.js +1 -1
  31. package/dist/network/vNext/index.cjs +12 -12
  32. package/dist/network/vNext/index.js +1 -1
  33. package/dist/processors/index.cjs +8 -8
  34. package/dist/processors/index.js +2 -2
  35. package/dist/relevance/index.cjs +4 -4
  36. package/dist/relevance/index.js +1 -1
  37. package/dist/scores/index.cjs +5 -5
  38. package/dist/scores/index.js +1 -1
  39. package/dist/stream/index.cjs +3 -3
  40. package/dist/stream/index.js +1 -1
  41. package/dist/workflows/evented/index.cjs +10 -10
  42. package/dist/workflows/evented/index.js +1 -1
  43. package/dist/workflows/index.cjs +10 -10
  44. package/dist/workflows/index.js +1 -1
  45. package/dist/workflows/legacy/index.cjs +22 -22
  46. package/dist/workflows/legacy/index.js +1 -1
  47. package/package.json +3 -3
  48. package/dist/chunk-25VRTGOH.cjs.map +0 -1
  49. package/dist/chunk-IH5UAO56.js.map +0 -1
@@ -1,3 +1,3 @@
1
- export { DefaultExecutionEngine, ExecutionEngine, Run, Workflow, cloneStep, cloneWorkflow, createStep, createWorkflow, mapVariable } from '../chunk-IH5UAO56.js';
1
+ export { DefaultExecutionEngine, ExecutionEngine, Run, Workflow, cloneStep, cloneWorkflow, createStep, createWorkflow, mapVariable } from '../chunk-P24PB73W.js';
2
2
  //# sourceMappingURL=index.js.map
3
3
  //# sourceMappingURL=index.js.map
@@ -1,92 +1,92 @@
1
1
  'use strict';
2
2
 
3
- var chunk25VRTGOH_cjs = require('../../chunk-25VRTGOH.cjs');
3
+ var chunkGJD2BTI5_cjs = require('../../chunk-GJD2BTI5.cjs');
4
4
 
5
5
 
6
6
 
7
7
  Object.defineProperty(exports, "LegacyStep", {
8
8
  enumerable: true,
9
- get: function () { return chunk25VRTGOH_cjs.LegacyStep; }
9
+ get: function () { return chunkGJD2BTI5_cjs.LegacyStep; }
10
10
  });
11
11
  Object.defineProperty(exports, "LegacyWorkflow", {
12
12
  enumerable: true,
13
- get: function () { return chunk25VRTGOH_cjs.LegacyWorkflow; }
13
+ get: function () { return chunkGJD2BTI5_cjs.LegacyWorkflow; }
14
14
  });
15
15
  Object.defineProperty(exports, "WhenConditionReturnValue", {
16
16
  enumerable: true,
17
- get: function () { return chunk25VRTGOH_cjs.WhenConditionReturnValue; }
17
+ get: function () { return chunkGJD2BTI5_cjs.WhenConditionReturnValue; }
18
18
  });
19
19
  Object.defineProperty(exports, "agentToStep", {
20
20
  enumerable: true,
21
- get: function () { return chunk25VRTGOH_cjs.agentToStep; }
21
+ get: function () { return chunkGJD2BTI5_cjs.agentToStep; }
22
22
  });
23
23
  Object.defineProperty(exports, "getActivePathsAndStatus", {
24
24
  enumerable: true,
25
- get: function () { return chunk25VRTGOH_cjs.getActivePathsAndStatus; }
25
+ get: function () { return chunkGJD2BTI5_cjs.getActivePathsAndStatus; }
26
26
  });
27
27
  Object.defineProperty(exports, "getResultActivePaths", {
28
28
  enumerable: true,
29
- get: function () { return chunk25VRTGOH_cjs.getResultActivePaths; }
29
+ get: function () { return chunkGJD2BTI5_cjs.getResultActivePaths; }
30
30
  });
31
31
  Object.defineProperty(exports, "getStepResult", {
32
32
  enumerable: true,
33
- get: function () { return chunk25VRTGOH_cjs.getStepResult; }
33
+ get: function () { return chunkGJD2BTI5_cjs.getStepResult; }
34
34
  });
35
35
  Object.defineProperty(exports, "getSuspendedPaths", {
36
36
  enumerable: true,
37
- get: function () { return chunk25VRTGOH_cjs.getSuspendedPaths; }
37
+ get: function () { return chunkGJD2BTI5_cjs.getSuspendedPaths; }
38
38
  });
39
39
  Object.defineProperty(exports, "isAgent", {
40
40
  enumerable: true,
41
- get: function () { return chunk25VRTGOH_cjs.isAgent; }
41
+ get: function () { return chunkGJD2BTI5_cjs.isAgent; }
42
42
  });
43
43
  Object.defineProperty(exports, "isConditionalKey", {
44
44
  enumerable: true,
45
- get: function () { return chunk25VRTGOH_cjs.isConditionalKey; }
45
+ get: function () { return chunkGJD2BTI5_cjs.isConditionalKey; }
46
46
  });
47
47
  Object.defineProperty(exports, "isErrorEvent", {
48
48
  enumerable: true,
49
- get: function () { return chunk25VRTGOH_cjs.isErrorEvent; }
49
+ get: function () { return chunkGJD2BTI5_cjs.isErrorEvent; }
50
50
  });
51
51
  Object.defineProperty(exports, "isFinalState", {
52
52
  enumerable: true,
53
- get: function () { return chunk25VRTGOH_cjs.isFinalState; }
53
+ get: function () { return chunkGJD2BTI5_cjs.isFinalState; }
54
54
  });
55
55
  Object.defineProperty(exports, "isLimboState", {
56
56
  enumerable: true,
57
- get: function () { return chunk25VRTGOH_cjs.isLimboState; }
57
+ get: function () { return chunkGJD2BTI5_cjs.isLimboState; }
58
58
  });
59
59
  Object.defineProperty(exports, "isTransitionEvent", {
60
60
  enumerable: true,
61
- get: function () { return chunk25VRTGOH_cjs.isTransitionEvent; }
61
+ get: function () { return chunkGJD2BTI5_cjs.isTransitionEvent; }
62
62
  });
63
63
  Object.defineProperty(exports, "isVariableReference", {
64
64
  enumerable: true,
65
- get: function () { return chunk25VRTGOH_cjs.isVariableReference; }
65
+ get: function () { return chunkGJD2BTI5_cjs.isVariableReference; }
66
66
  });
67
67
  Object.defineProperty(exports, "isWorkflow", {
68
68
  enumerable: true,
69
- get: function () { return chunk25VRTGOH_cjs.isWorkflow; }
69
+ get: function () { return chunkGJD2BTI5_cjs.isWorkflow; }
70
70
  });
71
71
  Object.defineProperty(exports, "mergeChildValue", {
72
72
  enumerable: true,
73
- get: function () { return chunk25VRTGOH_cjs.mergeChildValue; }
73
+ get: function () { return chunkGJD2BTI5_cjs.mergeChildValue; }
74
74
  });
75
75
  Object.defineProperty(exports, "recursivelyCheckForFinalState", {
76
76
  enumerable: true,
77
- get: function () { return chunk25VRTGOH_cjs.recursivelyCheckForFinalState; }
77
+ get: function () { return chunkGJD2BTI5_cjs.recursivelyCheckForFinalState; }
78
78
  });
79
79
  Object.defineProperty(exports, "resolveVariables", {
80
80
  enumerable: true,
81
- get: function () { return chunk25VRTGOH_cjs.resolveVariables; }
81
+ get: function () { return chunkGJD2BTI5_cjs.resolveVariables; }
82
82
  });
83
83
  Object.defineProperty(exports, "updateStepInHierarchy", {
84
84
  enumerable: true,
85
- get: function () { return chunk25VRTGOH_cjs.updateStepInHierarchy; }
85
+ get: function () { return chunkGJD2BTI5_cjs.updateStepInHierarchy; }
86
86
  });
87
87
  Object.defineProperty(exports, "workflowToStep", {
88
88
  enumerable: true,
89
- get: function () { return chunk25VRTGOH_cjs.workflowToStep; }
89
+ get: function () { return chunkGJD2BTI5_cjs.workflowToStep; }
90
90
  });
91
91
  //# sourceMappingURL=index.cjs.map
92
92
  //# sourceMappingURL=index.cjs.map
@@ -1,3 +1,3 @@
1
- export { LegacyStep, LegacyWorkflow, WhenConditionReturnValue, agentToStep, getActivePathsAndStatus, getResultActivePaths, getStepResult, getSuspendedPaths, isAgent, isConditionalKey, isErrorEvent, isFinalState, isLimboState, isTransitionEvent, isVariableReference, isWorkflow, mergeChildValue, recursivelyCheckForFinalState, resolveVariables, updateStepInHierarchy, workflowToStep } from '../../chunk-IH5UAO56.js';
1
+ export { LegacyStep, LegacyWorkflow, WhenConditionReturnValue, agentToStep, getActivePathsAndStatus, getResultActivePaths, getStepResult, getSuspendedPaths, isAgent, isConditionalKey, isErrorEvent, isFinalState, isLimboState, isTransitionEvent, isVariableReference, isWorkflow, mergeChildValue, recursivelyCheckForFinalState, resolveVariables, updateStepInHierarchy, workflowToStep } from '../../chunk-P24PB73W.js';
2
2
  //# sourceMappingURL=index.js.map
3
3
  //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/core",
3
- "version": "0.15.3-alpha.6",
3
+ "version": "0.15.3-alpha.7",
4
4
  "license": "Apache-2.0",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -226,8 +226,8 @@
226
226
  "typescript": "^5.8.3",
227
227
  "vitest": "^3.2.4",
228
228
  "zod": "^3.25.76",
229
- "@internal/lint": "0.0.34",
230
- "@internal/types-builder": "0.0.9"
229
+ "@internal/types-builder": "0.0.9",
230
+ "@internal/lint": "0.0.34"
231
231
  },
232
232
  "engines": {
233
233
  "node": ">=20"