@livekit/components-core
Advanced tools
Comparing version 0.11.6 to 0.11.7
{ | ||
"name": "@livekit/components-core", | ||
"version": "0.11.6", | ||
"version": "0.11.7", | ||
"license": "Apache-2.0", | ||
@@ -5,0 +5,0 @@ "author": "LiveKit", |
@@ -0,1 +1,2 @@ | ||
// @ts-ignore some module resolutions (other than 'node') choke on this | ||
import type { Styles } from '@livekit/components-styles/dist/types_unprefixed/index.scss'; | ||
@@ -2,0 +3,0 @@ import { Track } from 'livekit-client'; |
import type { ParticipantPermission } from '@livekit/protocol'; | ||
import { Participant, RemoteParticipant, Room, TrackPublication } from 'livekit-client'; | ||
import { ParticipantEvent, RoomEvent, Track } from 'livekit-client'; | ||
// @ts-ignore some module resolutions (other than 'node') choke on this | ||
import type { ParticipantEventCallbacks } from 'livekit-client/dist/src/room/participant/Participant'; | ||
@@ -5,0 +6,0 @@ import type { Subscriber } from 'rxjs'; |
@@ -5,2 +5,3 @@ import type { Subscriber, Subscription } from 'rxjs'; | ||
import { LocalParticipant, Room, RoomEvent, Track } from 'livekit-client'; | ||
// @ts-ignore some module resolutions (other than 'node') choke on this | ||
import type { RoomEventCallbacks } from 'livekit-client/dist/src/room/Room'; | ||
@@ -7,0 +8,0 @@ import { log } from '../logger'; |
@@ -17,2 +17,3 @@ import type { | ||
import { observeParticipantEvents } from './participant'; | ||
// @ts-ignore some module resolutions (other than 'node') choke on this | ||
import type { PublicationEventCallbacks } from 'livekit-client/dist/src/room/track/TrackPublication'; | ||
@@ -19,0 +20,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
691032
9432