@mastra/mssql 1.5.0-alpha.0 → 1.5.1-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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/mssql",
3
- "version": "1.5.0-alpha.0",
3
+ "version": "1.5.1-alpha.0",
4
4
  "description": "MSSQL provider for Mastra - db storage capabilities",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -20,7 +20,7 @@
20
20
  },
21
21
  "license": "Apache-2.0",
22
22
  "dependencies": {
23
- "mssql": "^12.5.5"
23
+ "mssql": "^12.7.0"
24
24
  },
25
25
  "devDependencies": {
26
26
  "@types/mssql": "^9.1.11",
@@ -28,14 +28,14 @@
28
28
  "@vitest/coverage-v8": "4.1.10",
29
29
  "@vitest/ui": "4.1.10",
30
30
  "eslint": "^10.7.0",
31
- "tsup": "^8.5.1",
31
+ "tsdown": "0.22.9",
32
32
  "tsx": "^4.23.1",
33
33
  "typescript": "^6.0.3",
34
34
  "vitest": "4.1.10",
35
- "@internal/lint": "0.0.117",
36
- "@internal/storage-test-utils": "0.0.113",
37
- "@internal/types-builder": "0.0.92",
38
- "@mastra/core": "1.54.0-alpha.0"
35
+ "@internal/lint": "0.0.118",
36
+ "@internal/types-builder": "0.0.93",
37
+ "@internal/storage-test-utils": "0.0.114",
38
+ "@mastra/core": "1.55.0-alpha.3"
39
39
  },
40
40
  "peerDependencies": {
41
41
  "@mastra/core": ">=1.0.0-0 <2.0.0-0"
@@ -57,8 +57,8 @@
57
57
  "node": ">=22.13.0"
58
58
  },
59
59
  "scripts": {
60
- "build:lib": "tsup --silent --config tsup.config.ts",
61
- "build:watch": "tsup --watch --silent --config tsup.config.ts",
60
+ "build:lib": "tsdown --silent --config tsdown.config.ts",
61
+ "build:watch": "tsdown --watch --silent --config tsdown.config.ts",
62
62
  "pretest": "docker compose up -d --wait",
63
63
  "test": "vitest run",
64
64
  "pretest:watch": "docker compose up -d",