@dofe/infra-shared-services 0.1.33 → 0.1.36

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 +11 -11
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dofe/infra-shared-services",
3
- "version": "0.1.33",
3
+ "version": "0.1.36",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "exports": {
@@ -361,8 +361,6 @@
361
361
  "@alicloud/imm20200930": "^4.6.2",
362
362
  "@alicloud/openapi-core": "^1.0.7",
363
363
  "@darabonba/typescript": "^1.0.4",
364
- "@dofe/infra-clients": "^0.1.29",
365
- "@dofe/infra-contracts": "^0.1.29",
366
364
  "@nestjs/axios": "^4.0.0",
367
365
  "@nestjs/common": "^11.0.0",
368
366
  "@nestjs/config": "^4.0.0",
@@ -385,16 +383,18 @@
385
383
  "uuid": "^14.0.0",
386
384
  "winston": "^3.13.0",
387
385
  "ws": "^8.18.3",
388
- "zod": "^4.3.6"
386
+ "zod": "^4.3.6",
387
+ "@dofe/infra-clients": "0.1.32",
388
+ "@dofe/infra-contracts": "0.1.33"
389
389
  },
390
390
  "dependencies": {
391
- "@dofe/infra-common": "^0.1.32",
392
- "@dofe/infra-jwt": "^0.1.32",
393
- "@dofe/infra-prisma": "^0.1.32",
394
- "@dofe/infra-rabbitmq": "^0.1.32",
395
- "@dofe/infra-redis": "^0.1.32",
396
- "@dofe/infra-shared-db": "^0.1.32",
397
- "@dofe/infra-utils": "^0.1.31"
391
+ "@dofe/infra-common": "0.1.36",
392
+ "@dofe/infra-prisma": "0.1.36",
393
+ "@dofe/infra-shared-db": "0.1.36",
394
+ "@dofe/infra-redis": "0.1.36",
395
+ "@dofe/infra-rabbitmq": "0.1.36",
396
+ "@dofe/infra-jwt": "0.1.36",
397
+ "@dofe/infra-utils": "0.1.36"
398
398
  },
399
399
  "devDependencies": {
400
400
  "rimraf": "^6.1.3",