@mastra/core 0.22.1 → 0.22.2-alpha.0

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 (51) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/dist/agent/index.cjs +10 -10
  3. package/dist/agent/index.js +1 -1
  4. package/dist/agent/input-processor/index.cjs +6 -6
  5. package/dist/agent/input-processor/index.js +1 -1
  6. package/dist/{chunk-RXBG6UV2.js → chunk-4PMF7QUH.js} +3 -3
  7. package/dist/{chunk-RXBG6UV2.js.map → chunk-4PMF7QUH.js.map} +1 -1
  8. package/dist/{chunk-QBPTDMR7.cjs → chunk-5CHZUAZV.cjs} +3 -3
  9. package/dist/chunk-5CHZUAZV.cjs.map +1 -0
  10. package/dist/{chunk-YOVX3R5U.cjs → chunk-AMHNTB4N.cjs} +12 -12
  11. package/dist/{chunk-YOVX3R5U.cjs.map → chunk-AMHNTB4N.cjs.map} +1 -1
  12. package/dist/{chunk-34L2Z6PH.cjs → chunk-CGT36GQE.cjs} +4 -4
  13. package/dist/{chunk-34L2Z6PH.cjs.map → chunk-CGT36GQE.cjs.map} +1 -1
  14. package/dist/{chunk-CAZTWPDK.cjs → chunk-HD455BM6.cjs} +9 -9
  15. package/dist/{chunk-CAZTWPDK.cjs.map → chunk-HD455BM6.cjs.map} +1 -1
  16. package/dist/{chunk-O4KVF3MI.cjs → chunk-MQ67HP3O.cjs} +4 -4
  17. package/dist/{chunk-O4KVF3MI.cjs.map → chunk-MQ67HP3O.cjs.map} +1 -1
  18. package/dist/{chunk-SF75RENF.js → chunk-PJDIDFKV.js} +3 -3
  19. package/dist/{chunk-SF75RENF.js.map → chunk-PJDIDFKV.js.map} +1 -1
  20. package/dist/{chunk-F7OMDF5K.js → chunk-T2RDWNN6.js} +3 -3
  21. package/dist/chunk-T2RDWNN6.js.map +1 -0
  22. package/dist/{chunk-MHICZASQ.js → chunk-VD27FF3L.js} +3 -3
  23. package/dist/{chunk-MHICZASQ.js.map → chunk-VD27FF3L.js.map} +1 -1
  24. package/dist/{chunk-ITFEGBP2.js → chunk-VX7NIAMW.js} +3 -3
  25. package/dist/{chunk-ITFEGBP2.js.map → chunk-VX7NIAMW.js.map} +1 -1
  26. package/dist/index.cjs +19 -19
  27. package/dist/index.js +4 -4
  28. package/dist/loop/index.cjs +2 -2
  29. package/dist/loop/index.js +1 -1
  30. package/dist/mastra/index.cjs +2 -2
  31. package/dist/mastra/index.js +1 -1
  32. package/dist/processors/index.cjs +11 -11
  33. package/dist/processors/index.js +1 -1
  34. package/dist/relevance/index.cjs +4 -4
  35. package/dist/relevance/index.js +1 -1
  36. package/dist/scores/index.cjs +4 -4
  37. package/dist/scores/index.js +1 -1
  38. package/dist/scores/scoreTraces/index.cjs +3 -3
  39. package/dist/scores/scoreTraces/index.js +1 -1
  40. package/dist/stream/index.cjs +8 -8
  41. package/dist/stream/index.js +1 -1
  42. package/dist/workflows/evented/index.cjs +10 -10
  43. package/dist/workflows/evented/index.js +1 -1
  44. package/dist/workflows/index.cjs +12 -12
  45. package/dist/workflows/index.js +1 -1
  46. package/dist/workflows/legacy/index.cjs +22 -22
  47. package/dist/workflows/legacy/index.js +1 -1
  48. package/dist/workflows/workflow.d.ts.map +1 -1
  49. package/package.json +2 -2
  50. package/dist/chunk-F7OMDF5K.js.map +0 -1
  51. package/dist/chunk-QBPTDMR7.cjs.map +0 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @mastra/core
2
2
 
3
+ ## 0.22.2-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Fix nested workflow events and networks ([#9132](https://github.com/mastra-ai/mastra/pull/9132))
8
+
3
9
  ## 0.22.1
