@cognite/reveal 4.17.1-dev.20241003 → 4.17.1-dev.20241004
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.
|
@@ -138,7 +138,7 @@ export interface Image360Collection {
|
|
|
138
138
|
* Get IDs of all CDF assets and related image/revision associated with this
|
|
139
139
|
* 360 image collection through CDF annotations
|
|
140
140
|
*
|
|
141
|
-
* @param
|
|
141
|
+
* @param source What source data to pull the annotation info from
|
|
142
142
|
*/
|
|
143
143
|
getAnnotationsInfo(source: 'assets'): Promise<AssetAnnotationImage360Info[]>;
|
|
144
144
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cognite/reveal",
|
|
3
|
-
"version": "4.17.1-dev.
|
|
3
|
+
"version": "4.17.1-dev.20241004",
|
|
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": {
|
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
"@types/three": "^0.166.0",
|
|
99
99
|
"@typescript-eslint/eslint-plugin": "^7.7.1",
|
|
100
100
|
"@typescript-eslint/parser": "^7.7.1",
|
|
101
|
-
"concurrently": "^
|
|
101
|
+
"concurrently": "^9.0.0",
|
|
102
102
|
"cross-env": "^7.0.3",
|
|
103
103
|
"dat.gui": "^0.7.9",
|
|
104
104
|
"eslint": "^8.57.0",
|
|
@@ -131,11 +131,11 @@
|
|
|
131
131
|
"shx": "^0.3.4",
|
|
132
132
|
"stats.js": "^0.17.0",
|
|
133
133
|
"three": "0.166.1",
|
|
134
|
-
"ts-jest": "
|
|
134
|
+
"ts-jest": "29.1.2",
|
|
135
135
|
"ts-loader": "^9.5.1",
|
|
136
136
|
"tsc-alias": "^1.8.8",
|
|
137
137
|
"typescript": "^5.4.5",
|
|
138
|
-
"wasm-pack": "^0.
|
|
138
|
+
"wasm-pack": "^0.13.0",
|
|
139
139
|
"webpack": "^5.91.0",
|
|
140
140
|
"webpack-cli": "^5.1.4",
|
|
141
141
|
"webpack-dev-server": "^5.0.4",
|
|
@@ -155,5 +155,5 @@
|
|
|
155
155
|
"files": [
|
|
156
156
|
"dist"
|
|
157
157
|
],
|
|
158
|
-
"packageManager": "yarn@4.
|
|
158
|
+
"packageManager": "yarn@4.5.0"
|
|
159
159
|
}
|