@topconsultnpm/sdkui-react-beta 6.15.48 → 6.15.49

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.
@@ -293,7 +293,9 @@ export function useDcmtOperations() {
293
293
  const oldestKey = dcmtsFileCachePreview.keys().next().value;
294
294
  dcmtsFileCachePreview.delete(oldestKey);
295
295
  }
296
- dcmtsFileCachePreview.set(cacheKey, file);
296
+ if (!bypassCache) {
297
+ dcmtsFileCachePreview.set(cacheKey, file);
298
+ }
297
299
  return { file: file, isFromCache: false };
298
300
  }
299
301
  finally {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@topconsultnpm/sdkui-react-beta",
3
- "version": "6.15.48",
3
+ "version": "6.15.49",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",