@mastra/mongodb 1.17.0 → 1.17.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
@@ -9,7 +9,7 @@ import { MessageList } from "@mastra/core/agent";
9
9
  import { saveScorePayloadSchema } from "@mastra/core/evals";
10
10
  import { skillSnapshotFieldValuesEqual } from "@mastra/core/storage/domains/skills";
11
11
  //#region package.json
12
- var version = "1.17.0";
12
+ var version = "1.17.1-alpha.0";
13
13
  //#endregion
14
14
  //#region src/vector/filter.ts
15
15
  /**
@@ -1513,6 +1513,7 @@ const SNAPSHOT_FIELDS$6 = [
1513
1513
  "workspace",
1514
1514
  "skills",
1515
1515
  "skillsFormat",
1516
+ "durable",
1516
1517
  "browser"
1517
1518
  ];
1518
1519
  var MongoDBAgentsStorage = class MongoDBAgentsStorage extends AgentsStorage {