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