@openreplay/tracker-assist
Advanced tools
Comparing version 7.0.0 to 7.0.1
@@ -0,1 +1,5 @@ | ||
## 7.0.1 | ||
- mark live sessions with ux test active | ||
## 7.0.0 | ||
@@ -2,0 +6,0 @@ |
@@ -28,3 +28,3 @@ import type { Properties } from 'csstype'; | ||
private readonly noSecureMode; | ||
readonly version = "7.0.0"; | ||
readonly version = "7.0.1"; | ||
private socket; | ||
@@ -31,0 +31,0 @@ private peer; |
@@ -66,2 +66,5 @@ "use strict"; | ||
}); | ||
app.addOnUxtCb((uxtId) => { | ||
this.emit('UPDATE_SESSION', { uxtId, }); | ||
}); | ||
app.attachStartCallback(() => { | ||
@@ -114,2 +117,3 @@ if (this.assistDemandedRestart) { | ||
onStart() { | ||
var _a; | ||
const app = this.app; | ||
@@ -135,3 +139,3 @@ const sessionId = app.getSessionID(); | ||
'tabId': this.app.getTabId(), | ||
'sessionInfo': JSON.stringify(Object.assign({ pageTitle: document.title, active: true }, this.app.getSessionInfo())), | ||
'sessionInfo': JSON.stringify(Object.assign({ 'uxtId': (_a = this.app.getUxtId()) !== null && _a !== void 0 ? _a : undefined, pageTitle: document.title, active: true }, this.app.getSessionInfo())), | ||
}, | ||
@@ -138,0 +142,0 @@ transports: ['websocket',], |
@@ -1,1 +0,1 @@ | ||
export declare const pkgVersion = "7.0.0"; | ||
export declare const pkgVersion = "7.0.1"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.pkgVersion = void 0; | ||
exports.pkgVersion = "7.0.0"; | ||
exports.pkgVersion = "7.0.1"; |
@@ -28,3 +28,3 @@ import type { Properties } from 'csstype'; | ||
private readonly noSecureMode; | ||
readonly version = "7.0.0"; | ||
readonly version = "7.0.1"; | ||
private socket; | ||
@@ -31,0 +31,0 @@ private peer; |
@@ -64,2 +64,5 @@ import { connect, } from 'socket.io-client'; | ||
}); | ||
app.addOnUxtCb((uxtId) => { | ||
this.emit('UPDATE_SESSION', { uxtId, }); | ||
}); | ||
app.attachStartCallback(() => { | ||
@@ -112,2 +115,3 @@ if (this.assistDemandedRestart) { | ||
onStart() { | ||
var _a; | ||
const app = this.app; | ||
@@ -133,3 +137,3 @@ const sessionId = app.getSessionID(); | ||
'tabId': this.app.getTabId(), | ||
'sessionInfo': JSON.stringify(Object.assign({ pageTitle: document.title, active: true }, this.app.getSessionInfo())), | ||
'sessionInfo': JSON.stringify(Object.assign({ 'uxtId': (_a = this.app.getUxtId()) !== null && _a !== void 0 ? _a : undefined, pageTitle: document.title, active: true }, this.app.getSessionInfo())), | ||
}, | ||
@@ -136,0 +140,0 @@ transports: ['websocket',], |
@@ -1,1 +0,1 @@ | ||
export declare const pkgVersion = "7.0.0"; | ||
export declare const pkgVersion = "7.0.1"; |
@@ -1,1 +0,1 @@ | ||
export const pkgVersion = "7.0.0"; | ||
export const pkgVersion = "7.0.1"; |
{ | ||
"name": "@openreplay/tracker-assist", | ||
"description": "Tracker plugin for screen assistance through the WebRTC", | ||
"version": "7.0.0", | ||
"version": "7.0.1", | ||
"keywords": [ | ||
@@ -37,3 +37,3 @@ "WebRTC", | ||
"peerDependencies": { | ||
"@openreplay/tracker": ">=11.0.0" | ||
"@openreplay/tracker": "^11.0.1" | ||
}, | ||
@@ -40,0 +40,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
442867
4243