@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.
|
@@ -6523,7 +6523,7 @@ var __publicField = (obj, key, value) => {
|
|
|
6523
6523
|
isAuthNeeded: false,
|
|
6524
6524
|
blockers: [expectedSha1],
|
|
6525
6525
|
blocks: [expectedSha1]
|
|
6526
|
-
});
|
|
6526
|
+
}).then((blob) => new File([blob], downloadedName ?? expectedSha1, { type: blob.type }));
|
|
6527
6527
|
cachedRequestPromises[requestCacheKey] = promise;
|
|
6528
6528
|
} else {
|
|
6529
6529
|
isFirstRequest = false;
|