bimplus-websdk 1.0.41 → 1.0.42

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bimplus-websdk",
3
- "version": "1.0.41",
3
+ "version": "1.0.42",
4
4
  "description": "bim+ websdk",
5
5
  "types": "types/bimplus-websdk.d.ts",
6
6
  "keywords": [
@@ -315,7 +315,7 @@ declare module 'bimplus-websdk' {
315
315
  camera?: Camera;
316
316
  objects?: SceneObjects;
317
317
  rotationCenter?: number[];
318
- version?: number[];
318
+ version?: [number, number, number]; // Tuple type for version (major, minor, patch)
319
319
  topology?: Topology[];
320
320
  layers?: SelectionObjectLayer[];
321
321
  [key: string]: unknown;