@lexical/hashtag 0.2.7 → 0.2.8

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.
@@ -15,7 +15,7 @@ var lexical = require('lexical');
15
15
  * This source code is licensed under the MIT license found in the
16
16
  * LICENSE file in the root directory of this source tree.
17
17
  *
18
- *
18
+ * @flow strict
19
19
  */
20
20
  class HashtagNode extends lexical.TextNode {
21
21
  static getType() {
package/package.json CHANGED
@@ -8,13 +8,13 @@
8
8
  "hashtag"
9
9
  ],
10
10
  "license": "MIT",
11
- "version": "0.2.7",
12
- "main": "LexicalHashtag.js",
11
+ "version": "0.2.8",
12
+ "main": "LexicalHashtag.ts",
13
13
  "peerDependencies": {
14
- "lexical": "0.2.7"
14
+ "lexical": "0.2.8"
15
15
  },
16
16
  "dependencies": {
17
- "@lexical/utils": "0.2.7"
17
+ "@lexical/utils": "0.2.8"
18
18
  },
19
19
  "repository": {
20
20
  "type": "git",