@cognite/reveal 4.25.0 → 4.25.1-dev.20250508

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.
@@ -31,9 +31,9 @@ export declare class FlexibleCameraManager extends PointerEvents implements IFle
31
31
  getCamera(): PerspectiveCamera;
32
32
  getCameraState(): Required<CameraState>;
33
33
  /**
34
- * Sets camera state. All parameters are optional. Rotation and target can't be set at the same time,
35
- * if so, error will be thrown. Set rotation is preserved until next call of setCameraState with
36
- * empty rotation field.
34
+ * Sets camera state. All parameters are optional. If rotation and target are set at the same time,
35
+ * the target determines the position of the pivot point, while the rotation determines what
36
+ * direction the camera is facing.
37
37
  * @param state Camera state.
38
38
  * **/
39
39
  setCameraState(state: CameraState): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cognite/reveal",
3
- "version": "4.25.0",
3
+ "version": "4.25.1-dev.20250508",
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": {
@@ -156,5 +156,8 @@
156
156
  "files": [
157
157
  "dist"
158
158
  ],
159
- "packageManager": "yarn@4.5.2"
159
+ "packageManager": "yarn@4.5.2",
160
+ "resolutions": {
161
+ "binary-install/axios": "^0.30.0"
162
+ }
160
163
  }