@interncom/diplomatic 0.8.2 → 0.8.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.
@@ -164,8 +164,8 @@ export declare class SyncClient<Handle extends HostHandle> implements IClient<Ha
164
164
  * the host row; optionally enqueue downloads (`pull`, default true) and/or
165
165
  * uploads (`push`, default false). Waits out in-flight {@link sync} first
166
166
  * (same as {@link rebuild}). By default runs {@link sync} afterward so
167
- * queues drain. Returns ephemeral host msg checksum (distinct msgs on host;
168
- * same construction as {@link msgcheck}). Read counts via {@link hosts}.
167
+ * queues drain, then re-inventories so the returned host msg checksum (and
168
+ * bag counts) reflect post-drain host state. Read counts via {@link hosts}.
169
169
  */
170
170
  reconcile(hostLabel: string, opts?: ReconcileOpts): Promise<ValStat<Hash>>;
171
171
  /**