4
10
 
5
11
  ## 0.22.1-alpha.0
@@ -1,45 +1,45 @@
1
1
  'use strict';
2
2
 
3
- var chunkQBPTDMR7_cjs = require('../chunk-QBPTDMR7.cjs');
3
+ var chunk5CHZUAZV_cjs = require('../chunk-5CHZUAZV.cjs');
4
4
  var chunk634YFL42_cjs = require('../chunk-634YFL42.cjs');
5
5
 
6
6
 
7
7
 
8
8
  Object.defineProperty(exports, "Agent", {
9
9
  enumerable: true,
10
- get: function () { return chunkQBPTDMR7_cjs.Agent; }
10
+ get: function () { return chunk5CHZUAZV_cjs.Agent; }
11
11
  });
12
12
  Object.defineProperty(exports, "LanguageDetectorInputProcessor", {
13
13
  enumerable: true,
14
- get: function () { return chunkQBPTDMR7_cjs.LanguageDetectorInputProcessor; }
14
+ get: function () { return chunk5CHZUAZV_cjs.LanguageDetectorInputProcessor; }
15
15
  });
16
16
  Object.defineProperty(exports, "ModerationInputProcessor", {
17
17
  enumerable: true,
18
- get: function () { return chunkQBPTDMR7_cjs.ModerationInputProcessor; }
18
+ get: function () { return chunk5CHZUAZV_cjs.ModerationInputProcessor; }
19
19
  });
20
20
  Object.defineProperty(exports, "PIIDetectorInputProcessor", {
21
21
  enumerable: true,
22
- get: function () { return chunkQBPTDMR7_cjs.PIIDetectorInputProcessor; }
22
+ get: function () { return chunk5CHZUAZV_cjs.PIIDetectorInputProcessor; }
23
23
  });
24
24
  Object.defineProperty(exports, "PromptInjectionDetectorInputProcessor", {
25
25
  enumerable: true,
26
- get: function () { return chunkQBPTDMR7_cjs.PromptInjectionDetectorInputProcessor; }
26
+ get: function () { return chunk5CHZUAZV_cjs.PromptInjectionDetectorInputProcessor; }
27
27
  });
28
28
  Object.defineProperty(exports, "TripWire", {
29
29
  enumerable: true,
30
- get: function () { return chunkQBPTDMR7_cjs.TripWire; }
30
+ get: function () { return chunk5CHZUAZV_cjs.TripWire; }
31
31
  });
32
32
  Object.defineProperty(exports, "UnicodeNormalizerInputProcessor", {
33
33
  enumerable: true,
34
- get: function () { return chunkQBPTDMR7_cjs.UnicodeNormalizerInputProcessor; }
34
+ get: function () { return chunk5CHZUAZV_cjs.UnicodeNormalizerInputProcessor; }
35
35
  });
36
36
  Object.defineProperty(exports, "tryGenerateWithJsonFallback", {
37
37
  enumerable: true,
38
- get: function () { return chunkQBPTDMR7_cjs.tryGenerateWithJsonFallback; }
38
+ get: function () { return chunk5CHZUAZV_cjs.tryGenerateWithJsonFallback; }
39
39
  });
40
40
  Object.defineProperty(exports, "tryStreamWithJsonFallback", {
41
41
  enumerable: true,
42
- get: function () { return chunkQBPTDMR7_cjs.tryStreamWithJsonFallback; }
42
+ get: function () { return chunk5CHZUAZV_cjs.tryStreamWithJsonFallback; }
43
43
  });
