@nocobase/plugin-field-markdown-vditor 1.3.46-beta → 1.3.48-beta

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 CHANGED
@@ -1 +1,30 @@
1
- # @nocobase/plugin-field-markdown-vditor
1
+ # NocoBase
2
+
3
+ <video width="100%" controls>
4
+ <source src="https://static-docs.nocobase.com/NocoBase0510.mp4" type="video/mp4">
5
+ </video>
6
+
7
+
8
+ ## What is NocoBase
9
+
10
+ NocoBase is a scalability-first, open-source no-code development platform.
11
+ Instead of investing years of time and millions of dollars in research and development, deploy NocoBase in a few minutes and you'll have a private, controllable, and extremely scalable no-code development platform!
12
+
13
+ Homepage:
14
+ https://www.nocobase.com/
15
+
16
+ Online Demo:
17
+ https://demo.nocobase.com/new
18
+
19
+ Documents:
20
+ https://docs.nocobase.com/
21
+
22
+ Commericial license & plugins:
23
+ https://www.nocobase.com/en/commercial
24
+
25
+ License agreement:
26
+ https://www.nocobase.com/en/agreement
27
+
28
+
29
+ ## Contact Us:
30
+ hello@nocobase.com
@@ -8,12 +8,12 @@
8
8
  */
9
9
 
10
10
  module.exports = {
11
- "@nocobase/client": "1.3.46-beta",
12
- "@nocobase/database": "1.3.46-beta",
13
- "@nocobase/server": "1.3.46-beta",
11
+ "@nocobase/client": "1.3.48-beta",
12
+ "@nocobase/database": "1.3.48-beta",
13
+ "@nocobase/server": "1.3.48-beta",
14
14
  "@formily/core": "2.3.0",
15
15
  "@formily/react": "2.3.0",
16
16
  "antd": "5.12.8",
17
17
  "react": "18.2.0",
18
- "@nocobase/utils": "1.3.46-beta"
18
+ "@nocobase/utils": "1.3.48-beta"
19
19
  };
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "displayName.zh-CN": "数据表字段:Markdown(Vditor)",
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
  "description.zh-CN": "用于存储 Markdown,并使用 Vditor 编辑器渲染,支持常见 Markdown 语法,如列表,代码,引用等,并支持上传图片,录音等。同时可以做到即时渲染,所见即所得。",
7
- "version": "1.3.46-beta",
7
+ "version": "1.3.48-beta",
8
8
  "license": "AGPL-3.0",
9
9
  "main": "dist/server/index.js",
10
10
  "homepage": "https://docs.nocobase.com/handbook/field-markdown-vditor",
@@ -27,5 +27,5 @@
27
27
  "keywords": [
28
28
  "Collection fields"
29
29
  ],
30
- "gitHead": "f63f7433de426ec069b71c1eb9ed24a17784e990"
30
+ "gitHead": "25f9e965a1ffe48a24e5d6ef18a6142abcf38ec3"
31
31
  }