@bangle.dev/pm
Advanced tools
Comparing version 0.4.6 to 0.4.7
export * from './commands'; | ||
export type { Command, Keymap } from 'prosemirror-commands'; | ||
export * from './dropcursor'; | ||
export * from './gapcursor'; | ||
export type { GapCursor } from 'prosemirror-gapcursor'; | ||
export * from './history'; | ||
@@ -5,0 +7,0 @@ export * from './inputrules'; |
{ | ||
"name": "@bangle.dev/pm", | ||
"version": "0.4.6", | ||
"version": "0.4.7", | ||
"description": "This is bangle.dev specific collection of Prosemirror packages.", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
export * from './commands'; | ||
export type { Command, Keymap } from 'prosemirror-commands'; | ||
@@ -6,2 +7,3 @@ export * from './dropcursor'; | ||
export * from './gapcursor'; | ||
export type { GapCursor } from 'prosemirror-gapcursor'; | ||
@@ -8,0 +10,0 @@ export * from './history'; |
Sorry, the diff of this file is not supported yet
18221
287