@liveblocks/react 2.15.1 → 2.16.0-rc1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_private.d.mts +6 -4
- package/dist/_private.d.ts +6 -4
- package/dist/_private.js +9 -6
- package/dist/_private.js.map +1 -1
- package/dist/_private.mjs +10 -7
- package/dist/_private.mjs.map +1 -1
- package/dist/{chunk-WV5AI4AE.js → chunk-IFSN2WSB.js} +2 -2
- package/dist/chunk-IFSN2WSB.js.map +1 -0
- package/dist/{chunk-GMKB6I6V.mjs → chunk-JZBPCFEX.mjs} +567 -892
- package/dist/chunk-JZBPCFEX.mjs.map +1 -0
- package/dist/{chunk-NUDMG62P.js → chunk-NZL5WL5O.js} +571 -896
- package/dist/chunk-NZL5WL5O.js.map +1 -0
- package/dist/{chunk-UX3CG7ZS.mjs → chunk-SIZA7M3F.mjs} +2 -2
- package/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +4 -6
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -4
- package/dist/index.mjs.map +1 -1
- package/dist/{room-XbmI0Hoh.d.mts → room-Ce3twcjb.d.mts} +148 -308
- package/dist/{room-XbmI0Hoh.d.ts → room-Ce3twcjb.d.ts} +148 -308
- package/dist/suspense.d.mts +1 -1
- package/dist/suspense.d.ts +1 -1
- package/dist/suspense.js +4 -4
- package/dist/suspense.js.map +1 -1
- package/dist/suspense.mjs +2 -2
- package/dist/suspense.mjs.map +1 -1
- package/package.json +6 -6
- package/dist/chunk-GMKB6I6V.mjs.map +0 -1
- package/dist/chunk-NUDMG62P.js.map +0 -1
- package/dist/chunk-WV5AI4AE.js.map +0 -1
- /package/dist/{chunk-UX3CG7ZS.mjs.map → chunk-SIZA7M3F.mjs.map} +0 -0
package/dist/suspense.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export { ClientSideSuspense } from './index.mjs';
|
|
2
|
-
export {
|
|
2
|
+
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, aE 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 useHistoryVersions, _ as useInboxNotificationThread, aH 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, aw as useOther, ax as useOthers, ay as useOthersConnectionIds, a5 as useOthersListener, az as useOthersMapped, a6 as useRedo, a7 as useRemoveReaction, a8 as useRoom, aI as useRoomInfo, aG as useRoomNotificationSettings, aA as useSelf, a9 as useStatus, aB as useStorage, aa as useStorageRoot, aC as useStorageStatus, F as useSyncStatus, ab as useThreadSubscription, aD as useThreads, ac as useUndo, aJ as useUnreadInboxNotificationsCount, ad as useUpdateMyPresence, ae as useUpdateRoomNotificationSettings, aK as useUser, aL as useUserThreads_experimental } from './room-Ce3twcjb.mjs';
|
|
3
3
|
export { Json, JsonObject, shallow } from '@liveblocks/client';
|
|
4
4
|
import 'react/jsx-runtime';
|
|
5
5
|
import 'react';
|
package/dist/suspense.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export { ClientSideSuspense } from './index.js';
|
|
2
|
-
export {
|
|
2
|
+
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, aE 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 useHistoryVersions, _ as useInboxNotificationThread, aH 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, aw as useOther, ax as useOthers, ay as useOthersConnectionIds, a5 as useOthersListener, az as useOthersMapped, a6 as useRedo, a7 as useRemoveReaction, a8 as useRoom, aI as useRoomInfo, aG as useRoomNotificationSettings, aA as useSelf, a9 as useStatus, aB as useStorage, aa as useStorageRoot, aC as useStorageStatus, F as useSyncStatus, ab as useThreadSubscription, aD as useThreads, ac as useUndo, aJ as useUnreadInboxNotificationsCount, ad as useUpdateMyPresence, ae as useUpdateRoomNotificationSettings, aK as useUser, aL as useUserThreads_experimental } from './room-Ce3twcjb.js';
|
|
3
3
|
export { Json, JsonObject, shallow } from '@liveblocks/client';
|
|
4
4
|
import 'react/jsx-runtime';
|
|
5
5
|
import 'react';
|
package/dist/suspense.js
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
var
|
|
6
|
+
var _chunkIFSN2WSBjs = require('./chunk-IFSN2WSB.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
@@ -63,12 +63,12 @@ var _chunkWV5AI4AEjs = require('./chunk-WV5AI4AE.js');
|
|
|
63
63
|
|
|
64
64
|
|
|
65
65
|
|
|
66
|
-
var
|
|
66
|
+
var _chunkNZL5WL5Ojs = require('./chunk-NZL5WL5O.js');
|
|
67
67
|
|
|
68
68
|
// src/suspense.ts
|
|
69
69
|
var _core = require('@liveblocks/core');
|
|
70
70
|
var _client = require('@liveblocks/client');
|
|
71
|
-
_core.detectDupes.call(void 0,
|
|
71
|
+
_core.detectDupes.call(void 0, _chunkIFSN2WSBjs.PKG_NAME, _chunkIFSN2WSBjs.PKG_VERSION, _chunkIFSN2WSBjs.PKG_FORMAT);
|
|
72
72
|
|
|
73
73
|
|
|
74
74
|
|
|
@@ -130,5 +130,5 @@ _core.detectDupes.call(void 0, _chunkWV5AI4AEjs.PKG_NAME, _chunkWV5AI4AEjs.PKG_V
|
|
|
130
130
|
|
|
131
131
|
|
|
132
132
|
|
|
133
|
-
exports.ClientContext =
|
|
133
|
+
exports.ClientContext = _chunkNZL5WL5Ojs.ClientContext; exports.ClientSideSuspense = _chunkIFSN2WSBjs.ClientSideSuspense; exports.LiveblocksProvider = _chunkNZL5WL5Ojs.LiveblocksProvider; exports.RoomContext = _chunkNZL5WL5Ojs.RoomContext; exports.RoomProvider = _chunkNZL5WL5Ojs._RoomProvider; exports.shallow = _client.shallow; exports.useAddReaction = _chunkNZL5WL5Ojs._useAddReaction; exports.useAttachmentUrl = _chunkNZL5WL5Ojs.useAttachmentUrlSuspense; exports.useBatch = _chunkNZL5WL5Ojs.useBatch; exports.useBroadcastEvent = _chunkNZL5WL5Ojs._useBroadcastEvent; exports.useCanRedo = _chunkNZL5WL5Ojs.useCanRedo; exports.useCanUndo = _chunkNZL5WL5Ojs.useCanUndo; exports.useClient = _chunkNZL5WL5Ojs.useClient; exports.useCreateComment = _chunkNZL5WL5Ojs.useCreateComment; exports.useCreateThread = _chunkNZL5WL5Ojs._useCreateThread; exports.useDeleteAllInboxNotifications = _chunkNZL5WL5Ojs.useDeleteAllInboxNotifications; exports.useDeleteComment = _chunkNZL5WL5Ojs.useDeleteComment; exports.useDeleteInboxNotification = _chunkNZL5WL5Ojs.useDeleteInboxNotification; exports.useDeleteThread = _chunkNZL5WL5Ojs._useDeleteThread; exports.useEditComment = _chunkNZL5WL5Ojs.useEditComment; exports.useEditThreadMetadata = _chunkNZL5WL5Ojs._useEditThreadMetadata; exports.useErrorListener = _chunkNZL5WL5Ojs.useErrorListener; exports.useEventListener = _chunkNZL5WL5Ojs._useEventListener; exports.useHistory = _chunkNZL5WL5Ojs.useHistory; exports.useHistoryVersions = _chunkNZL5WL5Ojs._useHistoryVersionsSuspense; exports.useInboxNotificationThread = _chunkNZL5WL5Ojs._useInboxNotificationThread; exports.useInboxNotifications = _chunkNZL5WL5Ojs.useInboxNotificationsSuspense; exports.useIsInsideRoom = _chunkNZL5WL5Ojs._useIsInsideRoom; exports.useLostConnectionListener = _chunkNZL5WL5Ojs.useLostConnectionListener; exports.useMarkAllInboxNotificationsAsRead = _chunkNZL5WL5Ojs.useMarkAllInboxNotificationsAsRead; exports.useMarkInboxNotificationAsRead = _chunkNZL5WL5Ojs.useMarkInboxNotificationAsRead; exports.useMarkThreadAsRead = _chunkNZL5WL5Ojs.useMarkThreadAsRead; exports.useMarkThreadAsResolved = _chunkNZL5WL5Ojs.useMarkThreadAsResolved; exports.useMarkThreadAsUnresolved = _chunkNZL5WL5Ojs.useMarkThreadAsUnresolved; exports.useMutation = _chunkNZL5WL5Ojs._useMutation; exports.useMyPresence = _chunkNZL5WL5Ojs._useMyPresence; exports.useOther = _chunkNZL5WL5Ojs._useOtherSuspense; exports.useOthers = _chunkNZL5WL5Ojs._useOthersSuspense; exports.useOthersConnectionIds = _chunkNZL5WL5Ojs.useOthersConnectionIdsSuspense; exports.useOthersListener = _chunkNZL5WL5Ojs._useOthersListener; exports.useOthersMapped = _chunkNZL5WL5Ojs._useOthersMappedSuspense; exports.useRedo = _chunkNZL5WL5Ojs.useRedo; exports.useRemoveReaction = _chunkNZL5WL5Ojs.useRemoveReaction; exports.useRoom = _chunkNZL5WL5Ojs._useRoom; exports.useRoomInfo = _chunkNZL5WL5Ojs.useRoomInfoSuspense; exports.useRoomNotificationSettings = _chunkNZL5WL5Ojs._useRoomNotificationSettingsSuspense; exports.useSelf = _chunkNZL5WL5Ojs._useSelfSuspense; exports.useStatus = _chunkNZL5WL5Ojs.useStatus; exports.useStorage = _chunkNZL5WL5Ojs._useStorageSuspense; exports.useStorageRoot = _chunkNZL5WL5Ojs._useStorageRoot; exports.useStorageStatus = _chunkNZL5WL5Ojs.useStorageStatusSuspense; exports.useSyncStatus = _chunkNZL5WL5Ojs.useSyncStatus; exports.useThreadSubscription = _chunkNZL5WL5Ojs.useThreadSubscription; exports.useThreads = _chunkNZL5WL5Ojs._useThreadsSuspense; exports.useUndo = _chunkNZL5WL5Ojs.useUndo; exports.useUnreadInboxNotificationsCount = _chunkNZL5WL5Ojs.useUnreadInboxNotificationsCountSuspense; exports.useUpdateMyPresence = _chunkNZL5WL5Ojs._useUpdateMyPresence; exports.useUpdateRoomNotificationSettings = _chunkNZL5WL5Ojs.useUpdateRoomNotificationSettings; exports.useUser = _chunkNZL5WL5Ojs._useUserSuspense; exports.useUserThreads_experimental = _chunkNZL5WL5Ojs._useUserThreadsSuspense_experimental;
|
|
134
134
|
//# sourceMappingURL=suspense.js.map
|
package/dist/suspense.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/suspense.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"sources":["/home/runner/work/liveblocks/liveblocks/packages/liveblocks-react/dist/suspense.js","../src/suspense.ts"],"names":[],"mappings":"AAAA;AACE;AACA;AACA;AACA;AACF,sDAA4B;AAC5B;AACE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACF,sDAA4B;AAC5B;AACA;AClEA,wCAA4B;AAc5B,4CAAwB;AAXxB,+BAAA,yBAAY,EAAU,4BAAA,EAAa,2BAAU,CAAA;ADmE7C;AACE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACF,q0HAAC","file":"/home/runner/work/liveblocks/liveblocks/packages/liveblocks-react/dist/suspense.js","sourcesContent":[null,"/* eslint-disable simple-import-sort/exports */\nimport { detectDupes } from \"@liveblocks/core\";\n\nimport { PKG_FORMAT, PKG_NAME, PKG_VERSION } from \"./version\";\ndetectDupes(PKG_NAME, PKG_VERSION, PKG_FORMAT);\n\nexport { ClientSideSuspense } from \"./ClientSideSuspense\";\nexport type {\n MutationContext,\n UseStorageStatusOptions,\n UseThreadsOptions,\n} from \"./types\";\n\n// Re-exports from @liveblocks/client, for convenience\nexport type { Json, JsonObject } from \"@liveblocks/client\";\nexport { shallow } from \"@liveblocks/client\";\n\n// Export all the top-level hooks\nexport {\n ClientContext,\n LiveblocksProvider,\n useClient,\n useInboxNotificationThread,\n useMarkAllInboxNotificationsAsRead,\n useMarkInboxNotificationAsRead,\n useDeleteAllInboxNotifications,\n useDeleteInboxNotification,\n useSyncStatus,\n useErrorListener,\n} from \"./liveblocks\";\nexport {\n RoomContext,\n RoomProvider,\n useAddReaction,\n useBatch,\n useBroadcastEvent,\n useCanRedo,\n useCanUndo,\n useCreateComment,\n useCreateThread,\n useDeleteComment,\n useDeleteThread,\n useEditComment,\n useEditThreadMetadata,\n useMarkThreadAsResolved,\n useMarkThreadAsUnresolved,\n useEventListener,\n useHistory,\n useIsInsideRoom,\n useLostConnectionListener,\n useMarkThreadAsRead,\n useMutation,\n useMyPresence,\n useOthersListener,\n useRedo,\n useRemoveReaction,\n useRoom,\n useStatus,\n useStorageRoot,\n useThreadSubscription,\n useUndo,\n useUpdateMyPresence,\n useUpdateRoomNotificationSettings,\n} from \"./room\";\n\n// Export the Suspense versions of our hooks\n// (This part differs from src/index.ts)\nexport {\n useOtherSuspense as useOther,\n useOthersSuspense as useOthers,\n useOthersConnectionIdsSuspense as useOthersConnectionIds,\n useOthersMappedSuspense as useOthersMapped,\n useSelfSuspense as useSelf,\n useStorageSuspense as useStorage,\n useStorageStatusSuspense as useStorageStatus,\n useThreadsSuspense as useThreads,\n useAttachmentUrlSuspense as useAttachmentUrl,\n useHistoryVersionsSuspense as useHistoryVersions,\n useRoomNotificationSettingsSuspense as useRoomNotificationSettings,\n} from \"./room\";\nexport {\n useInboxNotificationsSuspense as useInboxNotifications,\n useRoomInfoSuspense as useRoomInfo,\n useUnreadInboxNotificationsCountSuspense as useUnreadInboxNotificationsCount,\n useUserSuspense as useUser,\n useUserThreadsSuspense_experimental as useUserThreads_experimental,\n} from \"./liveblocks\";\n"]}
|
package/dist/suspense.mjs
CHANGED
|
@@ -3,7 +3,7 @@ import {
|
|
|
3
3
|
PKG_FORMAT,
|
|
4
4
|
PKG_NAME,
|
|
5
5
|
PKG_VERSION
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-SIZA7M3F.mjs";
|
|
7
7
|
import {
|
|
8
8
|
ClientContext,
|
|
9
9
|
LiveblocksProvider,
|
|
@@ -63,7 +63,7 @@ import {
|
|
|
63
63
|
useUndo,
|
|
64
64
|
useUnreadInboxNotificationsCountSuspense,
|
|
65
65
|
useUpdateRoomNotificationSettings
|
|
66
|
-
} from "./chunk-
|
|
66
|
+
} from "./chunk-JZBPCFEX.mjs";
|
|
67
67
|
|
|
68
68
|
// src/suspense.ts
|
|
69
69
|
import { detectDupes } from "@liveblocks/core";
|
package/dist/suspense.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/suspense.ts"],"sourcesContent":["/* eslint-disable simple-import-sort/exports */\nimport { detectDupes } from \"@liveblocks/core\";\n\nimport { PKG_FORMAT, PKG_NAME, PKG_VERSION } from \"./version\";\ndetectDupes(PKG_NAME, PKG_VERSION, PKG_FORMAT);\n\nexport { ClientSideSuspense } from \"./ClientSideSuspense\";\nexport type {\n MutationContext,\n UseStorageStatusOptions,\n UseThreadsOptions,\n} from \"./types\";\n\n// Re-exports from @liveblocks/client, for convenience\nexport type { Json, JsonObject } from \"@liveblocks/client\";\nexport { shallow } from \"@liveblocks/client\";\n\n// Export all the top-level hooks\nexport {\n ClientContext,\n LiveblocksProvider,\n useClient,\n useInboxNotificationThread,\n useMarkAllInboxNotificationsAsRead,\n useMarkInboxNotificationAsRead,\n useDeleteAllInboxNotifications,\n useDeleteInboxNotification,\n useSyncStatus,\n} from \"./liveblocks\";\nexport {\n RoomContext,\n RoomProvider,\n useAddReaction,\n useBatch,\n useBroadcastEvent,\n useCanRedo,\n useCanUndo,\n useCreateComment,\n useCreateThread,\n useDeleteComment,\n useDeleteThread,\n useEditComment,\n useEditThreadMetadata,\n useMarkThreadAsResolved,\n useMarkThreadAsUnresolved,\n
|
|
1
|
+
{"version":3,"sources":["../src/suspense.ts"],"sourcesContent":["/* eslint-disable simple-import-sort/exports */\nimport { detectDupes } from \"@liveblocks/core\";\n\nimport { PKG_FORMAT, PKG_NAME, PKG_VERSION } from \"./version\";\ndetectDupes(PKG_NAME, PKG_VERSION, PKG_FORMAT);\n\nexport { ClientSideSuspense } from \"./ClientSideSuspense\";\nexport type {\n MutationContext,\n UseStorageStatusOptions,\n UseThreadsOptions,\n} from \"./types\";\n\n// Re-exports from @liveblocks/client, for convenience\nexport type { Json, JsonObject } from \"@liveblocks/client\";\nexport { shallow } from \"@liveblocks/client\";\n\n// Export all the top-level hooks\nexport {\n ClientContext,\n LiveblocksProvider,\n useClient,\n useInboxNotificationThread,\n useMarkAllInboxNotificationsAsRead,\n useMarkInboxNotificationAsRead,\n useDeleteAllInboxNotifications,\n useDeleteInboxNotification,\n useSyncStatus,\n useErrorListener,\n} from \"./liveblocks\";\nexport {\n RoomContext,\n RoomProvider,\n useAddReaction,\n useBatch,\n useBroadcastEvent,\n useCanRedo,\n useCanUndo,\n useCreateComment,\n useCreateThread,\n useDeleteComment,\n useDeleteThread,\n useEditComment,\n useEditThreadMetadata,\n useMarkThreadAsResolved,\n useMarkThreadAsUnresolved,\n useEventListener,\n useHistory,\n useIsInsideRoom,\n useLostConnectionListener,\n useMarkThreadAsRead,\n useMutation,\n useMyPresence,\n useOthersListener,\n useRedo,\n useRemoveReaction,\n useRoom,\n useStatus,\n useStorageRoot,\n useThreadSubscription,\n useUndo,\n useUpdateMyPresence,\n useUpdateRoomNotificationSettings,\n} from \"./room\";\n\n// Export the Suspense versions of our hooks\n// (This part differs from src/index.ts)\nexport {\n useOtherSuspense as useOther,\n useOthersSuspense as useOthers,\n useOthersConnectionIdsSuspense as useOthersConnectionIds,\n useOthersMappedSuspense as useOthersMapped,\n useSelfSuspense as useSelf,\n useStorageSuspense as useStorage,\n useStorageStatusSuspense as useStorageStatus,\n useThreadsSuspense as useThreads,\n useAttachmentUrlSuspense as useAttachmentUrl,\n useHistoryVersionsSuspense as useHistoryVersions,\n useRoomNotificationSettingsSuspense as useRoomNotificationSettings,\n} from \"./room\";\nexport {\n useInboxNotificationsSuspense as useInboxNotifications,\n useRoomInfoSuspense as useRoomInfo,\n useUnreadInboxNotificationsCountSuspense as useUnreadInboxNotificationsCount,\n useUserSuspense as useUser,\n useUserThreadsSuspense_experimental as useUserThreads_experimental,\n} from \"./liveblocks\";\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AACA,SAAS,mBAAmB;AAc5B,SAAS,eAAe;AAXxB,YAAY,UAAU,aAAa,UAAU;","names":[]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@liveblocks/react",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.16.0-rc1",
|
|
4
4
|
"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.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"type": "commonjs",
|
|
@@ -61,8 +61,8 @@
|
|
|
61
61
|
"showdeps": "depcruise src --include-only '^src' --exclude='__tests__' --output-type dot | dot -T svg > /tmp/dependency-graph.svg && open /tmp/dependency-graph.svg"
|
|
62
62
|
},
|
|
63
63
|
"dependencies": {
|
|
64
|
-
"@liveblocks/client": "2.
|
|
65
|
-
"@liveblocks/core": "2.
|
|
64
|
+
"@liveblocks/client": "2.16.0-rc1",
|
|
65
|
+
"@liveblocks/core": "2.16.0-rc1"
|
|
66
66
|
},
|
|
67
67
|
"peerDependencies": {
|
|
68
68
|
"react": "^18 || ^19 || ^19.0.0-rc"
|
|
@@ -70,13 +70,13 @@
|
|
|
70
70
|
"devDependencies": {
|
|
71
71
|
"@liveblocks/eslint-config": "*",
|
|
72
72
|
"@liveblocks/jest-config": "*",
|
|
73
|
-
"@liveblocks/query-parser": "^0.0.
|
|
73
|
+
"@liveblocks/query-parser": "^0.0.5",
|
|
74
74
|
"@testing-library/jest-dom": "6.4.6",
|
|
75
75
|
"@testing-library/react": "14.1.2",
|
|
76
76
|
"date-fns": "^3.6.0",
|
|
77
77
|
"eslint-plugin-react-hooks": "^4.6.2",
|
|
78
78
|
"itertools": "^2.3.2",
|
|
79
|
-
"msw": "1.3.
|
|
79
|
+
"msw": "^1.3.5",
|
|
80
80
|
"react-error-boundary": "^4.0.13"
|
|
81
81
|
},
|
|
82
82
|
"sideEffects": false,
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
},
|
|
86
86
|
"repository": {
|
|
87
87
|
"type": "git",
|
|
88
|
-
"url": "https://github.com/liveblocks/liveblocks.git",
|
|
88
|
+
"url": "git+https://github.com/liveblocks/liveblocks.git",
|
|
89
89
|
"directory": "packages/liveblocks-react"
|
|
90
90
|
},
|
|
91
91
|
"homepage": "https://liveblocks.io",
|