@dofe/infra-clients 0.1.32 → 0.1.35
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 +7 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dofe/infra-clients",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.35",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"exports": {
|
|
@@ -327,8 +327,6 @@
|
|
|
327
327
|
"@aws-sdk/client-s3": "^3.978.0",
|
|
328
328
|
"@aws-sdk/client-sts": "^3.1024.0",
|
|
329
329
|
"@aws-sdk/s3-request-presigner": "^3.978.0",
|
|
330
|
-
"@dofe/infra-contracts": "^0.1.29",
|
|
331
|
-
"@dofe/infra-docker": "^0.1.29",
|
|
332
330
|
"@google-cloud/storage": "^7.12.0",
|
|
333
331
|
"@larksuiteoapi/node-sdk": "^1.30.0",
|
|
334
332
|
"@nestjs/axios": "^4.0.0",
|
|
@@ -353,12 +351,14 @@
|
|
|
353
351
|
"uuid": "^14.0.0",
|
|
354
352
|
"winston": "^3.13.0",
|
|
355
353
|
"ws": "^8.18.3",
|
|
356
|
-
"zod": "^4.3.6"
|
|
354
|
+
"zod": "^4.3.6",
|
|
355
|
+
"@dofe/infra-contracts": "0.1.33",
|
|
356
|
+
"@dofe/infra-docker": "0.1.32"
|
|
357
357
|
},
|
|
358
358
|
"dependencies": {
|
|
359
|
-
"@dofe/infra-
|
|
360
|
-
"@dofe/infra-
|
|
361
|
-
"@dofe/infra-
|
|
359
|
+
"@dofe/infra-utils": "0.1.33",
|
|
360
|
+
"@dofe/infra-common": "0.1.33",
|
|
361
|
+
"@dofe/infra-redis": "0.1.33"
|
|
362
362
|
},
|
|
363
363
|
"devDependencies": {
|
|
364
364
|
"rimraf": "^6.1.3",
|