teleportxr 1.0.43 → 1.0.44

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.
Files changed (2) hide show
  1. package/client/client.js +1 -0
  2. package/package.json +1 -1
package/client/client.js CHANGED
@@ -330,6 +330,7 @@ class Client {
330
330
  this.currentOriginState.ackId=setp.uint64_ackId;
331
331
  this.currentOriginState.acknowledged=false;
332
332
  this.currentOriginState.serverTimeSentUs=core.getTimestampUs();
333
+ console.log("Sending SetOriginNodeCommand with origin uid "+setp.uint64_originNodeUid+" and ackId "+setp.uint64_ackId);
333
334
  this.SendCommand(setp);
334
335
  }
335
336
  SendLighting()
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.43",
18
+ "version": "1.0.44",
19
19
  "repository": {
20
20
  "type": "git",
21
21
  "url": "git+https://github.com/simul/teleport-nodejs.git"