@prosekit/vue 0.3.3 → 0.3.4

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.
@@ -6,7 +6,6 @@ import { AutocompletePopoverProps } from '@prosekit/web/autocomplete';
6
6
  import { BaseNodeViewOptions } from '@prosekit/core';
7
7
  import { BlockDragHandleProps } from '@prosekit/web/block-handle';
8
8
  import { BlockPopoverProps } from '@prosekit/web/block-handle';
9
- import { CommandArgs } from '@prosekit/core';
10
9
  import { ComponentOptionsMixin } from 'vue';
11
10
  import { ComputedRef } from 'vue';
12
11
  import { CoreNodeView } from '@prosemirror-adapter/core';
@@ -20,7 +19,6 @@ import { Editor } from '@prosekit/core';
20
19
  import type { EditorState } from '@prosekit/pm/state';
21
20
  import type { EditorView } from '@prosekit/pm/view';
22
21
  import { Extension } from '@prosekit/core';
23
- import { ExtensionTyping } from '@prosekit/core';
24
22
  import { ExtractPropTypes } from 'vue';
25
23
  import type { InjectionKey } from 'vue';
26
24
  import { InlinePopoverProps } from '@prosekit/web/inline-popover';
@@ -109,7 +107,7 @@ export { defineVueNodeView as defineVueNodeView_alias_1 }
109
107
  /**
110
108
  * @internal
111
109
  */
112
- export declare function defineVueNodeViewFactory(nodeViewFactory: NodeViewFactory): Extension<ExtensionTyping<string, string, CommandArgs>>;
110
+ export declare function defineVueNodeViewFactory(nodeViewFactory: NodeViewFactory): Extension<any>;
113
111
 
114
112
  declare const InlinePopover: DefineSetupFnComponent<Partial<InlinePopoverProps> & {
115
113
  class?: string | undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@prosekit/vue",
3
3
  "type": "module",
4
- "version": "0.3.3",
4
+ "version": "0.3.4",
5
5
  "private": false,
6
6
  "author": {
7
7
  "name": "ocavue",
@@ -65,9 +65,9 @@
65
65
  "dist"
66
66
  ],
67
67
  "dependencies": {
68
- "@prosekit/core": "^0.5.0",
69
- "@prosekit/pm": "^0.1.3",
70
- "@prosekit/web": "^0.1.6",
68
+ "@prosekit/core": "^0.5.4",
69
+ "@prosekit/pm": "^0.1.4",
70
+ "@prosekit/web": "^0.1.9",
71
71
  "@prosemirror-adapter/core": "^0.2.6"
72
72
  },
73
73
  "peerDependencies": {
@@ -79,11 +79,11 @@
79
79
  }
80
80
  },
81
81
  "devDependencies": {
82
- "@prosekit/dev": "*",
83
82
  "tsup": "^8.0.2",
84
83
  "typescript": "^5.4.5",
85
84
  "vitest": "^1.6.0",
86
- "vue": "^3.4.26"
85
+ "vue": "^3.4.27",
86
+ "@prosekit/dev": "0.0.0"
87
87
  },
88
88
  "scripts": {
89
89
  "build:tsup": "tsup",