@prosekit/extensions
Advanced tools
Comparing version 0.3.1 to 0.3.2
@@ -11,2 +11,3 @@ import { Attrs } from '@prosekit/pm/model'; | ||
import { ListAttributes } from 'prosemirror-flat-list'; | ||
import { ListDOMSerializer } from 'prosemirror-flat-list'; | ||
import { NodeRange } from 'prosemirror-model'; | ||
@@ -653,2 +654,4 @@ import { NodeType } from '@prosekit/pm/model'; | ||
export { ListDOMSerializer } | ||
declare type MatchHandler = (options: { | ||
@@ -655,0 +658,0 @@ state: EditorState; |
@@ -7,1 +7,2 @@ export { defineListSpec } from './_tsup-dts-rollup'; | ||
export { defineList } from './_tsup-dts-rollup'; | ||
export { ListDOMSerializer } from './_tsup-dts-rollup'; |
@@ -30,2 +30,3 @@ import { | ||
} from "prosemirror-flat-list"; | ||
import { ListDOMSerializer } from "prosemirror-flat-list"; | ||
function defineListSpec() { | ||
@@ -69,2 +70,3 @@ return defineNodeSpec({ ...createListSpec(), name: "list" }); | ||
export { | ||
ListDOMSerializer, | ||
defineList, | ||
@@ -71,0 +73,0 @@ defineListCommands, |
{ | ||
"name": "@prosekit/extensions", | ||
"type": "module", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"private": false, | ||
@@ -137,7 +137,7 @@ "author": { | ||
"dependencies": { | ||
"@prosekit/core": "^0.3.0", | ||
"@prosekit/core": "^0.4.0", | ||
"@prosekit/pm": "^0.1.1", | ||
"prosemirror-dropcursor": "^1.8.1", | ||
"prosemirror-flat-list": "^0.4.6", | ||
"prosemirror-highlight": "^0.4.1" | ||
"prosemirror-highlight": "^0.5.0" | ||
}, | ||
@@ -155,3 +155,3 @@ "peerDependencies": { | ||
"shikiji": "^0.10.2", | ||
"tsup": "^8.0.1", | ||
"tsup": "^8.0.2", | ||
"typescript": "^5.3.3", | ||
@@ -158,0 +158,0 @@ "vitest": "^1.2.2" |
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
75840
2178
+ Added@prosekit/core@0.4.2(transitive)
+ Addedprosemirror-highlight@0.5.0(transitive)
- Removed@prosekit/core@0.3.2(transitive)
- Removedprosemirror-highlight@0.4.1(transitive)
Updated@prosekit/core@^0.4.0
Updatedprosemirror-highlight@^0.5.0