@archilogic/floor-plan-sdk 5.1.10 → 5.1.12

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/fpe.d.ts CHANGED
@@ -348,7 +348,7 @@ declare const ExtrusionGeometryTypeValue = "geometry:extrusion";
348
348
  */
349
349
  declare class FloorPlanCore {
350
350
  settings: FpeConfig;
351
- static readonly version: any;
351
+ static readonly version: string;
352
352
  readonly fpeId: string;
353
353
  computed: FpeComputed;
354
354
  loader: FpeLoader;