@huddle01/react
Advanced tools
Comparing version 1.0.0-alpha.19 to 1.0.0-alpha.20
export { u as useHuddle01 } from '../index-317ae131.js'; | ||
export { useRoom } from './useRoom.js'; | ||
export { useLobby } from './useLobby.js'; | ||
export { useLocalPeer } from './useLocalPeer.js'; | ||
@@ -4,0 +5,0 @@ export { useRemotePeer } from './useRemotePeer.js'; |
import { | ||
useRemoteScreenShare | ||
} from "../chunk-GAK7BMUZ.js"; | ||
import { | ||
useRemoteVideo | ||
@@ -8,2 +11,5 @@ } from "../chunk-LHWGVQ75.js"; | ||
import { | ||
useLocalPeer | ||
} from "../chunk-MMZCRFIF.js"; | ||
import { | ||
useLocalScreenShare | ||
@@ -24,11 +30,8 @@ } from "../chunk-WUVG3XCJ.js"; | ||
import { | ||
useRemoteMedia | ||
} from "../chunk-MADYMFC4.js"; | ||
import { | ||
useRemotePeer | ||
} from "../chunk-X4HOIB47.js"; | ||
import { | ||
useRemoteScreenShare | ||
} from "../chunk-GAK7BMUZ.js"; | ||
import { | ||
useRemoteMedia | ||
} from "../chunk-MADYMFC4.js"; | ||
import { | ||
useRoom | ||
@@ -43,2 +46,5 @@ } from "../chunk-QKORYXWL.js"; | ||
import { | ||
useLobby | ||
} from "../chunk-DTR35ROG.js"; | ||
import { | ||
useLocalAudio | ||
@@ -50,5 +56,2 @@ } from "../chunk-7OL74GN4.js"; | ||
import { | ||
useLocalPeer | ||
} from "../chunk-MMZCRFIF.js"; | ||
import { | ||
useHuddle01_default | ||
@@ -61,2 +64,3 @@ } from "../chunk-R4IM5SLQ.js"; | ||
useHuddle01_default as useHuddle01, | ||
useLobby, | ||
useLocalAudio, | ||
@@ -63,0 +67,0 @@ useLocalMedia, |
@@ -14,3 +14,3 @@ import * as _huddle01_web_core_dist_DeviceHandler from '@huddle01/web-core/dist/DeviceHandler'; | ||
fetchStream: (data: { | ||
mediaDeviceKind: "cam" | "mic"; | ||
mediaDeviceKind: "mic" | "cam"; | ||
}) => Promise<_huddle01_web_core_dist_DeviceHandler.FetchStreamResponse>; | ||
@@ -17,0 +17,0 @@ getPermission: () => Promise<{ |
@@ -10,3 +10,3 @@ declare const useLocalPeer: <T = unknown>(props?: { | ||
canProduce: boolean; | ||
canProduceSources: ("cam" | "mic" | "screen")[]; | ||
canProduceSources: ("mic" | "cam" | "screen")[]; | ||
canSendData: boolean; | ||
@@ -13,0 +13,0 @@ canRecvData: boolean; |
@@ -24,3 +24,3 @@ import { Room } from '@huddle01/web-core'; | ||
allowProduce: boolean; | ||
allowProduceSources: ("cam" | "mic" | "screen")[]; | ||
allowProduceSources: ("mic" | "cam" | "screen")[]; | ||
allowConsume: boolean; | ||
@@ -27,0 +27,0 @@ allowSendData: boolean; |
{ | ||
"name": "@huddle01/react", | ||
"version": "1.0.0-alpha.19", | ||
"version": "1.0.0-alpha.20", | ||
"description": "", | ||
@@ -44,3 +44,3 @@ "type": "module", | ||
"dependencies": { | ||
"@huddle01/web-core": "1.0.0-alpha.18", | ||
"@huddle01/web-core": "1.0.0-alpha.19", | ||
"@tanstack/react-query": "^4.32.6", | ||
@@ -47,0 +47,0 @@ "@testing-library/react": "^14.0.0", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
89855
102
1404
1
+ Added@huddle01/web-core@1.0.0-alpha.19(transitive)
- Removed@huddle01/web-core@1.0.0-alpha.18(transitive)