@cognite/reveal 4.3.2-dev.20230614 → 4.3.2-dev.20230616
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.
- package/dist/index.js +5 -5
- package/dist/index.js.map +1 -1
- package/package.json +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cognite/reveal",
|
|
3
|
-
"version": "4.3.2-dev.
|
|
3
|
+
"version": "4.3.2-dev.20230616",
|
|
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": {
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
"@types/jsdom": "21.1.1",
|
|
92
92
|
"@types/lodash": "4.14.195",
|
|
93
93
|
"@types/mixpanel-browser": "2.38.1",
|
|
94
|
-
"@types/node": "18.16.
|
|
94
|
+
"@types/node": "18.16.17",
|
|
95
95
|
"@types/random-seed": "0.3.3",
|
|
96
96
|
"@types/skmeans": "0.11.4",
|
|
97
97
|
"@types/stats": "0.16.30",
|
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
"@types/tween.js": "18.5.1",
|
|
100
100
|
"@typescript-eslint/eslint-plugin": "5.59.9",
|
|
101
101
|
"@typescript-eslint/parser": "5.59.9",
|
|
102
|
-
"concurrently": "8.
|
|
102
|
+
"concurrently": "8.2.0",
|
|
103
103
|
"cross-env": "7.0.3",
|
|
104
104
|
"dat.gui": "0.7.9",
|
|
105
105
|
"eslint": "8.42.0",
|
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
"gl": "6.0.2",
|
|
114
114
|
"glob": "10.2.7",
|
|
115
115
|
"glslify-loader": "2.0.0",
|
|
116
|
-
"html-webpack-plugin": "5.5.
|
|
116
|
+
"html-webpack-plugin": "5.5.3",
|
|
117
117
|
"jest": "29.5.0",
|
|
118
118
|
"jest-canvas-mock": "2.5.1",
|
|
119
119
|
"jest-environment-jsdom": "29.5.0",
|
|
@@ -138,9 +138,9 @@
|
|
|
138
138
|
"tsc-alias": "1.8.6",
|
|
139
139
|
"typescript": "5.1.3",
|
|
140
140
|
"wasm-pack": "0.11.1",
|
|
141
|
-
"webpack": "5.
|
|
141
|
+
"webpack": "5.86.0",
|
|
142
142
|
"webpack-cli": "5.1.4",
|
|
143
|
-
"webpack-dev-server": "4.15.
|
|
143
|
+
"webpack-dev-server": "4.15.1",
|
|
144
144
|
"webpack-node-externals": "3.0.0",
|
|
145
145
|
"whatwg-fetch": "3.6.2",
|
|
146
146
|
"workerize-loader": "2.0.2"
|