@wonderlandengine/editor-api 1.5.0-rc.6 → 1.5.0-rc.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.
package/dist/data.d.ts CHANGED
@@ -234,7 +234,7 @@ export interface WebXRFeatureFlags {
234
234
  'plane-detection': boolean;
235
235
  'light-estimation': boolean;
236
236
  'anchors': boolean;
237
- 'occlusion': boolean;
237
+ 'depth-sensing': boolean;
238
238
  'marker-tracking': boolean;
239
239
  'layers': boolean;
240
240
  }
package/dist/data.js CHANGED
@@ -247,7 +247,7 @@ export class WebXRSettings extends Access {
247
247
  'plane-detection': false,
248
248
  'light-estimation': false,
249
249
  'anchors': false,
250
- 'occlusion': false,
250
+ 'depth-sensing': false,
251
251
  'marker-tracking': false,
252
252
  'layers': false,
253
253
  };
@@ -262,7 +262,7 @@ export class WebXRSettings extends Access {
262
262
  'plane-detection': false,
263
263
  'light-estimation': false,
264
264
  'anchors': false,
265
- 'occlusion': false,
265
+ 'depth-sensing': false,
266
266
  'marker-tracking': false,
267
267
  'layers': false,
268
268
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wonderlandengine/editor-api",
3
- "version": "1.5.0-rc.6",
3
+ "version": "1.5.0-rc.7",
4
4
  "description": "Wonderland Engine's Editor API for plugins - very experimental.",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",