@cherry-markdown/cherry-markdown-dev 0.10.0-dev.202510042248.674eae4 → 0.10.0-dev.202510090812.db27200
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 +2 -2
- package/dist/cherry-markdown.core.common.js +1 -1
- package/dist/cherry-markdown.core.js +1 -1
- package/dist/cherry-markdown.engine.core.common.js +1 -1
- package/dist/cherry-markdown.engine.core.esm.js +1 -1
- package/dist/cherry-markdown.engine.core.js +1 -1
- package/dist/cherry-markdown.esm.js +1 -1
- package/dist/cherry-markdown.js +1 -1
- package/dist/cherry-markdown.min.js +1 -1
- package/dist/fonts/ch-icon.eot +0 -0
- package/dist/fonts/ch-icon.ttf +0 -0
- package/dist/fonts/ch-icon.woff +0 -0
- package/dist/fonts/ch-icon.woff2 +0 -0
- package/package.json +2 -2
package/dist/fonts/ch-icon.eot
CHANGED
|
Binary file
|
package/dist/fonts/ch-icon.ttf
CHANGED
|
Binary file
|
package/dist/fonts/ch-icon.woff
CHANGED
|
Binary file
|
package/dist/fonts/ch-icon.woff2
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cherry-markdown/cherry-markdown-dev",
|
|
3
3
|
"license": "Apache-2.0",
|
|
4
|
-
"version": "0.10.0-dev.
|
|
4
|
+
"version": "0.10.0-dev.202510090812.db27200",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"description": "a new markdown editor",
|
|
7
7
|
"repository": {
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
],
|
|
25
25
|
"scripts": {
|
|
26
26
|
"iconfont": "gulp",
|
|
27
|
-
"dev:vite": "vite
|
|
27
|
+
"dev:vite": "vite",
|
|
28
28
|
"build": "run-s clean build:all build:cjs",
|
|
29
29
|
"build:all": "run-p iconfont build:styles build:types build:addons build:full build:core build:engine",
|
|
30
30
|
"build:cjs": "run-p build:core-cjs build:engine-cjs",
|