@cognite/reveal 4.3.4-dev.20230721 → 4.3.4-dev.20230725
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 +88 -88
- package/dist/index.js.map +1 -1
- package/package.json +7 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cognite/reveal",
|
|
3
|
-
"version": "4.3.4-dev.
|
|
3
|
+
"version": "4.3.4-dev.20230725",
|
|
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": {
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
"@types/random-seed": "0.3.3",
|
|
95
95
|
"@types/skmeans": "0.11.4",
|
|
96
96
|
"@types/stats": "0.16.30",
|
|
97
|
-
"@types/three": "0.
|
|
97
|
+
"@types/three": "0.154.0",
|
|
98
98
|
"@types/tween.js": "18.5.1",
|
|
99
99
|
"@typescript-eslint/eslint-plugin": "5.60.0",
|
|
100
100
|
"@typescript-eslint/parser": "5.60.0",
|
|
@@ -124,29 +124,29 @@
|
|
|
124
124
|
"nock": "13.3.2",
|
|
125
125
|
"prettier": "2.8.8",
|
|
126
126
|
"process": "0.11.10",
|
|
127
|
-
"puppeteer": "20.
|
|
127
|
+
"puppeteer": "20.9.0",
|
|
128
128
|
"random-seed": "0.3.0",
|
|
129
129
|
"raw-loader": "4.0.2",
|
|
130
130
|
"remove-files-webpack-plugin": "1.5.0",
|
|
131
131
|
"resize-observer-polyfill": "1.5.1",
|
|
132
132
|
"shx": "0.3.4",
|
|
133
133
|
"stats.js": "0.17.0",
|
|
134
|
-
"three": "0.
|
|
134
|
+
"three": "0.154.0",
|
|
135
135
|
"ts-jest": "29.1.1",
|
|
136
136
|
"ts-loader": "9.4.3",
|
|
137
137
|
"tsc-alias": "1.8.7",
|
|
138
138
|
"typescript": "5.1.6",
|
|
139
139
|
"wasm-pack": "0.12.1",
|
|
140
|
-
"webpack": "5.88.
|
|
140
|
+
"webpack": "5.88.2",
|
|
141
141
|
"webpack-cli": "5.1.4",
|
|
142
142
|
"webpack-dev-server": "4.15.1",
|
|
143
143
|
"webpack-node-externals": "3.0.0",
|
|
144
|
-
"whatwg-fetch": "3.6.
|
|
144
|
+
"whatwg-fetch": "3.6.16",
|
|
145
145
|
"workerize-loader": "2.0.2"
|
|
146
146
|
},
|
|
147
147
|
"peerDependencies": {
|
|
148
148
|
"@cognite/sdk": "^7.16.0 || ^8.0.0",
|
|
149
|
-
"three": "0.
|
|
149
|
+
"three": "0.154.0"
|
|
150
150
|
},
|
|
151
151
|
"glslify": {
|
|
152
152
|
"transform": [
|