vdc-editor 0.0.9 → 0.1.0
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/lib/src/type.d.ts +4 -0
- package/lib/style.css +1 -1
- package/lib/vdc-editor.mjs +5 -3
- package/lib/vdc-editor.umd.js +8 -8
- package/package.json +5 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vdc-editor",
|
|
3
|
-
"version": "0.0
|
|
3
|
+
"version": "0.1.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"description": "A modern WYSIWYG rich-text editor using tiptap + Vue.js for SBS",
|
|
@@ -121,6 +121,7 @@
|
|
|
121
121
|
"unplugin-auto-import": "^0.18.5",
|
|
122
122
|
"unplugin-vue-components": "^0.27.4",
|
|
123
123
|
"vaul-vue": "^0.2.0",
|
|
124
|
+
"vdc-editor": "link:../../../../Library/pnpm/global/5/node_modules/vdc-editor",
|
|
124
125
|
"vite-plugin-wasm": "^3.2.2",
|
|
125
126
|
"vite-svg-loader": "latest",
|
|
126
127
|
"vite-tsconfig-paths": "^5.1.3",
|
|
@@ -172,5 +173,8 @@
|
|
|
172
173
|
},
|
|
173
174
|
"peerDependencies": {
|
|
174
175
|
"vue": ">= 3.0.0"
|
|
176
|
+
},
|
|
177
|
+
"pnpm": {
|
|
178
|
+
"overrides": {}
|
|
175
179
|
}
|
|
176
180
|
}
|