@dofe/infra-clients 0.1.26 → 0.1.28
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.28",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"exports": {
|
|
@@ -327,8 +327,8 @@
|
|
|
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.
|
|
331
|
-
"@dofe/infra-docker": "^0.1.
|
|
330
|
+
"@dofe/infra-contracts": "^0.1.27",
|
|
331
|
+
"@dofe/infra-docker": "^0.1.27",
|
|
332
332
|
"@google-cloud/storage": "^7.12.0",
|
|
333
333
|
"@larksuiteoapi/node-sdk": "^1.30.0",
|
|
334
334
|
"@nestjs/axios": "^4.0.0",
|
|
@@ -339,7 +339,7 @@
|
|
|
339
339
|
"@volcengine/tos-sdk": "^2.7.6",
|
|
340
340
|
"axios": "^1.7.0",
|
|
341
341
|
"class-transformer": "^0.5.1",
|
|
342
|
-
"class-validator": "^0.14.1",
|
|
342
|
+
"class-validator": "^0.14.1 || ^0.15.0",
|
|
343
343
|
"form-data": "^4.0.0",
|
|
344
344
|
"js-yaml": "^4.1.0",
|
|
345
345
|
"lodash": "^4.17.21",
|
|
@@ -356,9 +356,9 @@
|
|
|
356
356
|
"zod": "^4.3.6"
|
|
357
357
|
},
|
|
358
358
|
"dependencies": {
|
|
359
|
-
"@dofe/infra-common": "^0.1.
|
|
360
|
-
"@dofe/infra-redis": "^0.1.
|
|
361
|
-
"@dofe/infra-utils": "^0.1.
|
|
359
|
+
"@dofe/infra-common": "^0.1.27",
|
|
360
|
+
"@dofe/infra-redis": "^0.1.27",
|
|
361
|
+
"@dofe/infra-utils": "^0.1.27"
|
|
362
362
|
},
|
|
363
363
|
"devDependencies": {
|
|
364
364
|
"rimraf": "^6.1.3",
|