@crossdelta/cloudevents 0.6.3 → 0.6.5

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.
package/README.md CHANGED
@@ -556,7 +556,8 @@ app.use('/events', cloudEvents({ discover: 'src/events/**/*.handler.ts' }))
556
556
  | `consumeJetStreams(options)` | Consume from multiple streams |
557
557
  | `consumeNatsEvents(options)` | Consume fire-and-forget |
558
558
  | `publish(type, data)` | Publish event |
559
-
559
+ | `isNatsConnected()` | Check if NATS connection is live (for health checks) |
560
+ | `closeConnection()` | Drain and close the NATS connection (for CLI tools) |
560
561
  ---
561
562
 
562
563
  ## License