@mastra/core 0.1.27-alpha.13 → 0.1.27-alpha.14

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.
@@ -1952,7 +1952,9 @@ var MastraEngine =
1952
1952
  * Initializes the database connection
1953
1953
  * @param config Configuration object for database connection
1954
1954
  */
1955
- function MastraEngine(config) {};
1955
+ function MastraEngine(config) {
1956
+ console.log('ci===', config);
1957
+ };
1956
1958
 
1957
1959
  var MastraVector = function MastraVector() {};
1958
1960
 
@@ -2637,7 +2639,7 @@ function _log2(_x4, _x5, _x6, _x7) {
2637
2639
  }
2638
2640
  function _log3() {
2639
2641
  _log3 = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee4(level, message, data, stepId) {
2640
- var _classPrivateFieldLoo5, _classPrivateFieldLoo6;
2642
+ var _classPrivateFieldLoo8, _classPrivateFieldLoo9;
2641
2643
  var logMessage, logMethod;
2642
2644
  return _regeneratorRuntime().wrap(function _callee4$(_context4) {
2643
2645
  while (1) switch (_context4.prev = _context4.next) {
@@ -2658,7 +2660,7 @@ function _log3() {
2658
2660
  };
2659
2661
  logMethod = level.toLowerCase();
2660
2662
  _context4.next = 6;
2661
- return (_classPrivateFieldLoo5 = (_classPrivateFieldLoo6 = _classPrivateFieldLooseBase(this, _logger)[_logger])[logMethod]) == null ? void 0 : _classPrivateFieldLoo5.call(_classPrivateFieldLoo6, logMessage);
2663
+ return (_classPrivateFieldLoo8 = (_classPrivateFieldLoo9 = _classPrivateFieldLooseBase(this, _logger)[_logger])[logMethod]) == null ? void 0 : _classPrivateFieldLoo8.call(_classPrivateFieldLoo9, logMessage);
2662
2664
  case 6:
2663
2665
  case "end":
2664
2666
  return _context4.stop();
@@ -2847,7 +2849,8 @@ function _detectCircularDependencies2() {
2847
2849
  };
2848
2850
  // Start DFS from first step
2849
2851
  if (_classPrivateFieldLooseBase(this, _steps)[_steps].length > 0) {
2850
- _dfs(_classPrivateFieldLooseBase(this, _steps)[_steps][0].id);
2852
+ var _classPrivateFieldLoo5;
2853
+ _dfs((_classPrivateFieldLoo5 = _classPrivateFieldLooseBase(this, _steps)[_steps][0]) == null ? void 0 : _classPrivateFieldLoo5.id);
2851
2854
  }
2852
2855
  return errors;
2853
2856
  }
@@ -2895,7 +2898,8 @@ function _validateTerminalPaths2() {
2895
2898
  };
2896
2899
  // Start from first step
2897
2900
  if (_classPrivateFieldLooseBase(this, _steps)[_steps].length > 0) {
2898
- _dfs2(_classPrivateFieldLooseBase(this, _steps)[_steps][0].id);
2901
+ var _classPrivateFieldLoo6;
2902
+ _dfs2((_classPrivateFieldLoo6 = _classPrivateFieldLooseBase(this, _steps)[_steps][0]) == null ? void 0 : _classPrivateFieldLoo6.id);
2899
2903
  }
2900
2904
  return errors;
2901
2905
  }
@@ -2915,7 +2919,8 @@ function _detectUnreachableSteps2() {
2915
2919
  };
2916
2920
  // Start from first step
2917
2921
  if (_classPrivateFieldLooseBase(this, _steps)[_steps].length > 0) {
2918
- _dfs3(_classPrivateFieldLooseBase(this, _steps)[_steps][0].id);
2922
+ var _classPrivateFieldLoo7;
2923
+ _dfs3((_classPrivateFieldLoo7 = _classPrivateFieldLooseBase(this, _steps)[_steps][0]) == null ? void 0 : _classPrivateFieldLoo7.id);
2919
2924
  }
2920
2925
  // Find unreachable steps
2921
2926
  _classPrivateFieldLooseBase(this, _steps)[_steps].forEach(function (step) {