@smplrspace/smplr-loader 2.8.3-beta.9 → 2.8.4-beta.0

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.
@@ -392,6 +392,7 @@ declare interface SpaceOptions {
392
392
  spaceId: string;
393
393
  clientToken: string;
394
394
  containerId: string;
395
+ disableErrorReporting?: boolean;
395
396
  internal?: boolean;
396
397
  }
397
398
 
@@ -406,7 +407,7 @@ declare interface Vector3Coord extends Vector2Coord {
406
407
  z: number;
407
408
  }
408
409
 
409
- export declare const version = "2.8.3-beta.9";
410
+ export declare const version = "2.8.4-beta.0";
410
411
 
411
412
  declare interface ViewerOptions {
412
413
  mode?: CameraMode;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smplrspace/smplr-loader",
3
- "version": "2.8.3-beta.9",
3
+ "version": "2.8.4-beta.0",
4
4
  "description": "NPM package to load a typed Smplr.js from CDN easily",
5
5
  "type": "module",
6
6
  "files": [