@dofe/infra-shared-services 0.1.26 → 0.1.29

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 +14 -14
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dofe/infra-shared-services",
3
- "version": "0.1.26",
3
+ "version": "0.1.29",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "exports": {
@@ -358,8 +358,11 @@
358
358
  }
359
359
  },
360
360
  "peerDependencies": {
361
- "@dofe/infra-clients": "^0.1.25",
362
- "@dofe/infra-contracts": "^0.1.25",
361
+ "@alicloud/imm20200930": "^4.6.2",
362
+ "@alicloud/openapi-core": "^1.0.7",
363
+ "@darabonba/typescript": "^1.0.4",
364
+ "@dofe/infra-clients": "^0.1.27",
365
+ "@dofe/infra-contracts": "^0.1.27",
363
366
  "@nestjs/axios": "^4.0.0",
364
367
  "@nestjs/common": "^11.0.0",
365
368
  "@nestjs/config": "^4.0.0",
@@ -370,12 +373,9 @@
370
373
  "@prisma/client": "^7.0.0",
371
374
  "@volcengine/openapi": "^1.0.0",
372
375
  "@volcengine/tos-sdk": "^2.7.6",
373
- "@alicloud/imm20200930": "^4.6.2",
374
- "@alicloud/openapi-core": "^1.0.7",
375
- "@darabonba/typescript": "^1.0.4",
376
376
  "ali-oss": "^6.20.0",
377
377
  "axios": "^1.7.0",
378
- "class-validator": "^0.14.1",
378
+ "class-validator": "^0.14.1 || ^0.15.0",
379
379
  "form-data": "^4.0.0",
380
380
  "ioredis": "^5.0.0",
381
381
  "music-metadata": "^10.0.0 || ^11.0.0",
@@ -388,13 +388,13 @@
388
388
  "zod": "^4.3.6"
389
389
  },
390
390
  "dependencies": {
391
- "@dofe/infra-common": "^0.1.25",
392
- "@dofe/infra-jwt": "^0.1.25",
393
- "@dofe/infra-prisma": "^0.1.25",
394
- "@dofe/infra-rabbitmq": "^0.1.25",
395
- "@dofe/infra-redis": "^0.1.25",
396
- "@dofe/infra-shared-db": "^0.1.25",
397
- "@dofe/infra-utils": "^0.1.25"
391
+ "@dofe/infra-common": "^0.1.28",
392
+ "@dofe/infra-jwt": "^0.1.28",
393
+ "@dofe/infra-prisma": "^0.1.28",
394
+ "@dofe/infra-rabbitmq": "^0.1.28",
395
+ "@dofe/infra-redis": "^0.1.28",
396
+ "@dofe/infra-shared-db": "^0.1.28",
397
+ "@dofe/infra-utils": "^0.1.28"
398
398
  },
399
399
  "devDependencies": {
400
400
  "rimraf": "^6.1.3",