@openreplay/tracker-assist
Advanced tools
Comparing version 5.0.2-beta.2 to 5.0.2-beta.3
@@ -27,3 +27,3 @@ import type { Properties } from 'csstype'; | ||
private readonly noSecureMode; | ||
readonly version = "5.0.2-beta.2"; | ||
readonly version = "5.0.2-beta.3"; | ||
private socket; | ||
@@ -30,0 +30,0 @@ private peer; |
@@ -25,3 +25,3 @@ "use strict"; | ||
this.noSecureMode = noSecureMode; | ||
this.version = '5.0.2-beta.2'; | ||
this.version = '5.0.2-beta.3'; | ||
this.socket = null; | ||
@@ -65,2 +65,3 @@ this.peer = null; | ||
console.log('Openreplay: triggered stop callback, normal restart: ', this.assistDemandedRestart); | ||
console.trace('Tracing restart'); | ||
if (this.assistDemandedRestart) { | ||
@@ -67,0 +68,0 @@ return; |
@@ -27,3 +27,3 @@ import type { Properties } from 'csstype'; | ||
private readonly noSecureMode; | ||
readonly version = "5.0.2-beta.2"; | ||
readonly version = "5.0.2-beta.3"; | ||
private socket; | ||
@@ -30,0 +30,0 @@ private peer; |
@@ -23,3 +23,3 @@ import { connect, } from 'socket.io-client'; | ||
this.noSecureMode = noSecureMode; | ||
this.version = '5.0.2-beta.2'; | ||
this.version = '5.0.2-beta.3'; | ||
this.socket = null; | ||
@@ -63,2 +63,3 @@ this.peer = null; | ||
console.log('Openreplay: triggered stop callback, normal restart: ', this.assistDemandedRestart); | ||
console.trace('Tracing restart'); | ||
if (this.assistDemandedRestart) { | ||
@@ -65,0 +66,0 @@ return; |
{ | ||
"name": "@openreplay/tracker-assist", | ||
"description": "Tracker plugin for screen assistance through the WebRTC", | ||
"version": "5.0.2-beta.2", | ||
"version": "5.0.2-beta.3", | ||
"keywords": [ | ||
@@ -6,0 +6,0 @@ "WebRTC", |
154126
3454