@mastra/memory 1.15.0-alpha.3 → 1.15.1-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.
package/dist/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import { __commonJS, require_token_error, __toESM } from './chunk-SVPZMV27.js';
2
2
  import { __commonJS as __commonJS$1, require_token_error as require_token_error$1, __toESM as __toESM$1 } from './chunk-RC6RZVYE.js';
3
- import { truncateStringByTokens, resolveToolResultValue, formatToolResultForObserver } from './chunk-42AZEBIK.js';
4
- export { ModelByInputTokens, getObservationsAsOf } from './chunk-42AZEBIK.js';
3
+ import { truncateStringByTokens, resolveToolResultValue, formatToolResultForObserver } from './chunk-HAEQMUD4.js';
4
+ export { ModelByInputTokens, getObservationsAsOf } from './chunk-HAEQMUD4.js';
5
5
  import { ZodFirstPartyTypeKind } from 'zod/v3';
6
6
  import { z } from 'zod';
7
7
  import * as z4 from 'zod/v4';
@@ -17525,7 +17525,7 @@ ${workingMemory}`;
17525
17525
  "Observational memory requires @mastra/core support for request-response-id-rotation. Please bump @mastra/core to a newer version."
17526
17526
  );
17527
17527
  }
17528
- const { ObservationalMemory: OMClass } = await import('./observational-memory-MBL257AG.js');
17528
+ const { ObservationalMemory: OMClass } = await import('./observational-memory-H74M5SB6.js');
17529
17529
  const onIndexObservations = this.hasRetrievalSearch(omConfig.retrieval) ? async (observation) => {
17530
17530
  await this.indexObservation(observation);
17531
17531
  } : void 0;
@@ -18448,7 +18448,7 @@ Notes:
18448
18448
  if (!effectiveConfig) return null;
18449
18449
  const engine = await this.omEngine;
18450
18450
  if (!engine) return null;
18451
- const { ObservationalMemoryProcessor } = await import('./observational-memory-MBL257AG.js');
18451
+ const { ObservationalMemoryProcessor } = await import('./observational-memory-H74M5SB6.js');
18452
18452
  return new ObservationalMemoryProcessor(engine, this);
18453
18453
  }
18454
18454
  };