@liveblocks/react
Advanced tools
Comparing version 2.19.0 to 2.20.0
@@ -1,6 +0,6 @@ | ||
export { g as getUmbrellaStoreForClient, b as useAddRoomCommentReaction, a as useClientOrNull, c as useCreateRoomComment, d as useCreateRoomThread, e as useCreateTextMention, f as useDeleteRoomComment, h as useDeleteRoomThread, i as useDeleteTextMention, j as useEditRoomComment, k as useEditRoomThreadMetadata, l as useMarkRoomThreadAsRead, m as useMarkRoomThreadAsResolved, n as useMarkRoomThreadAsUnresolved, o as useMentionSuggestionsCache, p as useRemoveRoomCommentReaction, q as useReportTextEditor, r as useResolveMentionSuggestions, s as useRoomAttachmentUrl, u as useRoomOrNull, t as useRoomPermissions, v as useYjsProvider } from './room-Bf3S78LF.js'; | ||
import { useLayoutEffect as useLayoutEffect$1 } from 'react'; | ||
export { g as getUmbrellaStoreForClient, a as useAddRoomCommentReaction, u as useClientOrNull, b as useCreateRoomComment, c as useCreateRoomThread, d as useCreateTextMention, e as useDeleteRoomComment, f as useDeleteRoomThread, h as useDeleteTextMention, i as useEditRoomComment, j as useEditRoomThreadMetadata, k as useMarkRoomThreadAsRead, l as useMarkRoomThreadAsResolved, m as useMarkRoomThreadAsUnresolved, n as useMentionSuggestionsCache, o as useRemoveRoomCommentReaction, p as useReportTextEditor, q as useResolveMentionSuggestions, r as useRoomAttachmentUrl, s as useRoomPermissions, t as useYjsProvider } from './room-CqmA66N2.js'; | ||
import { ISignal, SyncSource } from '@liveblocks/core'; | ||
import 'react/jsx-runtime'; | ||
import '@liveblocks/client'; | ||
import 'react/jsx-runtime'; | ||
@@ -7,0 +7,0 @@ declare const useLayoutEffect: typeof useLayoutEffect$1; |
@@ -22,3 +22,2 @@ import { | ||
useRoomAttachmentUrl, | ||
useRoomOrNull, | ||
useRoomPermissions, | ||
@@ -28,3 +27,3 @@ useSignal, | ||
useYjsProvider | ||
} from "./chunk-5RVW253W.js"; | ||
} from "./chunk-URVBSXYW.js"; | ||
@@ -126,3 +125,2 @@ // src/lib/use-layout-effect.ts | ||
useRoomAttachmentUrl, | ||
useRoomOrNull, | ||
useRoomPermissions, | ||
@@ -129,0 +127,0 @@ useSignal, |
@@ -1,7 +0,16 @@ | ||
export { C as ClientContext, L as LiveblocksProvider, M as MutationContext, R as RoomContext, H as RoomProvider, U as UseStorageStatusOptions, w as UseThreadsOptions, x as createLiveblocksContext, G as createRoomContext, I as useAddReaction, ao as useAttachmentUrl, J as useBatch, K as useBroadcastEvent, N as useCanRedo, O as useCanUndo, y as useClient, P as useCreateComment, Q as useCreateThread, z as useDeleteAllInboxNotifications, S as useDeleteComment, A as useDeleteInboxNotification, T as useDeleteThread, V as useEditComment, W as useEditThreadMetadata, B as useErrorListener, Z as useEventListener, $ as useHistory, af as useHistoryVersionData, ap as useHistoryVersions, _ as useInboxNotificationThread, ar as useInboxNotifications, a0 as useIsInsideRoom, a1 as useLostConnectionListener, D as useMarkAllInboxNotificationsAsRead, E as useMarkInboxNotificationAsRead, a2 as useMarkThreadAsRead, X as useMarkThreadAsResolved, Y as useMarkThreadAsUnresolved, a3 as useMutation, a4 as useMyPresence, as as useNotificationSettings, ag as useOther, ah as useOthers, ai as useOthersConnectionIds, a5 as useOthersListener, aj as useOthersMapped, a6 as useRedo, a7 as useRemoveReaction, a8 as useRoom, av as useRoomInfo, aq as useRoomNotificationSettings, ak as useSelf, a9 as useStatus, al as useStorage, aa as useStorageRoot, am as useStorageStatus, F as useSyncStatus, ab as useThreadSubscription, an as useThreads, ac as useUndo, aw as useUnreadInboxNotificationsCount, ad as useUpdateMyPresence, at as useUpdateNotificationSettings, ae as useUpdateRoomNotificationSettings, ax as useUser, au as useUserThreads_experimental } from './room-Bf3S78LF.js'; | ||
export { C as ClientContext, L as LiveblocksProvider, M as MutationContext, G as RoomProvider, U as UseStorageStatusOptions, v as UseThreadsOptions, w as createLiveblocksContext, F as createRoomContext, H as useAddReaction, am as useAttachmentUrl, I as useBatch, J as useBroadcastEvent, K as useCanRedo, N as useCanUndo, x as useClient, O as useCreateComment, P as useCreateThread, y as useDeleteAllInboxNotifications, Q as useDeleteComment, z as useDeleteInboxNotification, R as useDeleteThread, S as useEditComment, T as useEditThreadMetadata, A as useErrorListener, X as useEventListener, Y as useHistory, ad as useHistoryVersionData, an as useHistoryVersions, _ as useInboxNotificationThread, ap as useInboxNotifications, Z as useIsInsideRoom, $ as useLostConnectionListener, B as useMarkAllInboxNotificationsAsRead, D as useMarkInboxNotificationAsRead, a0 as useMarkThreadAsRead, V as useMarkThreadAsResolved, W as useMarkThreadAsUnresolved, a1 as useMutation, a2 as useMyPresence, aq as useNotificationSettings, ae as useOther, af as useOthers, ag as useOthersConnectionIds, a3 as useOthersListener, ah as useOthersMapped, a4 as useRedo, a5 as useRemoveReaction, a6 as useRoom, at as useRoomInfo, ao as useRoomNotificationSettings, ai as useSelf, a7 as useStatus, aj as useStorage, a8 as useStorageRoot, ak as useStorageStatus, E as useSyncStatus, a9 as useThreadSubscription, al as useThreads, aa as useUndo, au as useUnreadInboxNotificationsCount, ab as useUpdateMyPresence, ar as useUpdateNotificationSettings, ac as useUpdateRoomNotificationSettings, av as useUser, as as useUserThreads_experimental } from './room-CqmA66N2.js'; | ||
export { Json, JsonObject, isNotificationChannelEnabled, shallow } from '@liveblocks/client'; | ||
import * as react_jsx_runtime from 'react/jsx-runtime'; | ||
import * as react from 'react'; | ||
import { ReactNode } from 'react'; | ||
import '@liveblocks/core'; | ||
import { OpaqueRoom } from '@liveblocks/core'; | ||
/** | ||
* Raw access to the React context where the RoomProvider stores the current | ||
* room. Exposed for advanced use cases only. | ||
* | ||
* @private This is a private/advanced API. Do not rely on it. | ||
*/ | ||
declare const RoomContext: react.Context<OpaqueRoom | null>; | ||
type Props = { | ||
@@ -30,2 +39,2 @@ fallback: ReactNode; | ||
export { ClientSideSuspense }; | ||
export { ClientSideSuspense, RoomContext }; |
@@ -6,3 +6,3 @@ import { | ||
PKG_VERSION | ||
} from "./chunk-QYTJHNNQ.js"; | ||
} from "./chunk-TZMZRFYM.js"; | ||
import { | ||
@@ -72,3 +72,3 @@ ClientContext, | ||
useUpdateRoomNotificationSettings | ||
} from "./chunk-5RVW253W.js"; | ||
} from "./chunk-URVBSXYW.js"; | ||
@@ -75,0 +75,0 @@ // src/index.ts |
@@ -1,3 +0,3 @@ | ||
export { ClientSideSuspense } from './index.js'; | ||
export { C as ClientContext, L as LiveblocksProvider, M as MutationContext, R as RoomContext, H as RoomProvider, U as UseStorageStatusOptions, w as UseThreadsOptions, I as useAddReaction, aG as useAttachmentUrl, J as useBatch, K as useBroadcastEvent, N as useCanRedo, O as useCanUndo, y as useClient, P as useCreateComment, Q as useCreateThread, z as useDeleteAllInboxNotifications, S as useDeleteComment, A as useDeleteInboxNotification, T as useDeleteThread, V as useEditComment, W as useEditThreadMetadata, B as useErrorListener, Z as useEventListener, $ as useHistory, aH as useHistoryVersions, _ as useInboxNotificationThread, aJ as useInboxNotifications, a0 as useIsInsideRoom, a1 as useLostConnectionListener, D as useMarkAllInboxNotificationsAsRead, E as useMarkInboxNotificationAsRead, a2 as useMarkThreadAsRead, X as useMarkThreadAsResolved, Y as useMarkThreadAsUnresolved, a3 as useMutation, a4 as useMyPresence, aK as useNotificationSettings, ay as useOther, az as useOthers, aA as useOthersConnectionIds, a5 as useOthersListener, aB as useOthersMapped, a6 as useRedo, a7 as useRemoveReaction, a8 as useRoom, aL as useRoomInfo, aI as useRoomNotificationSettings, aC as useSelf, a9 as useStatus, aD as useStorage, aa as useStorageRoot, aE as useStorageStatus, F as useSyncStatus, ab as useThreadSubscription, aF as useThreads, ac as useUndo, aM as useUnreadInboxNotificationsCount, ad as useUpdateMyPresence, at as useUpdateNotificationSettings, ae as useUpdateRoomNotificationSettings, aN as useUser, aO as useUserThreads_experimental } from './room-Bf3S78LF.js'; | ||
export { ClientSideSuspense, RoomContext } from './index.js'; | ||
export { C as ClientContext, L as LiveblocksProvider, M as MutationContext, G as RoomProvider, U as UseStorageStatusOptions, v as UseThreadsOptions, H as useAddReaction, aE as useAttachmentUrl, I as useBatch, J as useBroadcastEvent, K as useCanRedo, N as useCanUndo, x as useClient, O as useCreateComment, P as useCreateThread, y as useDeleteAllInboxNotifications, Q as useDeleteComment, z as useDeleteInboxNotification, R as useDeleteThread, S as useEditComment, T as useEditThreadMetadata, A as useErrorListener, X as useEventListener, Y as useHistory, aF as useHistoryVersions, _ as useInboxNotificationThread, aH as useInboxNotifications, Z as useIsInsideRoom, $ as useLostConnectionListener, B as useMarkAllInboxNotificationsAsRead, D as useMarkInboxNotificationAsRead, a0 as useMarkThreadAsRead, V as useMarkThreadAsResolved, W as useMarkThreadAsUnresolved, a1 as useMutation, a2 as useMyPresence, aI as useNotificationSettings, aw as useOther, ax as useOthers, ay as useOthersConnectionIds, a3 as useOthersListener, az as useOthersMapped, a4 as useRedo, a5 as useRemoveReaction, a6 as useRoom, aJ as useRoomInfo, aG as useRoomNotificationSettings, aA as useSelf, a7 as useStatus, aB as useStorage, a8 as useStorageRoot, aC as useStorageStatus, E as useSyncStatus, a9 as useThreadSubscription, aD as useThreads, aa as useUndo, aK as useUnreadInboxNotificationsCount, ab as useUpdateMyPresence, ar as useUpdateNotificationSettings, ac as useUpdateRoomNotificationSettings, aL as useUser, aM as useUserThreads_experimental } from './room-CqmA66N2.js'; | ||
export { Json, JsonObject, isNotificationChannelEnabled, shallow } from '@liveblocks/client'; | ||
@@ -4,0 +4,0 @@ import 'react/jsx-runtime'; |
@@ -6,3 +6,3 @@ import { | ||
PKG_VERSION | ||
} from "./chunk-QYTJHNNQ.js"; | ||
} from "./chunk-TZMZRFYM.js"; | ||
import { | ||
@@ -69,3 +69,3 @@ ClientContext, | ||
useUpdateRoomNotificationSettings | ||
} from "./chunk-5RVW253W.js"; | ||
} from "./chunk-URVBSXYW.js"; | ||
@@ -72,0 +72,0 @@ // src/suspense.ts |
{ | ||
"name": "@liveblocks/react", | ||
"version": "2.19.0", | ||
"version": "2.20.0", | ||
"description": "A set of React hooks and providers to use Liveblocks declaratively. Liveblocks is the all-in-one toolkit to build collaborative products like Figma, Notion, and more.", | ||
@@ -64,4 +64,4 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@liveblocks/client": "2.19.0", | ||
"@liveblocks/core": "2.19.0" | ||
"@liveblocks/client": "2.20.0", | ||
"@liveblocks/core": "2.20.0" | ||
}, | ||
@@ -68,0 +68,0 @@ "peerDependencies": { |
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
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
1140202
10982
+ Added@liveblocks/client@2.20.0(transitive)
+ Added@liveblocks/core@2.20.0(transitive)
- Removed@liveblocks/client@2.19.0(transitive)
- Removed@liveblocks/core@2.19.0(transitive)
Updated@liveblocks/client@2.20.0
Updated@liveblocks/core@2.20.0