@lexical/html 0.3.10 → 0.4.1

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.
@@ -9,13 +9,7 @@
9
9
  var selection = require('@lexical/selection');
10
10
  var lexical = require('lexical');
11
11
 
12
- /**
13
- * Copyright (c) Meta Platforms, Inc. and affiliates.
14
- *
15
- * This source code is licensed under the MIT license found in the
16
- * LICENSE file in the root directory of this source tree.
17
- *
18
- */
12
+ /** @module @lexical/html */
19
13
  /**
20
14
  * How you parse your html string to get a document is left up to you. In the browser you can use the native
21
15
  * DOMParser API to generate a document (see clipboard.ts), but to use in a headless environment you can use JSDom
package/index.d.ts CHANGED
@@ -1,3 +1,4 @@
1
+ /** @module @lexical/html */
1
2
  /**
2
3
  * Copyright (c) Meta Platforms, Inc. and affiliates.
3
4
  *
package/package.json CHANGED
@@ -8,10 +8,10 @@
8
8
  "html"
9
9
  ],
10
10
  "license": "MIT",
11
- "version": "0.3.10",
11
+ "version": "0.4.1",
12
12
  "main": "LexicalHtml.js",
13
13
  "peerDependencies": {
14
- "lexical": "0.3.10"
14
+ "lexical": "0.4.1"
15
15
  },
16
16
  "repository": {
17
17
  "type": "git",
@@ -19,6 +19,6 @@
19
19
  "directory": "packages/lexical-html"
20
20
  },
21
21
  "dependencies": {
22
- "@lexical/selection": "0.3.10"
22
+ "@lexical/selection": "0.4.1"
23
23
  }
24
24
  }