@cherry-markdown/cherry-markdown-dev 0.10.3-202601081606.2478d68 → 0.10.3-202601231109.9778b41
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 +3 -3
- 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 +1 -1
package/dist/cherry-markdown.js
CHANGED
|
@@ -98075,7 +98075,7 @@
|
|
|
98075
98075
|
delete plugins[key];
|
|
98076
98076
|
});
|
|
98077
98077
|
}
|
|
98078
|
-
var VERSION = "0.10.3-
|
|
98078
|
+
var VERSION = "0.10.3-202601231109.9778b41";
|
|
98079
98079
|
var CherryStatic = /*#__PURE__*/function () {
|
|
98080
98080
|
// for type check only
|
|
98081
98081
|
// TODO: fix this error
|