{"version":3,"sources":["/home/runner/work/liveblocks/liveblocks/packages/liveblocks-client/dist/index.cjs","../src/index.ts","../src/version.ts"],"names":[],"mappings":"AAAA;ACAA,wCAA4B;ADE5B;AACA;AEAO,IAAM,SAAA,EAAW,oBAAA;AACjB,IAAM,YAAA,EAAiD,QAAA;AACvD,IAAM,WAAA,EAAgD,KAAA;AFE7D;AACA;ACsEA;AACE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAAA;AAtFF,+BAAA,QAAY,EAAU,WAAA,EAAa,UAAU,CAAA;ADoB7C;AACE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACF,mkBAAC","file":"/home/runner/work/liveblocks/liveblocks/packages/liveblocks-client/dist/index.cjs","sourcesContent":[null,"import { detectDupes } from \"@liveblocks/core\";\n\nimport { PKG_FORMAT, PKG_NAME, PKG_VERSION } from \"./version\";\n\ndetectDupes(PKG_NAME, PKG_VERSION, PKG_FORMAT);\n\nexport type {\n  Awaitable,\n  BaseActivitiesData,\n  BaseMetadata,\n  BaseUserMeta,\n  BroadcastOptions,\n  Client,\n  ClientOptions,\n  CommentAttachment,\n  CommentBody,\n  CommentBodyBlockElement,\n  CommentBodyElement,\n  CommentBodyInlineElement,\n  CommentBodyLink,\n  CommentBodyLinkElementArgs,\n  CommentBodyMention,\n  CommentBodyMentionElementArgs,\n  CommentBodyParagraph,\n  CommentBodyParagraphElementArgs,\n  CommentBodyText,\n  CommentBodyTextElementArgs,\n  CommentData,\n  CommentLocalAttachment,\n  CommentMixedAttachment,\n  CommentReaction,\n  EnsureJson,\n  Feed,\n  FeedCreateMetadata,\n  FeedFetchMetadataFilter,\n  FeedRequestError,\n  FeedRequestFailedServerMsg,\n  FeedUpdateMetadata,\n  History,\n  HistoryVersion,\n  Immutable,\n  InboxNotificationData,\n  IUserInfo,\n  Json,\n  JsonArray,\n  JsonObject,\n  JsonScalar,\n  LiveblocksErrorContext,\n  LiveListUpdate,\n  LiveMapUpdate,\n  LiveObjectUpdate,\n  LiveStructure,\n  LostConnectionEvent,\n  Lson,\n  LsonObject,\n  MentionData,\n  NotificationChannel,\n  NotificationChannelSettings,\n  NotificationKind,\n  NotificationSettings,\n  OthersEvent,\n  PlainLsonObject,\n  ResolveGroupsInfoArgs,\n  ResolveMentionSuggestionsArgs,\n  ResolveRoomsInfoArgs,\n  ResolveUsersArgs,\n  Room,\n  RoomSubscriptionSettings,\n  Status,\n  StorageStatus,\n  StorageUpdate,\n  StringifyCommentBodyElements,\n  StringifyCommentBodyOptions,\n  ThreadData,\n  ToImmutable,\n  UploadAttachmentOptions,\n  User,\n} from \"@liveblocks/core\";\nexport {\n  createClient,\n  defineAiTool,\n  FeedRequestErrorCode,\n  getMentionsFromCommentBody,\n  isNotificationChannelEnabled,\n  LiveblocksError,\n  LiveList,\n  LiveMap,\n  LiveObject,\n  shallow,\n  stringifyCommentBody,\n  toPlainLson,\n} from \"@liveblocks/core\";\n","declare const __VERSION__: string;\ndeclare const TSUP_FORMAT: string;\n\nexport const PKG_NAME = \"@liveblocks/client\";\nexport const PKG_VERSION = typeof __VERSION__ === \"string\" && __VERSION__;\nexport const PKG_FORMAT = typeof TSUP_FORMAT === \"string\" && TSUP_FORMAT;\n"]}