@horizon-republic/nestjs-jetstream 2.3.5 → 2.3.6

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": "@horizon-republic/nestjs-jetstream",
3
- "version": "2.3.5",
3
+ "version": "2.3.6",
4
4
  "description": "A NestJS transport for NATS with JetStream events, broadcast fan-out, and Core/JetStream RPC.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -50,7 +50,7 @@
50
50
  "LICENSE"
51
51
  ],
52
52
  "engines": {
53
- "node": ">= 24.14.0"
53
+ "node": ">= 20.0.0"
54
54
  },
55
55
  "peerDependencies": {
56
56
  "@nestjs/common": "^10.2.0 || ^11.0.0",