@bangle.dev/pm
Advanced tools
Comparing version 0.29.1-alpha.0 to 0.30.0-alpha.0
{ | ||
"name": "@bangle.dev/pm", | ||
"version": "0.29.1-alpha.0", | ||
"version": "0.30.0-alpha.0", | ||
"type": "module", | ||
@@ -38,3 +38,3 @@ "main": "dist/index.cjs", | ||
"dependencies": { | ||
"@types/jest": "^27.0.4", | ||
"@types/jest": "^27.5.2", | ||
"prosemirror-commands": "^1.3.0", | ||
@@ -51,3 +51,3 @@ "prosemirror-dropcursor": "^1.5.0", | ||
"prosemirror-transform": "^1.6.0", | ||
"prosemirror-view": "^1.26.0" | ||
"prosemirror-view": "^1.26.1" | ||
}, | ||
@@ -54,0 +54,0 @@ "devDependencies": { |
@@ -0,5 +1,12 @@ | ||
export type { | ||
AttributeSpec, | ||
DOMOutputSpec, | ||
MarkSpec, | ||
NodeSpec, | ||
ParseOptions, | ||
ParseRule, | ||
SchemaSpec, | ||
} from 'prosemirror-model'; | ||
export { | ||
AttributeSpec, | ||
ContentMatch, | ||
DOMOutputSpec, | ||
DOMParser, | ||
@@ -9,15 +16,10 @@ DOMSerializer, | ||
Mark, | ||
MarkSpec, | ||
MarkType, | ||
Node, | ||
NodeRange, | ||
NodeSpec, | ||
NodeType, | ||
ParseOptions, | ||
ParseRule, | ||
ReplaceError, | ||
ResolvedPos, | ||
Schema, | ||
SchemaSpec, | ||
Slice, | ||
} from 'prosemirror-model'; |
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
31298
834
Updated@types/jest@^27.5.2
Updatedprosemirror-view@^1.26.1