@lexical/link 0.38.3-nightly.20251105.0 → 0.38.3-nightly.20251107.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.
@@ -106,7 +106,7 @@ export type ClickableLinkConfig = {
106
106
  disabled: boolean;
107
107
  }
108
108
 
109
- type AddEventListenerOptions = Exclude<EventListenerOptionsOrUseCapture, boolean>;
109
+ type AddEventListenerOptions = Exclude<AddEventListenerOptionsOrUseCapture, boolean>;
110
110
 
111
111
  declare export function registerClickableLink(
112
112
  editor: LexicalEditor,
package/package.json CHANGED
@@ -8,13 +8,13 @@
8
8
  "link"
9
9
  ],
10
10
  "license": "MIT",
11
- "version": "0.38.3-nightly.20251105.0",
11
+ "version": "0.38.3-nightly.20251107.0",
12
12
  "main": "LexicalLink.js",
13
13
  "types": "index.d.ts",
14
14
  "dependencies": {
15
- "@lexical/extension": "0.38.3-nightly.20251105.0",
16
- "@lexical/utils": "0.38.3-nightly.20251105.0",
17
- "lexical": "0.38.3-nightly.20251105.0"
15
+ "@lexical/extension": "0.38.3-nightly.20251107.0",
16
+ "@lexical/utils": "0.38.3-nightly.20251107.0",
17
+ "lexical": "0.38.3-nightly.20251107.0"
18
18
  },
19
19
  "repository": {
20
20
  "type": "git",