@cognite/reveal 4.12.0 → 4.12.1-dev.20240423
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.
|
|
3
|
+
"version": "4.12.1-dev.20240423",
|
|
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": {
|
|
@@ -79,10 +79,10 @@
|
|
|
79
79
|
"sparse-octree": "7.1.8"
|
|
80
80
|
},
|
|
81
81
|
"devDependencies": {
|
|
82
|
-
"@azure/msal-browser": "2.38.
|
|
82
|
+
"@azure/msal-browser": "2.38.4",
|
|
83
83
|
"@cognite/sdk": "8.3.0",
|
|
84
84
|
"@microsoft/api-extractor": "7.42.3",
|
|
85
|
-
"@types/dat.gui": "0.7.
|
|
85
|
+
"@types/dat.gui": "0.7.13",
|
|
86
86
|
"@types/gl": "^6.0.2",
|
|
87
87
|
"@types/glob": "8.1.0",
|
|
88
88
|
"@types/jest": "29.5.12",
|
|
@@ -110,7 +110,7 @@
|
|
|
110
110
|
"eslint-plugin-prettier": "5.1.3",
|
|
111
111
|
"eslint-plugin-unused-imports": "3.1.0",
|
|
112
112
|
"file-loader": "6.2.0",
|
|
113
|
-
"gl": "
|
|
113
|
+
"gl": "8.0.2",
|
|
114
114
|
"glob": "10.3.10",
|
|
115
115
|
"glslify-loader": "2.0.0",
|
|
116
116
|
"html-webpack-plugin": "5.6.0",
|
|
@@ -119,7 +119,7 @@
|
|
|
119
119
|
"jest-environment-jsdom": "29.7.0",
|
|
120
120
|
"jest-extended": "4.0.2",
|
|
121
121
|
"jest-image-snapshot": "6.4.0",
|
|
122
|
-
"jest-puppeteer": "
|
|
122
|
+
"jest-puppeteer": "10.0.1",
|
|
123
123
|
"jsdom": "23.2.0",
|
|
124
124
|
"moq.ts": "10.0.8",
|
|
125
125
|
"nock": "13.5.4",
|