teleportxr 1.0.46 → 1.0.48

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.
@@ -119,7 +119,7 @@ class GeometryService {
119
119
  var index = clientIDToIndex.get(this.clientID);
120
120
  if (GeometryService.trackedResources.has(uid)) {
121
121
  var res = GeometryService.GetOrCreateTrackedResource(uid);
122
- res.clientNeeds.BitSet(index, false);
122
+ res.clientNeeds.set(index, false);
123
123
  }
124
124
  // Should certainly be in this set:
125
125
  this.nodesToStreamEventually.delete(uid);
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  },
16
16
  "name": "teleportxr",
17
17
  "description": "Teleport Spatial Server on node.js",
18
- "version": "1.0.46",
18
+ "version": "1.0.48",
19
19
  "repository": {
20
20
  "type": "git",
21
21
  "url": "git+https://github.com/simul/teleport-nodejs.git"