@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
|
@@ -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
|
-
*
|
|
120
|
-
*
|
|
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,
|