@liveblocks/client
Advanced tools
Comparing version 2.17.0-channels1 to 2.17.0-usrnotsettings1
@@ -1,1 +0,1 @@ | ||
export { BaseActivitiesData, BaseMetadata, BaseUserMeta, BroadcastOptions, ChannelNotificationSetting, ChannelsNotificationSettings, Client, ClientOptions, CommentAttachment, CommentBody, CommentBodyBlockElement, CommentBodyElement, CommentBodyInlineElement, CommentBodyLink, CommentBodyLinkElementArgs, CommentBodyMention, CommentBodyMentionElementArgs, CommentBodyParagraph, CommentBodyParagraphElementArgs, CommentBodyText, CommentBodyTextElementArgs, CommentData, CommentLocalAttachment, CommentMixedAttachment, CommentReaction, EnsureJson, History, HistoryVersion, IUserInfo, Immutable, InboxNotificationData, Json, JsonArray, JsonObject, JsonScalar, LiveList, LiveListUpdate, LiveMap, LiveMapUpdate, LiveObject, LiveObjectUpdate, LiveStructure, LostConnectionEvent, Lson, LsonObject, NotificationChannel, NotificationKind, OthersEvent, PlainLsonObject, ResolveMentionSuggestionsArgs, ResolveRoomsInfoArgs, ResolveUsersArgs, Room, RoomNotificationSettings, Status, StorageStatus, StorageUpdate, StringifyCommentBodyElements, StringifyCommentBodyOptions, ThreadData, ToImmutable, UploadAttachmentOptions, User, createClient, getMentionedIdsFromCommentBody, isChannelNotificationSettingEnabled, shallow, stringifyCommentBody, toPlainLson } from '@liveblocks/core'; | ||
export { BaseActivitiesData, BaseMetadata, BaseUserMeta, BroadcastOptions, Client, ClientOptions, CommentAttachment, CommentBody, CommentBodyBlockElement, CommentBodyElement, CommentBodyInlineElement, CommentBodyLink, CommentBodyLinkElementArgs, CommentBodyMention, CommentBodyMentionElementArgs, CommentBodyParagraph, CommentBodyParagraphElementArgs, CommentBodyText, CommentBodyTextElementArgs, CommentData, CommentLocalAttachment, CommentMixedAttachment, CommentReaction, EnsureJson, History, HistoryVersion, IUserInfo, Immutable, InboxNotificationData, Json, JsonArray, JsonObject, JsonScalar, LiveList, LiveListUpdate, LiveMap, LiveMapUpdate, LiveObject, LiveObjectUpdate, LiveStructure, LiveblocksError, LiveblocksErrorContext, LostConnectionEvent, Lson, LsonObject, NotificationChannel, NotificationChannelSettings, NotificationKind, OthersEvent, PlainLsonObject, ResolveMentionSuggestionsArgs, ResolveRoomsInfoArgs, ResolveUsersArgs, Room, RoomNotificationSettings, Status, StorageStatus, StorageUpdate, StringifyCommentBodyElements, StringifyCommentBodyOptions, ThreadData, ToImmutable, UploadAttachmentOptions, User, UserNotificationSettings, createClient, getMentionedIdsFromCommentBody, isNotificationChannelEnabled, shallow, stringifyCommentBody, toPlainLson } from '@liveblocks/core'; |
@@ -6,3 +6,3 @@ "use strict";Object.defineProperty(exports, "__esModule", {value: true});// src/index.ts | ||
var PKG_NAME = "@liveblocks/client"; | ||
var PKG_VERSION = "2.17.0-channels1"; | ||
var PKG_VERSION = "2.17.0-usrnotsettings1"; | ||
var PKG_FORMAT = "cjs"; | ||
@@ -22,2 +22,3 @@ | ||
_core.detectDupes.call(void 0, PKG_NAME, PKG_VERSION, PKG_FORMAT); | ||
@@ -34,3 +35,4 @@ | ||
exports.LiveList = _core.LiveList; exports.LiveMap = _core.LiveMap; exports.LiveObject = _core.LiveObject; exports.createClient = _core.createClient; exports.getMentionedIdsFromCommentBody = _core.getMentionedIdsFromCommentBody; exports.isChannelNotificationSettingEnabled = _core.isChannelNotificationSettingEnabled; exports.shallow = _core.shallow; exports.stringifyCommentBody = _core.stringifyCommentBody; exports.toPlainLson = _core.toPlainLson; | ||
exports.LiveList = _core.LiveList; exports.LiveMap = _core.LiveMap; exports.LiveObject = _core.LiveObject; exports.LiveblocksError = _core.LiveblocksError; exports.createClient = _core.createClient; exports.getMentionedIdsFromCommentBody = _core.getMentionedIdsFromCommentBody; exports.isNotificationChannelEnabled = _core.isNotificationChannelEnabled; exports.shallow = _core.shallow; exports.stringifyCommentBody = _core.stringifyCommentBody; exports.toPlainLson = _core.toPlainLson; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@liveblocks/client", | ||
"version": "2.17.0-channels1", | ||
"version": "2.17.0-usrnotsettings1", | ||
"description": "A client that lets you interact with Liveblocks servers. Liveblocks is the all-in-one toolkit to build collaborative products like Figma, Notion, and more.", | ||
@@ -37,3 +37,3 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@liveblocks/core": "2.17.0-channels1" | ||
"@liveblocks/core": "2.17.0-usrnotsettings1" | ||
}, | ||
@@ -40,0 +40,0 @@ "devDependencies": { |
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
13160
47
+ Added@liveblocks/core@2.17.0-usrnotsettings1(transitive)
- Removed@liveblocks/core@2.17.0-channels1(transitive)