@lexical/table 0.3.8 → 0.3.9

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.
@@ -239,5 +239,5 @@ declare export class TableSelection {
239
239
  declare export var INSERT_TABLE_COMMAND: LexicalCommand<{
240
240
  rows: string,
241
241
  columns: string,
242
- includeHeaders?: string,
242
+ includeHeaders?: boolean,
243
243
  }>;
package/package.json CHANGED
@@ -8,13 +8,13 @@
8
8
  "table"
9
9
  ],
10
10
  "license": "MIT",
11
- "version": "0.3.8",
11
+ "version": "0.3.9",
12
12
  "main": "LexicalTable.js",
13
13
  "peerDependencies": {
14
- "lexical": "0.3.8"
14
+ "lexical": "0.3.9"
15
15
  },
16
16
  "dependencies": {
17
- "@lexical/utils": "0.3.8"
17
+ "@lexical/utils": "0.3.9"
18
18
  },
19
19
  "repository": {
20
20
  "type": "git",