xcally-nest-library 0.0.31 → 0.0.32

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xcally-nest-library",
3
- "version": "0.0.31",
3
+ "version": "0.0.32",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -34,9 +34,9 @@
34
34
  "typescript": "^5.7.3"
35
35
  },
36
36
  "peerDependencies": {
37
- "@nestjs/common": "^11.0.7",
38
- "@nestjs/core": "^11.0.7",
39
- "@nestjs/microservices": "^11.0.9"
37
+ "@nestjs/common": "^10.0.0 || ^11.0.0",
38
+ "@nestjs/core": "^10.0.0 || ^11.0.0",
39
+ "@nestjs/microservices": "^10.0.0 || ^11.0.0"
40
40
  },
41
41
  "scripts": {
42
42
  "bump:patch": "npm version patch -m \"Bump version to %s\"",