hysteria-orm 10.6.2 → 10.6.4

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.6.2",
3
+ "version": "10.6.4",
4
4
  "license": "MIT",
5
5
  "description": "Yet another orm for Javascript and Typescript no one asked for",
6
6
  "type": "module",
@@ -57,22 +57,22 @@
57
57
  "@types/pluralize": "^0.0.33",
58
58
  "@types/sqlite3": "^5.1.0",
59
59
  "adminjs": "^7.8.17",
60
- "bundle-require": "^5.1.0",
61
60
  "esbuild": "^0.27.2",
62
61
  "express": "^5.2.1",
63
62
  "express-formidable": "^1.2.0",
64
63
  "express-session": "^1.18.2",
65
64
  "husky": "^9.1.7",
66
- "ioredis": "^5.8.2",
67
- "jest": "^30.1.3",
65
+ "jiti": "^2.6.1",
66
+ "ioredis": "^5.9.3",
67
+ "jest": "^30.2.0",
68
68
  "luxon": "^3.7.2",
69
69
  "mongodb": "^7.0.0",
70
70
  "mssql": "^12.2.0",
71
- "mysql2": "^3.15.3",
71
+ "mysql2": "^3.18.0",
72
72
  "oracledb": "^6.10.0",
73
- "pg": "^8.16.3",
74
- "pg-query-stream": "^4.10.3",
75
- "prettier": "^3.6.2",
73
+ "pg": "^8.18.0",
74
+ "pg-query-stream": "^4.12.0",
75
+ "prettier": "^3.8.1",
76
76
  "sqlite3": "^5.1.7",
77
77
  "standard": "^17.1.2",
78
78
  "ts-jest": "^29.4.1",
@@ -89,8 +89,7 @@
89
89
  "sql-highlight": "^6.1.0"
90
90
  },
91
91
  "peerDependencies": {
92
- "esbuild": "^0.27.2",
93
- "bundle-require": "^5.1.0",
92
+ "jiti": "^2.6.1",
94
93
  "ioredis": "^5.6.1",
95
94
  "mongodb": "^6.17.0",
96
95
  "mssql": "^11.0.0",
@@ -101,6 +100,9 @@
101
100
  "typescript": "^5.8.3"
102
101
  },
103
102
  "peerDependenciesMeta": {
103
+ "jiti": {
104
+ "optional": true
105
+ },
104
106
  "ioredis": {
105
107
  "optional": true
106
108
  },
@@ -124,12 +126,6 @@
124
126
  },
125
127
  "typescript": {
126
128
  "optional": true
127
- },
128
- "bundle-require": {
129
- "optional": true
130
- },
131
- "esbuild": {
132
- "optional": true
133
129
  }
134
130
  },
135
131
  "keywords": [