44
44
  Object.defineProperty(exports, "MessageList", {
45
45
  enumerable: true,
@@ -1,4 +1,4 @@
1
- export { Agent, LanguageDetectorInputProcessor, ModerationInputProcessor, PIIDetectorInputProcessor, PromptInjectionDetectorInputProcessor, TripWire, UnicodeNormalizerInputProcessor, tryGenerateWithJsonFallback, tryStreamWithJsonFallback } from '../chunk-F7OMDF5K.js';
1
+ export { Agent, LanguageDetectorInputProcessor, ModerationInputProcessor, PIIDetectorInputProcessor, PromptInjectionDetectorInputProcessor, TripWire, UnicodeNormalizerInputProcessor, tryGenerateWithJsonFallback, tryStreamWithJsonFallback } from '../chunk-T2RDWNN6.js';
2
2
  export { MessageList, convertMessages } from '../chunk-AGD5B3FB.js';
3
3
  //# sourceMappingURL=index.js.map
4
4
  //# sourceMappingURL=index.js.map
@@ -1,28 +1,28 @@
1
1
  'use strict';
2
2
 
3
- var chunkQBPTDMR7_cjs = require('../../chunk-QBPTDMR7.cjs');
3
+ var chunk5CHZUAZV_cjs = require('../../chunk-5CHZUAZV.cjs');
4
4
 
5
5
 
6
6
 
7
7
  Object.defineProperty(exports, "LanguageDetectorInputProcessor", {
8
8
  enumerable: true,
9
- get: function () { return chunkQBPTDMR7_cjs.LanguageDetectorInputProcessor; }
9
+ get: function () { return chunk5CHZUAZV_cjs.LanguageDetectorInputProcessor; }
10
10
  });
11
11
  Object.defineProperty(exports, "ModerationInputProcessor", {
12
12
  enumerable: true,
13
- get: function () { return chunkQBPTDMR7_cjs.ModerationInputProcessor; }
13
+ get: function () { return chunk5CHZUAZV_cjs.ModerationInputProcessor; }
14
14
  });
15
15
  Object.defineProperty(exports, "PIIDetectorInputProcessor", {
16
16
  enumerable: true,
17
- get: function () { return chunkQBPTDMR7_cjs.PIIDetectorInputProcessor; }
17
+ get: function () { return chunk5CHZUAZV_cjs.PIIDetectorInputProcessor; }
18
18
  });
19
19
  Object.defineProperty(exports, "PromptInjectionDetectorInputProcessor", {
20
20
  enumerable: true,
21
- get: function () { return chunkQBPTDMR7_cjs.PromptInjectionDetectorInputProcessor; }
21
+ get: function () { return chunk5CHZUAZV_cjs.PromptInjectionDetectorInputProcessor; }
22
22
  });
23
23
  Object.defineProperty(exports, "UnicodeNormalizerInputProcessor", {
24
24
  enumerable: true,
25
- get: function () { return chunkQBPTDMR7_cjs.UnicodeNormalizerInputProcessor; }
25
+ get: function () { return chunk5CHZUAZV_cjs.UnicodeNormalizerInputProcessor; }
26
26
  });
27
27
  //# sourceMappingURL=index.cjs.map
28
28
  //# sourceMappingURL=index.cjs.map
@@ -1,3 +1,3 @@
1
- export { LanguageDetectorInputProcessor, ModerationInputProcessor, PIIDetectorInputProcessor, PromptInjectionDetectorInputProcessor, UnicodeNormalizerInputProcessor } from '../../chunk-F7OMDF5K.js';
1
+ export { LanguageDetectorInputProcessor, ModerationInputProcessor, PIIDetectorInputProcessor, PromptInjectionDetectorInputProcessor, UnicodeNormalizerInputProcessor } from '../../chunk-T2RDWNN6.js';
2
2
  //# sourceMappingURL=index.js.map
3
3
  //# sourceMappingURL=index.js.map
@@ -1,4 +1,4 @@
1
- import { validateStepInput, getStepResult, Workflow, Run, ExecutionEngine } from './chunk-F7OMDF5K.js';
1
+ import { validateStepInput, getStepResult, Workflow, Run, ExecutionEngine } from './chunk-T2RDWNN6.js';
2
2
  import { STREAM_FORMAT_SYMBOL, EMITTER_SYMBOL } from './chunk-NLNKQD2T.js';
3
3
  import { RuntimeContext } from './chunk-HLRWYUFN.js';
4
4
  import { MastraError } from './chunk-T3JFFQH2.js';
@@ -2536,5 +2536,5 @@ var EventedExecutionEngine = class extends ExecutionEngine {
2536
2536
  };
2537
2537
 
2538
2538
  export { EventedExecutionEngine, EventedRun, EventedWorkflow, StepExecutor, WorkflowEventProcessor, cloneStep, cloneWorkflow, createStep, createWorkflow };
2539
- //# sourceMappingURL=chunk-RXBG6UV2.js.map
2540
- //# sourceMappingURL=chunk-RXBG6UV2.js.map
2539
+ //# sourceMappingURL=chunk-4PMF7QUH.js.map
2540
+ //# sourceMappingURL=chunk-4PMF7QUH.js.map