@tryghost/webhook-mock-receiver 0.2.19 → 0.2.20

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 (2) hide show
  1. package/README.md +4 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -11,6 +11,10 @@ or
11
11
  `yarn add @tryghost/webhook-mock-receiver`
12
12
 
13
13
 
14
+ ## Purpose
15
+
16
+ Test utility for mocking webhook endpoints and asserting captured payload/header snapshots.
17
+
14
18
  ## Usage
15
19
 
16
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tryghost/webhook-mock-receiver",
3
- "version": "0.2.19",
3
+ "version": "0.2.20",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/TryGhost/framework.git",