@liveblocks/client
Advanced tools
Comparing version 2.0.0-alpha2 to 2.0.0-alpha3
@@ -1,15 +0,1 @@ | ||
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'; | ||
/** | ||
* Helper type to help users adopt to Lson types from interface definitions. | ||
* You should only use this to wrap interfaces you don't control. For more | ||
* information, see | ||
* https://liveblocks.io/docs/guides/limits#lson-constraint-and-interfaces | ||
*/ | ||
declare type EnsureJson<T> = [ | ||
unknown | ||
] extends [T] ? T : T extends (...args: unknown[]) => unknown ? T : { | ||
[K in keyof T]: EnsureJson<T[K]>; | ||
}; | ||
export type { EnsureJson }; | ||
export { BaseMetadata, BaseUserMeta, BroadcastOptions, Client, ClientOptions, CommentBody, CommentBodyBlockElement, CommentBodyElement, CommentBodyInlineElement, CommentBodyLink, CommentBodyLinkElementArgs, CommentBodyMention, CommentBodyMentionElementArgs, CommentBodyParagraph, CommentBodyParagraphElementArgs, CommentBodyText, CommentBodyTextElementArgs, CommentData, EnsureJson, 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'; |
@@ -6,3 +6,3 @@ "use strict";Object.defineProperty(exports, "__esModule", {value: true});// src/index.ts | ||
var PKG_NAME = "@liveblocks/client"; | ||
var PKG_VERSION = "2.0.0-alpha2"; | ||
var PKG_VERSION = "2.0.0-alpha3"; | ||
var PKG_FORMAT = "cjs"; | ||
@@ -9,0 +9,0 @@ |
{ | ||
"name": "@liveblocks/client", | ||
"version": "2.0.0-alpha2", | ||
"version": "2.0.0-alpha3", | ||
"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.0.0-alpha2" | ||
"@liveblocks/core": "2.0.0-alpha3" | ||
}, | ||
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11304
42
+ Added@liveblocks/core@2.0.0-alpha3(transitive)
- Removed@liveblocks/core@2.0.0-alpha2(transitive)