@tiptap/extension-drag-handle-vue-2 3.6.2 → 3.6.3

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.
package/dist/index.d.cts CHANGED
@@ -1233,7 +1233,7 @@ type HTMLContent = string;
1233
1233
  */
1234
1234
  type JSONContent = {
1235
1235
  type?: string;
1236
- attrs?: Record<string, any>;
1236
+ attrs?: Record<string, any> | undefined;
1237
1237
  content?: JSONContent[];
1238
1238
  marks?: {
1239
1239
  type: string;
package/dist/index.d.ts CHANGED
@@ -1233,7 +1233,7 @@ type HTMLContent = string;
1233
1233
  */
1234
1234
  type JSONContent = {
1235
1235
  type?: string;
1236
- attrs?: Record<string, any>;
1236
+ attrs?: Record<string, any> | undefined;
1237
1237
  content?: JSONContent[];
1238
1238
  marks?: {
1239
1239
  type: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tiptap/extension-drag-handle-vue-2",
3
3
  "description": "drag handle extension for tiptap with vue 2",
4
- "version": "3.6.2",
4
+ "version": "3.6.3",
5
5
  "homepage": "https://tiptap.dev",
6
6
  "keywords": [
7
7
  "tiptap",
@@ -37,16 +37,16 @@
37
37
  ],
38
38
  "peerDependencies": {
39
39
  "vue": "^2.0.0",
40
- "@tiptap/extension-drag-handle": "^3.6.2",
41
- "@tiptap/pm": "^3.6.2",
42
- "@tiptap/vue-2": "^3.6.2"
40
+ "@tiptap/extension-drag-handle": "^3.6.3",
41
+ "@tiptap/pm": "^3.6.3",
42
+ "@tiptap/vue-2": "^3.6.3"
43
43
  },
44
44
  "devDependencies": {
45
45
  "vue": "^2.0.0",
46
46
  "vue-ts-types": "1.6.2",
47
- "@tiptap/extension-drag-handle": "^3.6.2",
48
- "@tiptap/pm": "^3.6.2",
49
- "@tiptap/vue-2": "^3.6.2"
47
+ "@tiptap/extension-drag-handle": "^3.6.3",
48
+ "@tiptap/pm": "^3.6.3",
49
+ "@tiptap/vue-2": "^3.6.3"
50
50
  },
51
51
  "scripts": {
52
52
  "build": "tsup",