@liveblocks/node-lexical
Advanced tools
Comparing version 2.13.3-emails2 to 2.14.0-v2encoding
@@ -73,2 +73,3 @@ "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } }// src/index.ts | ||
var MentionNode = class _MentionNode extends _lexical.DecoratorNode { | ||
constructor(value, key) { | ||
@@ -107,2 +108,4 @@ super(key); | ||
var ThreadMarkNode = class _ThreadMarkNode extends _lexical.ElementNode { | ||
/** @internal */ | ||
// The ids of the threads that this mark is associated with | ||
@@ -171,3 +174,3 @@ static getType() { | ||
var PKG_NAME = "@liveblocks/node-lexical"; | ||
var PKG_VERSION = "2.13.3-emails2"; | ||
var PKG_VERSION = "2.14.0-v2encoding"; | ||
var PKG_FORMAT = "cjs"; | ||
@@ -174,0 +177,0 @@ |
{ | ||
"name": "@liveblocks/node-lexical", | ||
"version": "2.13.3-emails2", | ||
"version": "2.14.0-v2encoding", | ||
"description": "A server-side utility that lets you modify lexical documents hosted in Liveblocks.", | ||
@@ -37,4 +37,4 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@liveblocks/core": "2.13.3-emails2", | ||
"@liveblocks/node": "2.13.3-emails2", | ||
"@liveblocks/core": "2.14.0-v2encoding", | ||
"@liveblocks/node": "2.14.0-v2encoding", | ||
"yjs": "^13.6.18" | ||
@@ -41,0 +41,0 @@ }, |
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
55499
562
+ Added@liveblocks/core@2.14.0-v2encoding(transitive)
+ Added@liveblocks/node@2.14.0-v2encoding(transitive)
- Removed@liveblocks/core@2.13.3-emails2(transitive)
- Removed@liveblocks/node@2.13.3-emails2(transitive)