@liveblocks/react 2.15.0 → 2.15.1
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.js +5 -5
- package/dist/_private.mjs +1 -1
- package/dist/{chunk-NZZCQLBR.mjs → chunk-GMKB6I6V.mjs} +30 -21
- package/dist/chunk-GMKB6I6V.mjs.map +1 -0
- package/dist/{chunk-UKPVXB7D.js → chunk-NUDMG62P.js} +19 -10
- package/dist/chunk-NUDMG62P.js.map +1 -0
- package/dist/{chunk-4HZJQXE5.mjs → chunk-UX3CG7ZS.mjs} +2 -2
- package/dist/{chunk-36VCTTYL.js → chunk-WV5AI4AE.js} +2 -2
- package/dist/index.js +4 -4
- package/dist/index.mjs +2 -2
- package/dist/suspense.js +4 -4
- package/dist/suspense.mjs +2 -2
- package/package.json +3 -3
- package/dist/chunk-NZZCQLBR.mjs.map +0 -1
- package/dist/chunk-UKPVXB7D.js.map +0 -1
- /package/dist/{chunk-4HZJQXE5.mjs.map → chunk-UX3CG7ZS.mjs.map} +0 -0
- /package/dist/{chunk-36VCTTYL.js.map → chunk-WV5AI4AE.js.map} +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// src/version.ts
|
|
2
2
|
var PKG_NAME = "@liveblocks/react";
|
|
3
|
-
var PKG_VERSION = "2.15.
|
|
3
|
+
var PKG_VERSION = "2.15.1";
|
|
4
4
|
var PKG_FORMAT = "esm";
|
|
5
5
|
|
|
6
6
|
// src/ClientSideSuspense.tsx
|
|
@@ -20,4 +20,4 @@ export {
|
|
|
20
20
|
PKG_FORMAT,
|
|
21
21
|
ClientSideSuspense
|
|
22
22
|
};
|
|
23
|
-
//# sourceMappingURL=chunk-
|
|
23
|
+
//# sourceMappingURL=chunk-UX3CG7ZS.mjs.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});// src/version.ts
|
|
2
2
|
var PKG_NAME = "@liveblocks/react";
|
|
3
|
-
var PKG_VERSION = "2.15.
|
|
3
|
+
var PKG_VERSION = "2.15.1";
|
|
4
4
|
var PKG_FORMAT = "cjs";
|
|
5
5
|
|
|
6
6
|
// src/ClientSideSuspense.tsx
|
|
@@ -20,4 +20,4 @@ function ClientSideSuspense(props) {
|
|
|
20
20
|
|
|
21
21
|
|
|
22
22
|
exports.PKG_NAME = PKG_NAME; exports.PKG_VERSION = PKG_VERSION; exports.PKG_FORMAT = PKG_FORMAT; exports.ClientSideSuspense = ClientSideSuspense;
|
|
23
|
-
//# sourceMappingURL=chunk-
|
|
23
|
+
//# sourceMappingURL=chunk-WV5AI4AE.js.map
|
package/dist/index.js
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
var
|
|
6
|
+
var _chunkWV5AI4AEjs = require('./chunk-WV5AI4AE.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
@@ -67,12 +67,12 @@ var _chunk36VCTTYLjs = require('./chunk-36VCTTYL.js');
|
|
|
67
67
|
|
|
68
68
|
|
|
69
69
|
|
|
70
|
-
var
|
|
70
|
+
var _chunkNUDMG62Pjs = require('./chunk-NUDMG62P.js');
|
|
71
71
|
|
|
72
72
|
// src/index.ts
|
|
73
73
|
var _core = require('@liveblocks/core');
|
|
74
74
|
var _client = require('@liveblocks/client');
|
|
75
|
-
_core.detectDupes.call(void 0,
|
|
75
|
+
_core.detectDupes.call(void 0, _chunkWV5AI4AEjs.PKG_NAME, _chunkWV5AI4AEjs.PKG_VERSION, _chunkWV5AI4AEjs.PKG_FORMAT);
|
|
76
76
|
|
|
77
77
|
|
|
78
78
|
|
|
@@ -138,5 +138,5 @@ _core.detectDupes.call(void 0, _chunk36VCTTYLjs.PKG_NAME, _chunk36VCTTYLjs.PKG_V
|
|
|
138
138
|
|
|
139
139
|
|
|
140
140
|
|
|
141
|
-
exports.ClientContext =
|
|
141
|
+
exports.ClientContext = _chunkNUDMG62Pjs.ClientContext; exports.ClientSideSuspense = _chunkWV5AI4AEjs.ClientSideSuspense; exports.LiveblocksProvider = _chunkNUDMG62Pjs.LiveblocksProvider; exports.RoomContext = _chunkNUDMG62Pjs.RoomContext; exports.RoomProvider = _chunkNUDMG62Pjs._RoomProvider; exports.createLiveblocksContext = _chunkNUDMG62Pjs.createLiveblocksContext; exports.createRoomContext = _chunkNUDMG62Pjs.createRoomContext; exports.shallow = _client.shallow; exports.useAddReaction = _chunkNUDMG62Pjs._useAddReaction; exports.useAttachmentUrl = _chunkNUDMG62Pjs.useAttachmentUrl; exports.useBatch = _chunkNUDMG62Pjs.useBatch; exports.useBroadcastEvent = _chunkNUDMG62Pjs._useBroadcastEvent; exports.useCanRedo = _chunkNUDMG62Pjs.useCanRedo; exports.useCanUndo = _chunkNUDMG62Pjs.useCanUndo; exports.useClient = _chunkNUDMG62Pjs.useClient; exports.useCommentsErrorListener = _chunkNUDMG62Pjs.useCommentsErrorListener; exports.useCreateComment = _chunkNUDMG62Pjs.useCreateComment; exports.useCreateThread = _chunkNUDMG62Pjs._useCreateThread; exports.useDeleteAllInboxNotifications = _chunkNUDMG62Pjs.useDeleteAllInboxNotifications; exports.useDeleteComment = _chunkNUDMG62Pjs.useDeleteComment; exports.useDeleteInboxNotification = _chunkNUDMG62Pjs.useDeleteInboxNotification; exports.useDeleteThread = _chunkNUDMG62Pjs._useDeleteThread; exports.useEditComment = _chunkNUDMG62Pjs.useEditComment; exports.useEditThreadMetadata = _chunkNUDMG62Pjs._useEditThreadMetadata; exports.useErrorListener = _chunkNUDMG62Pjs.useErrorListener; exports.useEventListener = _chunkNUDMG62Pjs._useEventListener; exports.useHistory = _chunkNUDMG62Pjs.useHistory; exports.useHistoryVersionData = _chunkNUDMG62Pjs.useHistoryVersionData; exports.useHistoryVersions = _chunkNUDMG62Pjs._useHistoryVersions; exports.useInboxNotificationThread = _chunkNUDMG62Pjs._useInboxNotificationThread; exports.useInboxNotifications = _chunkNUDMG62Pjs.useInboxNotifications; exports.useIsInsideRoom = _chunkNUDMG62Pjs._useIsInsideRoom; exports.useLostConnectionListener = _chunkNUDMG62Pjs.useLostConnectionListener; exports.useMarkAllInboxNotificationsAsRead = _chunkNUDMG62Pjs.useMarkAllInboxNotificationsAsRead; exports.useMarkInboxNotificationAsRead = _chunkNUDMG62Pjs.useMarkInboxNotificationAsRead; exports.useMarkThreadAsRead = _chunkNUDMG62Pjs.useMarkThreadAsRead; exports.useMarkThreadAsResolved = _chunkNUDMG62Pjs.useMarkThreadAsResolved; exports.useMarkThreadAsUnresolved = _chunkNUDMG62Pjs.useMarkThreadAsUnresolved; exports.useMutation = _chunkNUDMG62Pjs._useMutation; exports.useMyPresence = _chunkNUDMG62Pjs._useMyPresence; exports.useOther = _chunkNUDMG62Pjs._useOther; exports.useOthers = _chunkNUDMG62Pjs._useOthers; exports.useOthersConnectionIds = _chunkNUDMG62Pjs.useOthersConnectionIds; exports.useOthersListener = _chunkNUDMG62Pjs._useOthersListener; exports.useOthersMapped = _chunkNUDMG62Pjs._useOthersMapped; exports.useRedo = _chunkNUDMG62Pjs.useRedo; exports.useRemoveReaction = _chunkNUDMG62Pjs.useRemoveReaction; exports.useRoom = _chunkNUDMG62Pjs._useRoom; exports.useRoomInfo = _chunkNUDMG62Pjs.useRoomInfo; exports.useRoomNotificationSettings = _chunkNUDMG62Pjs._useRoomNotificationSettings; exports.useSelf = _chunkNUDMG62Pjs._useSelf; exports.useStatus = _chunkNUDMG62Pjs.useStatus; exports.useStorage = _chunkNUDMG62Pjs._useStorage; exports.useStorageRoot = _chunkNUDMG62Pjs._useStorageRoot; exports.useStorageStatus = _chunkNUDMG62Pjs.useStorageStatus; exports.useSyncStatus = _chunkNUDMG62Pjs.useSyncStatus; exports.useThreadSubscription = _chunkNUDMG62Pjs.useThreadSubscription; exports.useThreads = _chunkNUDMG62Pjs._useThreads; exports.useUndo = _chunkNUDMG62Pjs.useUndo; exports.useUnreadInboxNotificationsCount = _chunkNUDMG62Pjs.useUnreadInboxNotificationsCount; exports.useUpdateMyPresence = _chunkNUDMG62Pjs._useUpdateMyPresence; exports.useUpdateRoomNotificationSettings = _chunkNUDMG62Pjs.useUpdateRoomNotificationSettings; exports.useUser = _chunkNUDMG62Pjs._useUser; exports.useUserThreads_experimental = _chunkNUDMG62Pjs._useUserThreads_experimental;
|
|
142
142
|
//# sourceMappingURL=index.js.map
|
package/dist/index.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-UX3CG7ZS.mjs";
|
|
7
7
|
import {
|
|
8
8
|
ClientContext,
|
|
9
9
|
LiveblocksProvider,
|
|
@@ -67,7 +67,7 @@ import {
|
|
|
67
67
|
useUndo,
|
|
68
68
|
useUnreadInboxNotificationsCount,
|
|
69
69
|
useUpdateRoomNotificationSettings
|
|
70
|
-
} from "./chunk-
|
|
70
|
+
} from "./chunk-GMKB6I6V.mjs";
|
|
71
71
|
|
|
72
72
|
// src/index.ts
|
|
73
73
|
import { detectDupes } from "@liveblocks/core";
|
package/dist/suspense.js
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
var
|
|
6
|
+
var _chunkWV5AI4AEjs = require('./chunk-WV5AI4AE.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
@@ -63,12 +63,12 @@ var _chunk36VCTTYLjs = require('./chunk-36VCTTYL.js');
|
|
|
63
63
|
|
|
64
64
|
|
|
65
65
|
|
|
66
|
-
var
|
|
66
|
+
var _chunkNUDMG62Pjs = require('./chunk-NUDMG62P.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, _chunkWV5AI4AEjs.PKG_NAME, _chunkWV5AI4AEjs.PKG_VERSION, _chunkWV5AI4AEjs.PKG_FORMAT);
|
|
72
72
|
|
|
73
73
|
|
|
74
74
|
|
|
@@ -130,5 +130,5 @@ _core.detectDupes.call(void 0, _chunk36VCTTYLjs.PKG_NAME, _chunk36VCTTYLjs.PKG_V
|
|
|
130
130
|
|
|
131
131
|
|
|
132
132
|
|
|
133
|
-
exports.ClientContext =
|
|
133
|
+
exports.ClientContext = _chunkNUDMG62Pjs.ClientContext; exports.ClientSideSuspense = _chunkWV5AI4AEjs.ClientSideSuspense; exports.LiveblocksProvider = _chunkNUDMG62Pjs.LiveblocksProvider; exports.RoomContext = _chunkNUDMG62Pjs.RoomContext; exports.RoomProvider = _chunkNUDMG62Pjs._RoomProvider; exports.shallow = _client.shallow; exports.useAddReaction = _chunkNUDMG62Pjs._useAddReaction; exports.useAttachmentUrl = _chunkNUDMG62Pjs.useAttachmentUrlSuspense; exports.useBatch = _chunkNUDMG62Pjs.useBatch; exports.useBroadcastEvent = _chunkNUDMG62Pjs._useBroadcastEvent; exports.useCanRedo = _chunkNUDMG62Pjs.useCanRedo; exports.useCanUndo = _chunkNUDMG62Pjs.useCanUndo; exports.useClient = _chunkNUDMG62Pjs.useClient; exports.useCreateComment = _chunkNUDMG62Pjs.useCreateComment; exports.useCreateThread = _chunkNUDMG62Pjs._useCreateThread; exports.useDeleteAllInboxNotifications = _chunkNUDMG62Pjs.useDeleteAllInboxNotifications; exports.useDeleteComment = _chunkNUDMG62Pjs.useDeleteComment; exports.useDeleteInboxNotification = _chunkNUDMG62Pjs.useDeleteInboxNotification; exports.useDeleteThread = _chunkNUDMG62Pjs._useDeleteThread; exports.useEditComment = _chunkNUDMG62Pjs.useEditComment; exports.useEditThreadMetadata = _chunkNUDMG62Pjs._useEditThreadMetadata; exports.useErrorListener = _chunkNUDMG62Pjs.useErrorListener; exports.useEventListener = _chunkNUDMG62Pjs._useEventListener; exports.useHistory = _chunkNUDMG62Pjs.useHistory; exports.useHistoryVersions = _chunkNUDMG62Pjs._useHistoryVersionsSuspense; exports.useInboxNotificationThread = _chunkNUDMG62Pjs._useInboxNotificationThread; exports.useInboxNotifications = _chunkNUDMG62Pjs.useInboxNotificationsSuspense; exports.useIsInsideRoom = _chunkNUDMG62Pjs._useIsInsideRoom; exports.useLostConnectionListener = _chunkNUDMG62Pjs.useLostConnectionListener; exports.useMarkAllInboxNotificationsAsRead = _chunkNUDMG62Pjs.useMarkAllInboxNotificationsAsRead; exports.useMarkInboxNotificationAsRead = _chunkNUDMG62Pjs.useMarkInboxNotificationAsRead; exports.useMarkThreadAsRead = _chunkNUDMG62Pjs.useMarkThreadAsRead; exports.useMarkThreadAsResolved = _chunkNUDMG62Pjs.useMarkThreadAsResolved; exports.useMarkThreadAsUnresolved = _chunkNUDMG62Pjs.useMarkThreadAsUnresolved; exports.useMutation = _chunkNUDMG62Pjs._useMutation; exports.useMyPresence = _chunkNUDMG62Pjs._useMyPresence; exports.useOther = _chunkNUDMG62Pjs._useOtherSuspense; exports.useOthers = _chunkNUDMG62Pjs._useOthersSuspense; exports.useOthersConnectionIds = _chunkNUDMG62Pjs.useOthersConnectionIdsSuspense; exports.useOthersListener = _chunkNUDMG62Pjs._useOthersListener; exports.useOthersMapped = _chunkNUDMG62Pjs._useOthersMappedSuspense; exports.useRedo = _chunkNUDMG62Pjs.useRedo; exports.useRemoveReaction = _chunkNUDMG62Pjs.useRemoveReaction; exports.useRoom = _chunkNUDMG62Pjs._useRoom; exports.useRoomInfo = _chunkNUDMG62Pjs.useRoomInfoSuspense; exports.useRoomNotificationSettings = _chunkNUDMG62Pjs._useRoomNotificationSettingsSuspense; exports.useSelf = _chunkNUDMG62Pjs._useSelfSuspense; exports.useStatus = _chunkNUDMG62Pjs.useStatus; exports.useStorage = _chunkNUDMG62Pjs._useStorageSuspense; exports.useStorageRoot = _chunkNUDMG62Pjs._useStorageRoot; exports.useStorageStatus = _chunkNUDMG62Pjs.useStorageStatusSuspense; exports.useSyncStatus = _chunkNUDMG62Pjs.useSyncStatus; exports.useThreadSubscription = _chunkNUDMG62Pjs.useThreadSubscription; exports.useThreads = _chunkNUDMG62Pjs._useThreadsSuspense; exports.useUndo = _chunkNUDMG62Pjs.useUndo; exports.useUnreadInboxNotificationsCount = _chunkNUDMG62Pjs.useUnreadInboxNotificationsCountSuspense; exports.useUpdateMyPresence = _chunkNUDMG62Pjs._useUpdateMyPresence; exports.useUpdateRoomNotificationSettings = _chunkNUDMG62Pjs.useUpdateRoomNotificationSettings; exports.useUser = _chunkNUDMG62Pjs._useUserSuspense; exports.useUserThreads_experimental = _chunkNUDMG62Pjs._useUserThreadsSuspense_experimental;
|
|
134
134
|
//# sourceMappingURL=suspense.js.map
|
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-UX3CG7ZS.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-GMKB6I6V.mjs";
|
|
67
67
|
|
|
68
68
|
// src/suspense.ts
|
|
69
69
|
import { detectDupes } from "@liveblocks/core";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@liveblocks/react",
|
|
3
|
-
"version": "2.15.
|
|
3
|
+
"version": "2.15.1",
|
|
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.15.
|
|
65
|
-
"@liveblocks/core": "2.15.
|
|
64
|
+
"@liveblocks/client": "2.15.1",
|
|
65
|
+
"@liveblocks/core": "2.15.1"
|
|
66
66
|
},
|
|
67
67
|
"peerDependencies": {
|
|
68
68
|
"react": "^18 || ^19 || ^19.0.0-rc"
|