@voyant-travel/webhook-delivery 0.2.0 → 0.2.2

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
@@ -8,3 +8,10 @@ dead-letter state, and delivery audit outcomes.
8
8
  The audit tables intentionally contain only redacted, bounded excerpts. The
9
9
  original event payload remains at the host enqueue boundary and is never used
10
10
  as an audit-storage surrogate.
11
+
12
+ Deployment graphs select enqueue authority explicitly through
13
+ `deployment.providers.outboundWebhooks`: `postgres` uses this package's durable
14
+ Postgres adapter, `host` delegates to an injected host callback, and `none`
15
+ omits outbound subscriber composition. Enqueue selection does not schedule the
16
+ HTTP delivery worker; worker triggering remains a separate Node deployment
17
+ responsibility.