@mastra/mssql 0.0.0-fix-tool-call-history-20250731222019 → 0.0.0-new-scorer-api-20250801075530

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +3 -3
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,11 +1,11 @@
1
1
  # Changelog for mastra-mssql
2
2
 
3
- ## 0.0.0-fix-tool-call-history-20250731222019
3
+ ## 0.0.0-new-scorer-api-20250801075530
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - Updated dependencies [bd0471e]
8
- - @mastra/core@0.0.0-fix-tool-call-history-20250731222019
7
+ - Updated dependencies [c6f12c7]
8
+ - @mastra/core@0.0.0-new-scorer-api-20250801075530
9
9
 
10
10
  ## 0.2.3
11
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/mssql",
3
- "version": "0.0.0-fix-tool-call-history-20250731222019",
3
+ "version": "0.0.0-new-scorer-api-20250801075530",
4
4
  "description": "MSSQL provider for Mastra - db storage capabilities",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -30,12 +30,12 @@
30
30
  "tsup": "^8.5.0",
31
31
  "typescript": "^5.8.3",
32
32
  "vitest": "^3.2.4",
33
- "@internal/lint": "0.0.0-fix-tool-call-history-20250731222019",
34
- "@internal/storage-test-utils": "0.0.22",
35
- "@mastra/core": "0.0.0-fix-tool-call-history-20250731222019"
33
+ "@internal/lint": "0.0.0-new-scorer-api-20250801075530",
34
+ "@mastra/core": "0.0.0-new-scorer-api-20250801075530",
35
+ "@internal/storage-test-utils": "0.0.21"
36
36
  },
37
37
  "peerDependencies": {
38
- "@mastra/core": "0.0.0-fix-tool-call-history-20250731222019"
38
+ "@mastra/core": "0.0.0-new-scorer-api-20250801075530"
39
39
  },
40
40
  "scripts": {
41
41
  "build": "tsup --silent --config tsup.config.ts",