@liveblocks/client
Advanced tools
Comparing version 1.19.0-test1 to 2.0.0-alpha1
@@ -1,2 +0,2 @@ | ||
export { BaseMetadata, BaseUserMeta, BroadcastOptions, Client, CommentBody, CommentBodyBlockElement, CommentBodyElement, CommentBodyInlineElement, CommentBodyLink, CommentBodyLinkElementArgs, CommentBodyMention, CommentBodyMentionElementArgs, CommentBodyParagraph, CommentBodyParagraphElementArgs, CommentBodyResolveUsersArgs, CommentBodyText, CommentBodyTextElementArgs, CommentData, History, IUserInfo, Immutable, Json, JsonArray, JsonObject, JsonScalar, LiveList, LiveListUpdate, LiveMap, LiveMapUpdate, LiveObject, LiveObjectUpdate, LiveStructure, LostConnectionEvent, Lson, LsonObject, Others, OthersEvent, PlainLsonObject, Room, Status, StorageStatus, StorageUpdate, StringifyCommentBodyElements, StringifyCommentBodyOptions, ThreadData, User, createClient, getMentionedIdsFromCommentBody, shallow, stringifyCommentBody, toPlainLson } from '@liveblocks/core'; | ||
export { BaseMetadata, BaseUserMeta, BroadcastOptions, Client, ClientOptions, CommentBody, CommentBodyBlockElement, CommentBodyElement, CommentBodyInlineElement, CommentBodyLink, CommentBodyLinkElementArgs, CommentBodyMention, CommentBodyMentionElementArgs, CommentBodyParagraph, CommentBodyParagraphElementArgs, CommentBodyText, CommentBodyTextElementArgs, CommentData, History, IUserInfo, Immutable, InboxNotificationData, Json, JsonArray, JsonObject, JsonScalar, LiveList, LiveListUpdate, LiveMap, LiveMapUpdate, LiveObject, LiveObjectUpdate, LiveStructure, LostConnectionEvent, Lson, LsonObject, OthersEvent, PlainLsonObject, ResolveMentionSuggestionsArgs, ResolveRoomsInfoArgs, ResolveUsersArgs, Room, RoomNotificationSettings, Status, StorageStatus, StorageUpdate, StringifyCommentBodyElements, StringifyCommentBodyOptions, ThreadData, User, createClient, getMentionedIdsFromCommentBody, shallow, stringifyCommentBody, toPlainLson } from '@liveblocks/core'; | ||
@@ -3,0 +3,0 @@ /** |
@@ -6,3 +6,3 @@ "use strict";Object.defineProperty(exports, "__esModule", {value: true});// src/index.ts | ||
var PKG_NAME = "@liveblocks/client"; | ||
var PKG_VERSION = "1.19.0-test1"; | ||
var PKG_VERSION = "2.0.0-alpha1"; | ||
var PKG_FORMAT = "cjs"; | ||
@@ -9,0 +9,0 @@ |
{ | ||
"name": "@liveblocks/client", | ||
"version": "1.19.0-test1", | ||
"version": "2.0.0-alpha1", | ||
"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.", | ||
"license": "Apache-2.0", | ||
"type": "commonjs", | ||
"main": "./dist/index.js", | ||
@@ -36,3 +37,3 @@ "types": "./dist/index.d.ts", | ||
"dependencies": { | ||
"@liveblocks/core": "1.19.0-test1" | ||
"@liveblocks/core": "2.0.0-alpha1" | ||
}, | ||
@@ -39,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
13156
+ Added@liveblocks/core@2.0.0-alpha1(transitive)
- Removed@liveblocks/core@1.19.0-test1(transitive)