@cognite/reveal 4.12.0 → 4.12.1

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.
@@ -106,6 +106,7 @@ export declare class HtmlOverlayTool extends Cognite3DViewerToolBase {
106
106
  private readonly _htmlOverlays;
107
107
  private readonly _compositeOverlays;
108
108
  private _visible;
109
+ private readonly TIMER_ADVANCE_MS;
109
110
  private readonly _onSceneRenderedHandler;
110
111
  private readonly _onViewerDisposedHandler;
111
112
  private readonly _preallocatedVariables;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cognite/reveal",
3
- "version": "4.12.0",
3
+ "version": "4.12.1",
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": {