@mastra/mongodb 1.18.5 → 1.18.6-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/docs/SKILL.md +1 -1
- package/dist/docs/assets/SOURCE_MAP.json +1 -1
- package/dist/docs/references/docs-storage.md +1 -0
- package/dist/index.cjs +2 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/storage/domains/observability/index.d.ts.map +1 -1
- package/package.json +2 -2
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.18.
|
|
12
|
+
var version = "1.18.6-alpha.0";
|
|
13
13
|
//#endregion
|
|
14
14
|
//#region src/vector/filter.ts
|
|
15
15
|
/**
|
|
@@ -8836,6 +8836,7 @@ MIGRATION REQUIRED: Duplicate spans detected in ${TABLE_SPANS} collection\n=====
|
|
|
8836
8836
|
}
|
|
8837
8837
|
}
|
|
8838
8838
|
async batchDeleteTraces(args) {
|
|
8839
|
+
this.assertUnscopedBatchDeleteTraces(args);
|
|
8839
8840
|
try {
|
|
8840
8841
|
await (await this.getCollection(TABLE_SPANS)).deleteMany({ traceId: { $in: args.traceIds } });
|
|
8841
8842
|
} catch (error) {
|