@webspatial/react-sdk 0.1.13 → 0.1.15

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.
@@ -170,11 +170,6 @@ declare function getSession(): SpatialSession | null;
170
170
 
171
171
  declare function enableDebugTool(): void;
172
172
 
173
- declare global {
174
- interface Window {
175
- xrCurrentSceneDefaults: (defaultConfig: WindowContainerOptions) => Promise<WindowContainerOptions>;
176
- }
177
- }
178
173
  declare const defaultSceneConfig: WindowContainerOptions;
179
174
  declare class XRApp {
180
175
  private static instance;
@@ -2,7 +2,7 @@
2
2
  (function(){
3
3
  if(typeof window === 'undefined') return;
4
4
  if(!window.__webspatialsdk__) window.__webspatialsdk__ = {}
5
- window.__webspatialsdk__['react-sdk-version'] = "0.1.13"
5
+ window.__webspatialsdk__['react-sdk-version'] = "0.1.15"
6
6
  window.__webspatialsdk__['XR_ENV'] = "avp"
7
7
  })()
8
8
 
@@ -3769,7 +3769,7 @@ function spatialPolyfill() {
3769
3769
  }
3770
3770
 
3771
3771
  // src/index.ts
3772
- var version = "0.1.13";
3772
+ var version = "0.1.15";
3773
3773
  export {
3774
3774
  CSSSpatialDiv,
3775
3775
  CSSSpatialPrimitive,