@tiptap/extension-typography
Advanced tools
Comparing version 2.5.0 to 2.5.1
@@ -43,7 +43,2 @@ import { Mark as ProseMirrorMark, Node as ProseMirrorNode, NodeType, ParseOptions } from '@tiptap/pm/model'; | ||
}; | ||
beforeTransaction: { | ||
editor: Editor; | ||
transaction: Transaction; | ||
nextState: EditorState; | ||
}; | ||
transaction: { | ||
@@ -50,0 +45,0 @@ editor: Editor; |
{ | ||
"name": "@tiptap/extension-typography", | ||
"description": "typography extension for tiptap", | ||
"version": "2.5.0", | ||
"version": "2.5.1", | ||
"homepage": "https://tiptap.dev", | ||
@@ -32,6 +32,6 @@ "keywords": [ | ||
"devDependencies": { | ||
"@tiptap/core": "^2.5.0" | ||
"@tiptap/core": "^2.5.1" | ||
}, | ||
"peerDependencies": { | ||
"@tiptap/core": "^2.5.0" | ||
"@tiptap/core": "^2.5.1" | ||
}, | ||
@@ -38,0 +38,0 @@ "repository": { |
227107
4818