@nywqs/vue-markdown-editor 0.1.2 → 2.0.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/README.md +0 -2
- package/dist-lib/vue-markdown-editor.css +19 -2
- package/dist-lib/vue-markdown-editor.es.js +100609 -23735
- package/dist-lib/vue-markdown-editor.umd.js +112 -381
- package/package.json +2 -2
- package/dist-lib/github-ClbBTCKO.js +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nywqs/vue-markdown-editor",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "2.0.0",
|
|
4
4
|
"description": "A high-performance Markdown editor based on Vue 3 and Canvas with hybrid rendering architecture",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"vue",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"build": "vite build",
|
|
28
28
|
"build:lib": "vite build --mode lib && npm run build:types",
|
|
29
29
|
"build:types": "vue-tsc --declaration --emitDeclarationOnly --outDir dist-lib",
|
|
30
|
-
"typecheck": "vue-tsc --noEmit",
|
|
30
|
+
"typecheck": "vue-tsc --noEmit -p tsconfig.json",
|
|
31
31
|
"preview": "vite preview",
|
|
32
32
|
"prepublishOnly": "npm run build:lib"
|
|
33
33
|
},
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
/* empty css */
|