@liveblocks/client
Advanced tools
Comparing version 1.8.1 to 1.8.2
@@ -1,2 +0,2 @@ | ||
export { BaseMetadata, BaseUserMeta, BroadcastOptions, Client, CommentBody, CommentBodyBlockElement, CommentBodyElement, CommentBodyInlineElement, CommentBodyLink, CommentBodyMention, CommentBodyParagraph, CommentBodyText, CommentData, History, Immutable, Json, JsonArray, JsonObject, JsonScalar, LiveList, LiveListUpdate, LiveMap, LiveMapUpdate, LiveObject, LiveObjectUpdate, LiveStructure, LostConnectionEvent, Lson, LsonObject, Others, OthersEvent, Room, Status, StorageStatus, StorageUpdate, ThreadData, User, createClient, shallow, toPlainLson } from '@liveblocks/core'; | ||
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'; | ||
@@ -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.8.1"; | ||
var PKG_VERSION = "1.8.2"; | ||
var PKG_FORMAT = "cjs"; | ||
@@ -19,2 +19,4 @@ | ||
_core.detectDupes.call(void 0, PKG_NAME, PKG_VERSION, PKG_FORMAT); | ||
@@ -28,3 +30,5 @@ | ||
exports.LiveList = _core.LiveList; exports.LiveMap = _core.LiveMap; exports.LiveObject = _core.LiveObject; exports.createClient = _core.createClient; exports.shallow = _core.shallow; exports.toPlainLson = _core.toPlainLson; | ||
exports.LiveList = _core.LiveList; exports.LiveMap = _core.LiveMap; exports.LiveObject = _core.LiveObject; exports.createClient = _core.createClient; exports.getMentionedIdsFromCommentBody = _core.getMentionedIdsFromCommentBody; exports.shallow = _core.shallow; exports.stringifyCommentBody = _core.stringifyCommentBody; exports.toPlainLson = _core.toPlainLson; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@liveblocks/client", | ||
"version": "1.8.1", | ||
"version": "1.8.2", | ||
"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.", | ||
@@ -36,3 +36,3 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@liveblocks/core": "1.8.1" | ||
"@liveblocks/core": "1.8.2" | ||
}, | ||
@@ -39,0 +39,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
12680
54
+ Added@liveblocks/core@1.8.2(transitive)
- Removed@liveblocks/core@1.8.1(transitive)
Updated@liveblocks/core@1.8.2