@smplrspace/smplr-loader 2.30.1-beta.6 → 2.30.1-beta.7

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.
@@ -1063,7 +1063,6 @@ export declare type SpaceOptions = {
1063
1063
  export declare interface SpaceRenderOptions {
1064
1064
  compass?: boolean
1065
1065
  annotations?: boolean
1066
- skybox?: boolean
1067
1066
  backgroundColor?: string
1068
1067
  filter?: Partial<Filter>
1069
1068
  walls?: {
@@ -1165,7 +1164,7 @@ declare interface Vector3Coord extends Vector2Coord {
1165
1164
  z: number;
1166
1165
  }
1167
1166
 
1168
- export declare const version = "2.30.1-beta.6";
1167
+ export declare const version = "2.30.1-beta.7";
1169
1168
 
1170
1169
  declare interface ViewerRendererHandle {
1171
1170
  // eslint-disable-next-line @typescript-eslint/no-explicit-any
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smplrspace/smplr-loader",
3
- "version": "2.30.1-beta.6",
3
+ "version": "2.30.1-beta.7",
4
4
  "description": "NPM package to load a typed Smplr.js from CDN easily",
5
5
  "type": "module",
6
6
  "files": [