@interncom/diplomatic 0.0.65 → 0.0.66

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.
Files changed (2) hide show
  1. package/dist/index.mjs +1 -0
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -11547,6 +11547,7 @@ var DiplomaticClient = class {
11547
11547
  continue;
11548
11548
  }
11549
11549
  await this.store.enqueueDownload(item.sha256, item.recordedAt);
11550
+ await this.store.dequeueUpload(item.sha256);
11550
11551
  this.emitXferUpdate();
11551
11552
  }
11552
11553
  await this.store.setLastFetchedAt(new Date(resp.fetchedAt));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@interncom/diplomatic",
3
- "version": "0.0.65",
3
+ "version": "0.0.66",
4
4
  "type": "module",
5
5
  "description": "Secure sync layer",
6
6
  "main": "dist/index.mjs",