@remit/backend 0.0.54 → 0.0.55

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remit/backend",
3
- "version": "0.0.54",
3
+ "version": "0.0.55",
4
4
  "description": "Remit Mail Inspector API backend",
5
5
  "license": "MIT",
6
6
  "author": "",
@@ -115,9 +115,9 @@ const writeRequest = (request: {
115
115
  /**
116
116
  * The resource returned by the POST. The updater has not yet written the
117
117
  * authoritative run — it polls the seam — so this bootstraps the run block with
118
- * the id just requested and the first phase, giving the client a `runId` to
119
- * persist and poll (RFC 037 D9). The updater's own `state.json` supersedes it on
120
- * the next read.
118
+ * the id just requested and the first phase, giving the client a `runId` to poll
119
+ * for (RFC 037 D9). The updater's own `state.json` supersedes it on the next
120
+ * read.
121
121
  */
122
122
  const requestedResource = (
123
123
  state: SystemUpdateResponse | null,