prosemirror-tables
Advanced tools
Comparing version 1.2.3 to 1.2.4
@@ -24,3 +24,3 @@ // Type definitions for prosemirror-tables 0.8 | ||
} from 'prosemirror-model'; | ||
import { Mappable, Mapping } from 'prosemirror-transform'; | ||
import { Mappable } from 'prosemirror-transform'; | ||
import { EditorView, NodeView } from 'prosemirror-view'; | ||
@@ -130,3 +130,3 @@ | ||
head: number; | ||
map(mapping: Mapping): CellBookmark; | ||
map(mapping: Mappable): CellBookmark; | ||
resolve(doc: ProsemirrorNode): Selection; | ||
@@ -133,0 +133,0 @@ } |
{ | ||
"name": "prosemirror-tables", | ||
"version": "1.2.3", | ||
"version": "1.2.4", | ||
"description": "ProseMirror's rowspan/colspan tables component", | ||
@@ -56,4 +56,3 @@ "type": "module", | ||
"rollup-plugin-node-resolve": "^5.2.0", | ||
"typescript": "^4.0.0", | ||
"typings-tester": "^0.3.2" | ||
"typescript": "^4.0.0" | ||
}, | ||
@@ -60,0 +59,0 @@ "scripts": { |
@@ -8,2 +8,3 @@ { | ||
"types": [], | ||
"strict": true, | ||
"noEmit": true | ||
@@ -10,0 +11,0 @@ }, |
Sorry, the diff of this file is not supported yet
17
29763
1418925