fix(tracker-assist): 3.5.8: fix fully specified

This commit is contained in:
ShiKhu 2022-04-15 20:15:34 +02:00
parent e5985f376e
commit fd85745cae
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
{
"name": "@openreplay/tracker-assist",
"description": "Tracker plugin for screen assistance through the WebRTC",
"version": "3.5.7",
"version": "3.5.8",
"keywords": [
"WebRTC",
"assistance",

View file

@ -1,5 +1,5 @@
import type { LocalStream } from './LocalStream.js';
import attachDND from './dnd';
import attachDND from './dnd.js';
const SS_START_TS_KEY = "__openreplay_assist_call_start_ts"