@smplrspace/smplr-loader 2.30.0 → 2.30.1-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.
@@ -308,7 +308,6 @@ export declare interface GeojsonSpace {
308
308
  sid: string;
309
309
  name: string;
310
310
  definition?: object | null;
311
- oldGeoreference?: object | null;
312
311
  georeference?: object | null;
313
312
  }
314
313
 
@@ -1155,7 +1154,7 @@ declare interface Vector3Coord extends Vector2Coord {
1155
1154
  z: number;
1156
1155
  }
1157
1156
 
1158
- export declare const version = "2.30.0";
1157
+ export declare const version = "2.30.1-beta.0";
1159
1158
 
1160
1159
  declare interface ViewerRendererHandle {
1161
1160
  // 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.0",
3
+ "version": "2.30.1-beta.0",
4
4
  "description": "NPM package to load a typed Smplr.js from CDN easily",
5
5
  "type": "module",
6
6
  "files": [