@benclmnt/postmock 0.0.2 → 0.0.3

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 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -156,7 +156,7 @@ Details: [`docs/07`](docs/07-smtp-sandbox-limits.md).
156
156
 
157
157
  ## Control API
158
158
 
159
- Tests drive postmock through the control API on its own port: reset, seeds, the clock, faults, sent messages, bounces, opens, clicks, inbound mail and webhook attempts.
159
+ Tests drive postmock through the control API on its own port: reset, seeds, the clock (advance; `--clock manual` stops real time), latency, faults, sent messages, bounces, opens, clicks, inbound mail and webhook attempts.
160
160
  Every call maps to something that can happen on real Postmark.
161
161
  Reference: [`CONTROL-API.md`](CONTROL-API.md).
162
162
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@benclmnt/postmock",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "description": "A mock Postmark server for testing code that sends email through Postmark",
5
5
  "license": "MIT",
6
6
  "repository": {