@lexical/yjs 0.34.1-nightly.20250829.0 → 0.34.1-nightly.20250901.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.
@@ -61,7 +61,6 @@ export type ClientID = number;
61
61
  export type XmlElement = Object;
62
62
  // $FlowFixMe[unclear-type]: work around for internal
63
63
  export type YMap = Object;
64
- // $FlowFixMe: work around for internal
65
64
  export type TextOperation = {
66
65
  insert?: string | mixed,
67
66
  delete?: number,
package/package.json CHANGED
@@ -11,13 +11,13 @@
11
11
  "crdt"
12
12
  ],
13
13
  "license": "MIT",
14
- "version": "0.34.1-nightly.20250829.0",
14
+ "version": "0.34.1-nightly.20250901.0",
15
15
  "main": "LexicalYjs.js",
16
16
  "types": "index.d.ts",
17
17
  "dependencies": {
18
- "@lexical/offset": "0.34.1-nightly.20250829.0",
19
- "@lexical/selection": "0.34.1-nightly.20250829.0",
20
- "lexical": "0.34.1-nightly.20250829.0"
18
+ "@lexical/offset": "0.34.1-nightly.20250901.0",
19
+ "@lexical/selection": "0.34.1-nightly.20250901.0",
20
+ "lexical": "0.34.1-nightly.20250901.0"
21
21
  },
22
22
  "peerDependencies": {
23
23
  "yjs": ">=13.5.22"