@fastkit/vui-wysiwyg 8.3.1 → 8.3.2
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/package.json +13 -13
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fastkit/vui-wysiwyg",
|
|
3
|
-
"version": "8.3.
|
|
3
|
+
"version": "8.3.2",
|
|
4
4
|
"description": "vui-wysiwyg",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"repository": {
|
|
@@ -19,12 +19,6 @@
|
|
|
19
19
|
"default": "./dist/vui-wysiwyg.mjs"
|
|
20
20
|
}
|
|
21
21
|
},
|
|
22
|
-
"./tiptap/core": {
|
|
23
|
-
"types": "./dist/tiptap/core.d.mts",
|
|
24
|
-
"import": {
|
|
25
|
-
"default": "./dist/tiptap/core.mjs"
|
|
26
|
-
}
|
|
27
|
-
},
|
|
28
22
|
"./pm/view": {
|
|
29
23
|
"types": "./dist/pm/view.d.mts",
|
|
30
24
|
"import": {
|
|
@@ -103,6 +97,12 @@
|
|
|
103
97
|
"default": "./dist/pm/changeset.mjs"
|
|
104
98
|
}
|
|
105
99
|
},
|
|
100
|
+
"./tiptap/core": {
|
|
101
|
+
"types": "./dist/tiptap/core.d.mts",
|
|
102
|
+
"import": {
|
|
103
|
+
"default": "./dist/tiptap/core.mjs"
|
|
104
|
+
}
|
|
105
|
+
},
|
|
106
106
|
"./tiptap/extensions/underline": {
|
|
107
107
|
"types": "./dist/tiptap/extensions/underline.d.mts",
|
|
108
108
|
"import": {
|
|
@@ -166,9 +166,6 @@
|
|
|
166
166
|
".": [
|
|
167
167
|
"./dist/vui-wysiwyg.d.mts"
|
|
168
168
|
],
|
|
169
|
-
"tiptap/core": [
|
|
170
|
-
"./dist/tiptap/core.d.mts"
|
|
171
|
-
],
|
|
172
169
|
"pm/view": [
|
|
173
170
|
"./dist/pm/view.d.mts"
|
|
174
171
|
],
|
|
@@ -208,6 +205,9 @@
|
|
|
208
205
|
"pm/changeset": [
|
|
209
206
|
"./dist/pm/changeset.d.mts"
|
|
210
207
|
],
|
|
208
|
+
"tiptap/core": [
|
|
209
|
+
"./dist/tiptap/core.d.mts"
|
|
210
|
+
],
|
|
211
211
|
"tiptap/extensions/underline": [
|
|
212
212
|
"./dist/tiptap/extensions/underline.d.mts"
|
|
213
213
|
],
|
|
@@ -256,12 +256,12 @@
|
|
|
256
256
|
},
|
|
257
257
|
"devDependencies": {
|
|
258
258
|
"vue": "^3.5.38",
|
|
259
|
-
"@fastkit/vui": "^1.4.
|
|
259
|
+
"@fastkit/vui": "^1.4.2"
|
|
260
260
|
},
|
|
261
261
|
"peerDependencies": {
|
|
262
262
|
"vue": "^3.5.0",
|
|
263
|
-
"vue-router": "^4.4.0",
|
|
264
|
-
"@fastkit/vui": "^1.4.
|
|
263
|
+
"vue-router": "^4.4.0 || ^5.0.0",
|
|
264
|
+
"@fastkit/vui": "^1.4.2"
|
|
265
265
|
},
|
|
266
266
|
"scripts": {
|
|
267
267
|
"build": "plugboy build",
|