@mastra/memory 1.17.3-alpha.0 → 1.17.4-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,5 +1,5 @@
1
- import { truncateStringByTokens, resolveToolResultValue, formatToolResultForObserver } from './chunk-7742VTN5.js';
2
- export { ModelByInputTokens, getObservationsAsOf } from './chunk-7742VTN5.js';
1
+ import { truncateStringByTokens, resolveToolResultValue, formatToolResultForObserver } from './chunk-XLJGXHP5.js';
2
+ export { ModelByInputTokens, getObservationsAsOf } from './chunk-XLJGXHP5.js';
3
3
  import { ZodFirstPartyTypeKind } from 'zod/v3';
4
4
  import { z } from 'zod';
5
5
  import * as z4 from 'zod/v4';
@@ -17928,7 +17928,7 @@ ${workingMemory}`;
17928
17928
  "Observational memory requires @mastra/core support for request-response-id-rotation. Please bump @mastra/core to a newer version."
17929
17929
  );
17930
17930
  }
17931
- const { ObservationalMemory: OMClass } = await import('./observational-memory-YYO73QMY.js');
17931
+ const { ObservationalMemory: OMClass } = await import('./observational-memory-JX7VDONY.js');
17932
17932
  const onIndexObservations = this.hasRetrievalSearch(omConfig.retrieval) ? async (observation) => {
17933
17933
  await this.indexObservation(observation);
17934
17934
  } : void 0;
@@ -18853,7 +18853,7 @@ Notes:
18853
18853
  if (!effectiveConfig) return null;
18854
18854
  const engine = await this.omEngine;
18855
18855
  if (!engine) return null;
18856
- const { ObservationalMemoryProcessor } = await import('./observational-memory-YYO73QMY.js');
18856
+ const { ObservationalMemoryProcessor } = await import('./observational-memory-JX7VDONY.js');
18857
18857
  return new ObservationalMemoryProcessor(engine, this, {
18858
18858
  temporalMarkers: effectiveConfig.temporalMarkers
18859
18859
  });