@lexical/yjs 0.3.11 → 0.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LexicalYjs.dev.js +1 -7
- package/index.d.ts +1 -0
- package/package.json +3 -3
package/LexicalYjs.dev.js
CHANGED
|
@@ -1669,13 +1669,7 @@ function syncLexicalUpdateToYjs(binding, provider, prevEditorState, currEditorSt
|
|
|
1669
1669
|
});
|
|
1670
1670
|
}
|
|
1671
1671
|
|
|
1672
|
-
/**
|
|
1673
|
-
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
1674
|
-
*
|
|
1675
|
-
* This source code is licensed under the MIT license found in the
|
|
1676
|
-
* LICENSE file in the root directory of this source tree.
|
|
1677
|
-
*
|
|
1678
|
-
*/
|
|
1672
|
+
/** @module @lexical/yjs */
|
|
1679
1673
|
const CONNECTED_COMMAND = lexical.createCommand();
|
|
1680
1674
|
const TOGGLE_CONNECT_COMMAND = lexical.createCommand();
|
|
1681
1675
|
function createUndoManager(binding, root) {
|
package/index.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -11,13 +11,13 @@
|
|
|
11
11
|
"crdt"
|
|
12
12
|
],
|
|
13
13
|
"license": "MIT",
|
|
14
|
-
"version": "0.
|
|
14
|
+
"version": "0.4.0",
|
|
15
15
|
"main": "LexicalYjs.js",
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@lexical/offset": "0.
|
|
17
|
+
"@lexical/offset": "0.4.0"
|
|
18
18
|
},
|
|
19
19
|
"peerDependencies": {
|
|
20
|
-
"lexical": "0.
|
|
20
|
+
"lexical": "0.4.0",
|
|
21
21
|
"yjs": ">=13.5.22"
|
|
22
22
|
},
|
|
23
23
|
"repository": {
|