hysteria-orm 11.1.2 → 12.0.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": "hysteria-orm",
3
- "version": "11.1.2",
3
+ "version": "12.0.0",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -33,7 +33,9 @@
33
33
  "benchmark:mysql": "tsx benchmark/run.ts --dialect mysql",
34
34
  "benchmark:setup:pg": "prisma generate --schema benchmark/prisma/pg.prisma",
35
35
  "benchmark:setup:mysql": "prisma generate --schema benchmark/prisma/mysql.prisma",
36
- "benchmark:setup": "yarn benchmark:setup:pg && yarn benchmark:setup:mysql"
36
+ "benchmark:setup": "yarn benchmark:setup:pg && yarn benchmark:setup:mysql",
37
+ "test:bun": "bun test test/bun/",
38
+ "test:web": "NODE_OPTIONS=--experimental-vm-modules npx jest --config=jest.web.config.js"
37
39
  },
38
40
  "main": "./lib/index.cjs",
39
41
  "module": "./lib/index.js",
@@ -59,6 +61,8 @@
59
61
  "@faker-js/faker": "^9.9.0",
60
62
  "@prisma/adapter-pg": "^7.6.0",
61
63
  "@prisma/client": "^7.6.0",
64
+ "@sqlite.org/sqlite-wasm": "^3.53.4-build1",
65
+ "@types/bun": "^1.2.0",
62
66
  "@types/express": "^5.0.6",
63
67
  "@types/ioredis": "^5.0.0",
64
68
  "@types/jest": "^30.0.0",
@@ -66,7 +70,6 @@
66
70
  "@types/mongodb": "^4.0.7",
67
71
  "@types/mssql": "^9.1.11",
68
72
  "@types/mysql2": "github:types/mysql2",
69
- "@types/oracledb": "^6.10.2",
70
73
  "@types/pg": "^8.20.0",
71
74
  "@types/pg-query-stream": "^3.4.0",
72
75
  "@types/pino": "^7.0.5",
@@ -81,11 +84,11 @@
81
84
  "husky": "^9.1.7",
82
85
  "ioredis": "^5.10.1",
83
86
  "jest": "^30.2.0",
87
+ "jest-environment-jsdom": "^30.5.1",
84
88
  "luxon": "^3.7.2",
85
89
  "mongodb": "^7.1.1",
86
90
  "mssql": "^12.2.1",
87
91
  "mysql2": "^3.20.0",
88
- "oracledb": "^6.10.0",
89
92
  "pg": "^8.20.0",
90
93
  "pg-query-stream": "^4.14.0",
91
94
  "prettier": "^3.8.1",
@@ -114,11 +117,12 @@
114
117
  "mongodb": "^7.1.1",
115
118
  "mssql": "^12.2.1",
116
119
  "mysql2": "^3.20.0",
117
- "oracledb": "^6.10.0",
118
120
  "pg": "^8.20.0",
119
121
  "sqlite3": "^6.0.1",
120
122
  "typescript": "^6.0.2",
121
- "zod": "^4.4.3"
123
+ "zod": "^4.4.3",
124
+ "@op-engineering/op-sqlite": "^18.0.0",
125
+ "@sqlite.org/sqlite-wasm": "^3.0.0"
122
126
  },
123
127
  "peerDependenciesMeta": {
124
128
  "better-auth": {
@@ -139,9 +143,6 @@
139
143
  "mysql2": {
140
144
  "optional": true
141
145
  },
142
- "oracledb": {
143
- "optional": true
144
- },
145
146
  "pg": {
146
147
  "optional": true
147
148
  },
@@ -153,6 +154,12 @@
153
154
  },
154
155
  "zod": {
155
156
  "optional": true
157
+ },
158
+ "@op-engineering/op-sqlite": {
159
+ "optional": true
160
+ },
161
+ "@sqlite.org/sqlite-wasm": {
162
+ "optional": true
156
163
  }
157
164
  },
158
165
  "keywords": [