@lexical/hashtag 0.34.1-nightly.20250828.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/LexicalHashtag.js.flow +0 -1
- package/package.json +3 -3
package/LexicalHashtag.js.flow
CHANGED
|
@@ -18,7 +18,6 @@ import {TextNode} from 'lexical';
|
|
|
18
18
|
|
|
19
19
|
declare export class HashtagNode extends TextNode {
|
|
20
20
|
static getType(): string;
|
|
21
|
-
// $FlowFixMe
|
|
22
21
|
static clone(node: HashtagNode): HashtagNode;
|
|
23
22
|
static importJSON(serializedNode: SerializedTextNode): HashtagNode;
|
|
24
23
|
constructor(text: string, key?: NodeKey): void;
|
package/package.json
CHANGED
|
@@ -8,12 +8,12 @@
|
|
|
8
8
|
"hashtag"
|
|
9
9
|
],
|
|
10
10
|
"license": "MIT",
|
|
11
|
-
"version": "0.34.1-nightly.
|
|
11
|
+
"version": "0.34.1-nightly.20250901.0",
|
|
12
12
|
"main": "LexicalHashtag.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",
|