Skip to content

@saazip/webhook-core-domain

Sources: packages/core/package.json | packages/core/src/index.ts

Delivery model, retry policy, replay logic, and endpoint domain primitives.

  • endpoint and delivery lifecycle rules
  • attempt finalization and replay primitives
  • the reusable delivery model beneath the API and dispatcher
  • you need WebhookCore domain behavior without binding directly to HTTP handlers
  • Package name: @saazip/webhook-core-domain
  • Workspace path: packages/core
  • None
  • None
  • build: tsc -p tsconfig.json
  • typecheck: tsc --noEmit -p tsconfig.json
  • lint: biome check src package.json tsconfig.json