@overmap-ai/core 1.0.44-tiptap.3 → 1.0.44-tiptap.4

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.
@@ -6533,7 +6533,7 @@ class FileService extends BaseApiService {
6533
6533
  isAuthNeeded: false,
6534
6534
  blockers: [expectedSha1],
6535
6535
  blocks: [expectedSha1]
6536
- });
6536
+ }).then((blob) => new File([blob], downloadedName ?? expectedSha1, { type: blob.type }));
6537
6537
  cachedRequestPromises[requestCacheKey] = promise;
6538
6538
  } else {
6539
6539
  isFirstRequest = false;