@cherry-markdown/cherry-markdown-dev 0.9.3-dev.202506100925.b1a2d66 → 0.9.4-dev.202506281413.ba2c6df
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/addons/advance/cherry-table-echarts-plugin.js +1 -1
- package/dist/addons/cherry-code-block-mermaid-plugin.js +1 -1
- 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/types/cherry.d.ts +19 -1
package/dist/cherry-markdown.js
CHANGED
|
@@ -91736,7 +91736,7 @@
|
|
|
91736
91736
|
forEach$5(nodeIgnorePlugin).call(nodeIgnorePlugin, function (key) {
|
|
91737
91737
|
});
|
|
91738
91738
|
}
|
|
91739
|
-
var VERSION = "0.9.
|
|
91739
|
+
var VERSION = "0.9.4-dev.202506281413.ba2c6df-ba2c6df0";
|
|
91740
91740
|
var CherryStatic = /*#__PURE__*/function () {
|
|
91741
91741
|
// for type check only
|
|
91742
91742
|
// TODO: fix this error
|