fix(tracker-assist): 3.5.8: fix fully specified
This commit is contained in:
parent
e5985f376e
commit
fd85745cae
2 changed files with 2 additions and 2 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue