@tachybase/plugin-field-markdown-vditor 1.3.16 → 1.3.18
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/dist/client/index.js +58 -58
- package/dist/externalVersion.js +4 -4
- package/dist/index.js +4 -4
- package/package.json +6 -6
package/dist/externalVersion.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
module.exports = {
|
|
2
|
-
"@tachybase/client": "1.3.
|
|
3
|
-
"@tachybase/database": "1.3.
|
|
4
|
-
"@tachybase/server": "1.3.
|
|
2
|
+
"@tachybase/client": "1.3.18",
|
|
3
|
+
"@tachybase/database": "1.3.18",
|
|
4
|
+
"@tachybase/server": "1.3.18",
|
|
5
5
|
"react": "18.3.1",
|
|
6
|
-
"@tachybase/schema": "1.3.
|
|
6
|
+
"@tachybase/schema": "1.3.18",
|
|
7
7
|
"antd": "5.22.5"
|
|
8
8
|
};
|
package/dist/index.js
CHANGED
|
@@ -26,12 +26,12 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
26
26
|
mod
|
|
27
27
|
));
|
|
28
28
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
|
-
var
|
|
30
|
-
__export(
|
|
29
|
+
var index_exports = {};
|
|
30
|
+
__export(index_exports, {
|
|
31
31
|
default: () => import_server.default
|
|
32
32
|
});
|
|
33
|
-
module.exports = __toCommonJS(
|
|
34
|
-
__reExport(
|
|
33
|
+
module.exports = __toCommonJS(index_exports);
|
|
34
|
+
__reExport(index_exports, require("./server"), module.exports);
|
|
35
35
|
var import_server = __toESM(require("./server"));
|
|
36
36
|
// Annotate the CommonJS export names for ESM import in node:
|
|
37
37
|
0 && (module.exports = {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tachybase/plugin-field-markdown-vditor",
|
|
3
3
|
"displayName": "Collection field: Markdown(Vditor)",
|
|
4
|
-
"version": "1.3.
|
|
4
|
+
"version": "1.3.18",
|
|
5
5
|
"description": "Used to store Markdown and render it using Vditor editor, supports common Markdown syntax such as list, code, quote, etc., and supports uploading images, recordings, etc.It also allows for instant rendering, where what you see is what you get.",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"Collection fields"
|
|
@@ -14,13 +14,13 @@
|
|
|
14
14
|
"antd": "5.22.5",
|
|
15
15
|
"koa-send": "^5.0.1",
|
|
16
16
|
"vditor": "^3.10.8",
|
|
17
|
-
"@tachybase/schema": "1.3.
|
|
17
|
+
"@tachybase/schema": "1.3.18"
|
|
18
18
|
},
|
|
19
19
|
"peerDependencies": {
|
|
20
|
-
"@tachybase/client": "1.3.
|
|
21
|
-
"@tachybase/database": "1.3.
|
|
22
|
-
"@tachybase/server": "1.3.
|
|
23
|
-
"@tachybase/test": "1.3.
|
|
20
|
+
"@tachybase/client": "1.3.18",
|
|
21
|
+
"@tachybase/database": "1.3.18",
|
|
22
|
+
"@tachybase/server": "1.3.18",
|
|
23
|
+
"@tachybase/test": "1.3.18"
|
|
24
24
|
},
|
|
25
25
|
"description.zh-CN": "用于存储 Markdown,并使用 Vditor 编辑器渲染,支持常见 Markdown 语法,如列表,代码,引用等,并支持上传图片,录音等。同时可以做到即时渲染,所见即所得。",
|
|
26
26
|
"displayName.zh-CN": "数据表字段:Markdown(Vditor)",
|