openxiangda-nest 2.4.8 → 2.4.9

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 +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openxiangda-nest",
3
- "version": "2.4.8",
3
+ "version": "2.4.9",
4
4
  "description": "OpenXiangda 2.0 的受信 NestJS 业务后端集成。",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -18,7 +18,7 @@
18
18
  ],
19
19
  "dependencies": {
20
20
  "ajv": "8.20.0",
21
- "openxiangda-contracts": "2.17.0"
21
+ "openxiangda-contracts": "2.17.1"
22
22
  },
23
23
  "peerDependencies": {
24
24
  "@nestjs/common": ">=11 <12",