@momo2555/koppeliajs 0.0.125 → 0.0.126

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.
@@ -149,6 +149,7 @@ export class Koppelia {
149
149
  getCuurentPlayRequest.setRequest("getCurrentPlay");
150
150
  getCuurentPlayRequest.setDestination(PeerType.MASTER, "");
151
151
  this._console.sendMessage(getCuurentPlayRequest, (response) => {
152
+ console.log(response.toObject());
152
153
  let playData = response.getParam("play", {});
153
154
  let playId = response.getParam("playId", "");
154
155
  let play = new Play(this._console, playId, playData);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@momo2555/koppeliajs",
3
- "version": "0.0.125",
3
+ "version": "0.0.126",
4
4
  "scripts": {
5
5
  "dev": "vite dev",
6
6
  "build": "vite build && npm run package",