@mastra/mongodb 1.12.0-alpha.0 → 1.12.0-alpha.1

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
@@ -13,7 +13,7 @@ import { skillSnapshotFieldValuesEqual } from '@mastra/core/storage/domains/skil
13
13
 
14
14
  // package.json
15
15
  var package_default = {
16
- version: "1.12.0-alpha.0"};
16
+ version: "1.12.0-alpha.1"};
17
17
  var MongoDBFilterTranslator = class extends BaseFilterTranslator {
18
18
  getSupportedOperators() {
19
19
  return {
@@ -3360,7 +3360,7 @@ var MongoDBExperimentsStorage = class _MongoDBExperimentsStorage extends Experim
3360
3360
  succeededCount: 0,
3361
3361
  failedCount: 0,
3362
3362
  skippedCount: 0,
3363
- agentVersion: null,
3363
+ agentVersion: input.agentVersion ?? null,
3364
3364
  startedAt: null,
3365
3365
  completedAt: null,
3366
3366
  createdAt: now,
@@ -3385,7 +3385,7 @@ var MongoDBExperimentsStorage = class _MongoDBExperimentsStorage extends Experim
3385
3385
  succeededCount: 0,
3386
3386
  failedCount: 0,
3387
3387
  skippedCount: 0,
3388
- agentVersion: null,
3388
+ agentVersion: input.agentVersion ?? null,
3389
3389
  startedAt: null,
3390
3390
  completedAt: null,
3391
3391
  createdAt: now,