@daiso-tech/core 0.37.0 → 0.37.2

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.
Files changed (1) hide show
  1. package/package.json +7 -4
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@daiso-tech/core",
3
3
  "private": false,
4
- "version": "0.37.0",
4
+ "version": "0.37.2",
5
5
  "author": "Yousif Abdulkarim",
6
6
  "license": "Apache-2.0",
7
7
  "type": "module",
@@ -34,6 +34,9 @@
34
34
  "Sqlite3",
35
35
  "Turso",
36
36
  "Libsql",
37
+ "Mysql",
38
+ "Mariadb",
39
+ "Postgres",
37
40
  "TypeScript",
38
41
  "JavaScript",
39
42
  "Multitenant",
@@ -158,6 +161,7 @@
158
161
  },
159
162
  "devDependencies": {
160
163
  "@changesets/cli": "^2.27.7",
164
+ "@standard-schema/spec": "^1.0.0",
161
165
  "@testcontainers/mongodb": "^10.13.2",
162
166
  "@testcontainers/mysql": "^11.0.0",
163
167
  "@testcontainers/postgresql": "^11.0.0",
@@ -194,8 +198,8 @@
194
198
  },
195
199
  "peerDependencies": {
196
200
  "ioredis": "^5.0.0",
197
- "mongodb": "^6.0.0",
198
- "kysely": "^0.28.0"
201
+ "kysely": "^0.28.0",
202
+ "mongodb": "^6.0.0"
199
203
  },
200
204
  "peerDependenciesMeta": {
201
205
  "mongodb": {
@@ -212,7 +216,6 @@
212
216
  }
213
217
  },
214
218
  "dependencies": {
215
- "@standard-schema/spec": "^1.0.0",
216
219
  "escape-string-regexp": "^5.0.0",
217
220
  "superjson": "^2.2.2",
218
221
  "uuid": "^11.0.5"