prosekit 0.2.8 → 0.2.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -261,6 +261,7 @@ import { inputRules } from '@prosekit/pm/inputrules';
261
261
  import { insertNode } from '@prosekit/core';
262
262
  import { insertPoint } from '@prosekit/pm/transform';
263
263
  import { isAllSelection } from '@prosekit/core';
264
+ import { isInCodeBlock } from '@prosekit/core';
264
265
  import { isMark } from '@prosekit/core';
265
266
  import { isNodeSelection } from '@prosekit/core';
266
267
  import { isProseMirrorNode } from '@prosekit/core';
@@ -1014,6 +1015,8 @@ export { insertPoint }
1014
1015
 
1015
1016
  export { isAllSelection }
1016
1017
 
1018
+ export { isInCodeBlock }
1019
+
1017
1020
  export { isMark }
1018
1021
 
1019
1022
  export { isNodeSelection }
@@ -70,6 +70,7 @@ export { defaultBlockAt } from './_tsup-dts-rollup';
70
70
  export { _getId } from './_tsup-dts-rollup';
71
71
  export { getMarkType } from './_tsup-dts-rollup';
72
72
  export { getNodeType } from './_tsup-dts-rollup';
73
+ export { isInCodeBlock } from './_tsup-dts-rollup';
73
74
  export { jsonFromElement } from './_tsup-dts-rollup';
74
75
  export { jsonFromHTML } from './_tsup-dts-rollup';
75
76
  export { jsonFromNode } from './_tsup-dts-rollup';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "prosekit",
3
3
  "type": "module",
4
- "version": "0.2.8",
4
+ "version": "0.2.9",
5
5
  "private": false,
6
6
  "author": {
7
7
  "name": "ocavue",
@@ -587,7 +587,7 @@
587
587
  "dependencies": {
588
588
  "@prosekit/basic": "0.2.4",
589
589
  "@prosekit/core": "0.2.4",
590
- "@prosekit/extensions": "0.2.3",
590
+ "@prosekit/extensions": "0.2.4",
591
591
  "@prosekit/lit": "0.1.8",
592
592
  "@prosekit/pm": "0.1.1",
593
593
  "@prosekit/preact": "0.1.4",
@@ -637,12 +637,12 @@
637
637
  "preact": "^10.19.3",
638
638
  "react": "^18.2.0",
639
639
  "react-dom": "^18.2.0",
640
- "shikiji": "^0.9.17",
641
- "solid-js": "^1.8.8",
640
+ "shikiji": "^0.9.18",
641
+ "solid-js": "^1.8.10",
642
642
  "svelte": "^4.2.8",
643
643
  "tsup": "^8.0.1",
644
644
  "typescript": "^5.3.3",
645
- "vue": "^3.4.5"
645
+ "vue": "^3.4.7"
646
646
  },
647
647
  "scripts": {
648
648
  "build:tsup": "tsup",