@tryghost/webhook-mock-receiver 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.
Files changed (2) hide show
  1. package/README.md +1 -6
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -1,11 +1,6 @@
1
1
  # Webhook Mock Receiver
2
2
 
3
- Webhook request testing.
4
-
5
- It's a bare minimum implementation to be able to check webhook request payload. Few things that need to be done in the future:
6
- - cleaner module API
7
- - header snapshot recording/testing
8
- - better request resolution waiting mechanism (see @TODO list)
3
+ Up to date documentation about the usage of the module available in [End-to-end Testing Codex](https://ghost.notion.site/End-to-end-Testing-6a2ef073b1754b18aff42e24a632a007#827471b6314640758460b9c1e22b34c4).
9
4
 
10
5
  ## Install
11
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tryghost/webhook-mock-receiver",
3
- "version": "0.2.0",
3
+ "version": "0.2.2",
4
4
  "repository": "https://github.com/TryGhost/framework/tree/main/packages/webhook-mock-receiver",
5
5
  "author": "Ghost Foundation",
6
6
  "license": "MIT",
@@ -23,11 +23,11 @@
23
23
  "devDependencies": {
24
24
  "c8": "7.12.0",
25
25
  "got": "9.6.0",
26
- "mocha": "10.0.0",
27
- "sinon": "14.0.1"
26
+ "mocha": "10.1.0",
27
+ "sinon": "15.0.0"
28
28
  },
29
29
  "dependencies": {
30
- "p-wait-for": "3.1.0"
30
+ "p-wait-for": "3.2.0"
31
31
  },
32
- "gitHead": "f3dbb6472357449036db1a79f458d0fdfd53640b"
32
+ "gitHead": "a8f4f74f2cf8a132485464cad5a123a59210202f"
33
33
  }