bruce-models 6.9.5 → 6.9.6

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.
@@ -9072,7 +9072,6 @@
9072
9072
  };
9073
9073
  data = yield api.UPLOAD(url, partialFile, reqParams);
9074
9074
  retryCount = 0;
9075
- uploaded += partSize;
9076
9075
  // Flush the pending upload.
9077
9076
  const pendingLoaded = uploadedPending.get(filePartIndex) || 0;
9078
9077
  uploaded += pendingLoaded;
@@ -16638,7 +16637,7 @@
16638
16637
  }
16639
16638
 
16640
16639
  // This is updated with the package.json version on build.
16641
- const VERSION = "6.9.5";
16640
+ const VERSION = "6.9.6";
16642
16641
 
16643
16642
  exports.VERSION = VERSION;
16644
16643
  exports.AbstractApi = AbstractApi;