@cognite/reveal 4.14.3-dev.20240516 → 4.14.3-dev.20240520

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.
@@ -24,13 +24,13 @@ export declare class MetricsLogger {
24
24
  * @param nodeCount Number of nodes affected by the transform override
25
25
  * @param matrix Matrix used to override the node transform
26
26
  */
27
- static readonly trackCadNodeTransformOverridden: import("lodash").DebouncedFunc<(nodeCount: number, matrix: THREE.Matrix4) => void>;
27
+ static readonly trackCadNodeTransformOverridden: import("lodash").DebouncedFuncLeading<(nodeCount: number, matrix: THREE.Matrix4) => void>;
28
28
  private static trackCadNodeTransformOverriddenImpl;
29
29
  /**
30
30
  * Track camera navigation events. Note that the metric is throttled and will only trigger
31
31
  * once per second.
32
32
  */
33
- static readonly trackCameraNavigation: import("lodash").DebouncedFunc<(eventProps: EventProps) => void>;
33
+ static readonly trackCameraNavigation: import("lodash").DebouncedFuncLeading<(eventProps: EventProps) => void>;
34
34
  private static trackCameraNavigationImpl;
35
35
  static trackError(error: Error, eventProps: EventProps): void;
36
36
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cognite/reveal",
3
- "version": "4.14.3-dev.20240516",
3
+ "version": "4.14.3-dev.20240520",
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": {