@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/docs/SKILL.md
CHANGED
|
@@ -205,6 +205,7 @@ Each provider page includes installation instructions, configuration parameters,
|
|
|
205
205
|
- [libSQL](https://mastra.ai/integrations/databases/libsql)
|
|
206
206
|
- [Mastra](https://mastra.ai/docs/mastra-platform/database)
|
|
207
207
|
- [MongoDB](https://mastra.ai/integrations/databases/mongodb)
|
|
208
|
+
- [MySQL](https://mastra.ai/integrations/databases/mysql)
|
|
208
209
|
- [MSSQL](https://mastra.ai/integrations/databases/mssql)
|
|
209
210
|
- [Neon Postgres](https://mastra.ai/integrations/databases/neon)
|
|
210
211
|
- [OracleDB](https://mastra.ai/integrations/databases/oracledb)
|
package/dist/index.cjs
CHANGED
|
@@ -10,7 +10,7 @@ let _mastra_core_agent = require("@mastra/core/agent");
|
|
|
10
10
|
let _mastra_core_evals = require("@mastra/core/evals");
|
|
11
11
|
let _mastra_core_storage_domains_skills = require("@mastra/core/storage/domains/skills");
|
|
12
12
|
//#region package.json
|
|
13
|
-
var version = "1.18.
|
|
13
|
+
var version = "1.18.6-alpha.0";
|
|
14
14
|
//#endregion
|
|
15
15
|
//#region src/vector/filter.ts
|
|
16
16
|
/**
|
|
@@ -8837,6 +8837,7 @@ MIGRATION REQUIRED: Duplicate spans detected in ${_mastra_core_storage.TABLE_SPA
|
|
|
8837
8837
|
}
|
|
8838
8838
|
}
|
|
8839
8839
|
async batchDeleteTraces(args) {
|
|
8840
|
+
this.assertUnscopedBatchDeleteTraces(args);
|
|
8840
8841
|
try {
|
|
8841
8842
|
await (await this.getCollection(_mastra_core_storage.TABLE_SPANS)).deleteMany({ traceId: { $in: args.traceIds } });
|
|
8842
8843
|
} catch (error) {
|