prosekit 0.0.17 → 0.0.18

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.
@@ -347,6 +347,7 @@ import { useEditor as useEditor_alias_1 } from '@prosekit/react';
347
347
  import { useEditor as useEditor_alias_2 } from '@prosekit/solid';
348
348
  import { useEditor as useEditor_alias_3 } from '@prosekit/vue';
349
349
  import { UseEditorOptions } from '@prosekit/react';
350
+ import { useEditorRef } from '@prosekit/vue';
350
351
  import { useExtension } from '@prosekit/preact';
351
352
  import { useExtension as useExtension_alias_1 } from '@prosekit/react';
352
353
  import { useExtension as useExtension_alias_2 } from '@prosekit/solid';
@@ -1057,6 +1058,8 @@ export { useEditor_alias_3 }
1057
1058
 
1058
1059
  export { UseEditorOptions }
1059
1060
 
1061
+ export { useEditorRef }
1062
+
1060
1063
  export { useExtension }
1061
1064
 
1062
1065
  export { useExtension_alias_1 }
@@ -2,3 +2,4 @@ export { ProseKit_alias_3 as ProseKit } from './_tsup-dts-rollup';
2
2
  export { ProseKitProps_alias_3 as ProseKitProps } from './_tsup-dts-rollup';
3
3
  export { useKeymap_alias_3 as useKeymap } from './_tsup-dts-rollup';
4
4
  export { useEditor_alias_3 as useEditor } from './_tsup-dts-rollup';
5
+ export { useEditorRef } 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.0.17",
4
+ "version": "0.0.18",
5
5
  "private": false,
6
6
  "author": {
7
7
  "name": "ocavue",
@@ -482,7 +482,7 @@
482
482
  "@prosekit/react": "0.0.13",
483
483
  "@prosekit/solid": "0.0.11",
484
484
  "@prosekit/svelte": "0.0.11",
485
- "@prosekit/vue": "0.0.13"
485
+ "@prosekit/vue": "0.0.14"
486
486
  },
487
487
  "peerDependencies": {
488
488
  "preact": ">= 9.0.0",