@prosekit/pm
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -39,2 +39,3 @@ import { AddMarkStep } from 'prosemirror-transform'; | ||
import { Fragment } from 'prosemirror-model'; | ||
import { GenericParseRule } from 'prosemirror-model'; | ||
import { history as history_2 } from 'prosemirror-history'; | ||
@@ -84,2 +85,3 @@ import { InputRule } from 'prosemirror-inputrules'; | ||
import { redoDepth } from 'prosemirror-history'; | ||
import { redoNoScroll } from 'prosemirror-history'; | ||
import { RemoveMarkStep } from 'prosemirror-transform'; | ||
@@ -113,2 +115,4 @@ import { RemoveNodeMarkStep } from 'prosemirror-transform'; | ||
import { StepResult } from 'prosemirror-transform'; | ||
import { StyleParseRule } from 'prosemirror-model'; | ||
import { TagParseRule } from 'prosemirror-model'; | ||
import { textblockTypeInputRule } from 'prosemirror-inputrules'; | ||
@@ -122,2 +126,3 @@ import { TextSelection } from 'prosemirror-state'; | ||
import { undoInputRule } from 'prosemirror-inputrules'; | ||
import { undoNoScroll } from 'prosemirror-history'; | ||
import { wrapIn } from 'prosemirror-commands'; | ||
@@ -211,2 +216,4 @@ import { wrappingInputRule } from 'prosemirror-inputrules'; | ||
export { GenericParseRule } | ||
export { history_2 as history } | ||
@@ -300,2 +307,4 @@ | ||
export { redoNoScroll } | ||
export { RemoveMarkStep } | ||
@@ -357,2 +366,6 @@ | ||
export { StyleParseRule } | ||
export { TagParseRule } | ||
export { textblockTypeInputRule } | ||
@@ -374,2 +387,4 @@ | ||
export { undoNoScroll } | ||
export { wrapIn } | ||
@@ -376,0 +391,0 @@ |
@@ -5,3 +5,5 @@ export { closeHistory } from './_tsup-dts-rollup'; | ||
export { redoDepth } from './_tsup-dts-rollup'; | ||
export { redoNoScroll } from './_tsup-dts-rollup'; | ||
export { undo } from './_tsup-dts-rollup'; | ||
export { undoDepth } from './_tsup-dts-rollup'; | ||
export { undoNoScroll } from './_tsup-dts-rollup'; |
@@ -10,2 +10,3 @@ export { ProseMirrorNode } from './_tsup-dts-rollup'; | ||
export { Fragment } from './_tsup-dts-rollup'; | ||
export { GenericParseRule } from './_tsup-dts-rollup'; | ||
export { Mark } from './_tsup-dts-rollup'; | ||
@@ -25,1 +26,3 @@ export { MarkSpec } from './_tsup-dts-rollup'; | ||
export { Slice } from './_tsup-dts-rollup'; | ||
export { StyleParseRule } from './_tsup-dts-rollup'; | ||
export { TagParseRule } from './_tsup-dts-rollup'; |
{ | ||
"name": "@prosekit/pm", | ||
"type": "module", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"private": false, | ||
@@ -82,9 +82,9 @@ "author": { | ||
"prosemirror-commands": "^1.5.2", | ||
"prosemirror-history": "^1.3.2", | ||
"prosemirror-history": "^1.4.0", | ||
"prosemirror-inputrules": "^1.4.0", | ||
"prosemirror-keymap": "^1.2.2", | ||
"prosemirror-model": "^1.19.4", | ||
"prosemirror-model": "^1.20.0", | ||
"prosemirror-state": "^1.4.3", | ||
"prosemirror-transform": "^1.8.0", | ||
"prosemirror-view": "^1.33.1" | ||
"prosemirror-view": "^1.33.5" | ||
}, | ||
@@ -94,4 +94,4 @@ "devDependencies": { | ||
"tsup": "^8.0.2", | ||
"typescript": "^5.3.3", | ||
"vitest": "^1.2.2" | ||
"typescript": "^5.4.5", | ||
"vitest": "^1.5.2" | ||
}, | ||
@@ -98,0 +98,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
24528
465
Updatedprosemirror-history@^1.4.0
Updatedprosemirror-model@^1.20.0
Updatedprosemirror-view@^1.33.5