@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.
- package/dist/web/client.d.ts +2 -2
- package/dist/web/index.mjs +1 -1
- package/dist/web/types.d.ts +5 -5
- package/dist/web/worker.mjs +1 -1
- package/package.json +1 -1
package/dist/web/client.d.ts
CHANGED
|
@@ -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
|
|
168
|
-
*
|
|
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
|
/**
|