@mastra/mssql 1.7.4-alpha.2 → 1.7.5-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.
@@ -3,7 +3,7 @@ name: mastra-mssql
3
3
  description: Documentation for @mastra/mssql. Use when working with @mastra/mssql APIs, configuration, or implementation.
4
4
  metadata:
5
5
  package: "@mastra/mssql"
6
- version: "1.7.4-alpha.2"
6
+ version: "1.7.5-alpha.0"
7
7
  ---
8
8
 
9
9
  ## When to use
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.7.4-alpha.2",
2
+ "version": "1.7.5-alpha.0",
3
3
  "package": "@mastra/mssql",
4
4
  "exports": {},
5
5
  "modules": {}
package/dist/index.cjs CHANGED
@@ -3689,6 +3689,7 @@ var ObservabilityMSSQL = class ObservabilityMSSQL extends _mastra_core_storage.O
3689
3689
  }
3690
3690
  }
3691
3691
  async batchDeleteTraces(args) {
3692
+ this.assertUnscopedBatchDeleteTraces(args);
3692
3693
  if (!args.traceIds || args.traceIds.length === 0) return;
3693
3694
  try {
3694
3695
  const keys = args.traceIds.map((traceId) => ({ traceId }));