@mastra/mssql 1.0.0-beta.10 → 1.0.0-beta.11

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/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @mastra/mssql
2
2
 
3
+ ## 1.0.0-beta.11
4
+
5
+ ### Patch Changes
6
+
7
+ - dependencies updates: ([#10197](https://github.com/mastra-ai/mastra/pull/10197))
8
+ - Updated dependency [`mssql@^12.2.0` ↗︎](https://www.npmjs.com/package/mssql/v/12.2.0) (from `^11.0.1`, in `dependencies`)
9
+ - Updated dependencies [[`08766f1`](https://github.com/mastra-ai/mastra/commit/08766f15e13ac0692fde2a8bd366c2e16e4321df), [`ae8baf7`](https://github.com/mastra-ai/mastra/commit/ae8baf7d8adcb0ff9dac11880400452bc49b33ff), [`cfabdd4`](https://github.com/mastra-ai/mastra/commit/cfabdd4aae7a726b706942d6836eeca110fb6267), [`a0e437f`](https://github.com/mastra-ai/mastra/commit/a0e437fac561b28ee719e0302d72b2f9b4c138f0), [`bec5efd`](https://github.com/mastra-ai/mastra/commit/bec5efde96653ccae6604e68c696d1bc6c1a0bf5), [`9eedf7d`](https://github.com/mastra-ai/mastra/commit/9eedf7de1d6e0022a2f4e5e9e6fe1ec468f9b43c)]:
10
+ - @mastra/core@1.0.0-beta.21
11
+
3
12
  ## 1.0.0-beta.10
4
13
 
5
14
  ### Patch Changes
@@ -28,4 +28,4 @@ docs/
28
28
  ## Version
29
29
 
30
30
  Package: @mastra/mssql
31
- Version: 1.0.0-beta.10
31
+ Version: 1.0.0-beta.11
@@ -5,7 +5,7 @@ description: Documentation for @mastra/mssql. Includes links to type definitions
5
5
 
6
6
  # @mastra/mssql Documentation
7
7
 
8
- > **Version**: 1.0.0-beta.10
8
+ > **Version**: 1.0.0-beta.11
9
9
  > **Package**: @mastra/mssql
10
10
 
11
11
  ## Quick Navigation
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.0.0-beta.10",
2
+ "version": "1.0.0-beta.11",
3
3
  "package": "@mastra/mssql",
4
4
  "exports": {},
5
5
  "modules": {}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/mssql",
3
- "version": "1.0.0-beta.10",
3
+ "version": "1.0.0-beta.11",
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": "^11.0.1"
23
+ "mssql": "^12.2.0"
24
24
  },
25
25
  "devDependencies": {
26
26
  "@types/mssql": "^9.1.8",
@@ -31,10 +31,10 @@
31
31
  "tsup": "^8.5.0",
32
32
  "typescript": "^5.9.3",
33
33
  "vitest": "4.0.16",
34
- "@internal/storage-test-utils": "0.0.49",
35
- "@mastra/core": "1.0.0-beta.20",
36
34
  "@internal/lint": "0.0.53",
37
- "@internal/types-builder": "0.0.28"
35
+ "@internal/types-builder": "0.0.28",
36
+ "@mastra/core": "1.0.0-beta.21",
37
+ "@internal/storage-test-utils": "0.0.49"
38
38
  },
39
39
  "peerDependencies": {
40
40
  "@mastra/core": ">=1.0.0-0 <2.0.0-0"