@cognite/reveal 4.28.2 → 4.28.3-dev.20251110

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.
@@ -19,7 +19,7 @@ export declare class MemoryRequestCache<Key, Data> implements RequestCache<Key,
19
19
  remove(id: Key): void;
20
20
  get(id: Key): Data;
21
21
  isFull(): boolean;
22
- cleanCache(count: number): void;
22
+ cleanCache(count: number, forceRemoval?: boolean): void;
23
23
  /**
24
24
  * Adds a reference to the cached item. Items with active references will not be disposed
25
25
  * until all references are removed.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cognite/reveal",
3
- "version": "4.28.2",
3
+ "version": "4.28.3-dev.20251110",
4
4
  "description": "WebGL based 3D viewer for CAD and point clouds processed in Cognite Data Fusion.",
5
5
  "homepage": "https://github.com/cognitedata/reveal/tree/master/viewer",
6
6
  "repository": {