@daiso-tech/core 0.37.2 → 0.37.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 +4 -7
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@daiso-tech/core",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.37.
|
|
4
|
+
"version": "0.37.3",
|
|
5
5
|
"author": "Yousif Abdulkarim",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"type": "module",
|
|
@@ -198,8 +198,8 @@
|
|
|
198
198
|
},
|
|
199
199
|
"peerDependencies": {
|
|
200
200
|
"ioredis": "^5.0.0",
|
|
201
|
-
"
|
|
202
|
-
"
|
|
201
|
+
"mongodb": "^6.0.0",
|
|
202
|
+
"kysely": "^0.28.0"
|
|
203
203
|
},
|
|
204
204
|
"peerDependenciesMeta": {
|
|
205
205
|
"mongodb": {
|
|
@@ -208,10 +208,7 @@
|
|
|
208
208
|
"ioredis": {
|
|
209
209
|
"optional": true
|
|
210
210
|
},
|
|
211
|
-
"
|
|
212
|
-
"optional": true
|
|
213
|
-
},
|
|
214
|
-
"@libsql/client": {
|
|
211
|
+
"kysely": {
|
|
215
212
|
"optional": true
|
|
216
213
|
}
|
|
217
214
|
},
|