hysteria-orm 10.2.2 → 10.2.3

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": "hysteria-orm",
3
- "version": "10.2.2",
3
+ "version": "10.2.3",
4
4
  "license": "MIT",
5
5
  "description": "Yet another orm for Javascript and Typescript no one asked for",
6
6
  "type": "module",
@@ -49,6 +49,7 @@
49
49
  "@types/jest": "^30.0.0",
50
50
  "@types/luxon": "^3.7.1",
51
51
  "@types/mongodb": "^4.0.7",
52
+ "@types/mssql": "^9.1.8",
52
53
  "@types/mysql2": "github:types/mysql2",
53
54
  "@types/pg": "^8.15.5",
54
55
  "@types/pg-query-stream": "^3.4.0",
@@ -66,6 +67,7 @@
66
67
  "jest": "^30.1.3",
67
68
  "luxon": "^3.7.2",
68
69
  "mongodb": "^6.20.0",
70
+ "mssql": "^12.2.0",
69
71
  "mysql2": "^3.15.1",
70
72
  "pg": "^8.16.3",
71
73
  "pg-query-stream": "^4.10.3",
@@ -88,6 +90,7 @@
88
90
  "peerDependencies": {
89
91
  "ioredis": "^5.6.1",
90
92
  "mongodb": "^6.17.0",
93
+ "mssql": "^11.0.0",
91
94
  "mysql2": "^3.14.1",
92
95
  "pg": "^8.16.0",
93
96
  "sqlite3": "^5.1.7",
@@ -100,6 +103,9 @@
100
103
  "mongodb": {
101
104
  "optional": true
102
105
  },
106
+ "mssql": {
107
+ "optional": true
108
+ },
103
109
  "mysql2": {
104
110
  "optional": true
105
111
  },