@lexical/link 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.
- package/LexicalLink.js.flow +1 -1
- package/package.json +3 -3
package/LexicalLink.js.flow
CHANGED
|
@@ -72,7 +72,7 @@ export type SerializedAutoLinkNode = {
|
|
|
72
72
|
};
|
|
73
73
|
declare export class AutoLinkNode extends LinkNode {
|
|
74
74
|
static getType(): string;
|
|
75
|
-
// $FlowFixMe clone method inheritance
|
|
75
|
+
// $FlowFixMe[incompatible-type] clone method inheritance
|
|
76
76
|
static clone(node: AutoLinkNode): AutoLinkNode;
|
|
77
77
|
insertNewAfter(
|
|
78
78
|
selection: RangeSelection,
|
package/package.json
CHANGED
|
@@ -8,12 +8,12 @@
|
|
|
8
8
|
"link"
|
|
9
9
|
],
|
|
10
10
|
"license": "MIT",
|
|
11
|
-
"version": "0.34.1-nightly.
|
|
11
|
+
"version": "0.34.1-nightly.20250901.0",
|
|
12
12
|
"main": "LexicalLink.js",
|
|
13
13
|
"types": "index.d.ts",
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@lexical/utils": "0.34.1-nightly.
|
|
16
|
-
"lexical": "0.34.1-nightly.
|
|
15
|
+
"@lexical/utils": "0.34.1-nightly.20250901.0",
|
|
16
|
+
"lexical": "0.34.1-nightly.20250901.0"
|
|
17
17
|
},
|
|
18
18
|
"repository": {
|
|
19
19
|
"type": "git",
|