@smplrspace/smplr-loader 2.13.0 → 2.13.1-beta.1

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.
@@ -472,6 +472,7 @@ declare interface SpaceOptions {
472
472
  clientToken: string;
473
473
  containerId: string;
474
474
  disableErrorReporting?: boolean;
475
+ whiteLabel?: boolean;
475
476
  internal?: boolean;
476
477
  }
477
478
 
@@ -499,7 +500,7 @@ declare interface Vector3Coord extends Vector2Coord {
499
500
  z: number;
500
501
  }
501
502
 
502
- export declare const version = "2.13.0";
503
+ export declare const version = "2.13.1-beta.1";
503
504
 
504
505
  declare interface ViewerOptions {
505
506
  mode?: CameraMode;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smplrspace/smplr-loader",
3
- "version": "2.13.0",
3
+ "version": "2.13.1-beta.1",
4
4
  "description": "NPM package to load a typed Smplr.js from CDN easily",
5
5
  "type": "module",
6
6
  "files": [