@interncom/diplomatic 0.0.65 → 0.0.67
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/README.md +1 -1
- package/dist/index.mjs +1 -0
- package/package.json +1 -1
package/README.md
CHANGED
package/dist/index.mjs
CHANGED
|
@@ -11543,6 +11543,7 @@ var DiplomaticClient = class {
|
|
|
11543
11543
|
const { hostURL, hostKeyPair } = this;
|
|
11544
11544
|
const resp = await api_default.listDeltas(hostURL, begin, hostKeyPair);
|
|
11545
11545
|
for (const item of resp.deltas) {
|
|
11546
|
+
await this.store.dequeueUpload(item.sha256);
|
|
11546
11547
|
if (await this.store.hasOp(item.sha256)) {
|
|
11547
11548
|
continue;
|
|
11548
11549
|
}
|