@nocobase/plugin-field-markdown-vditor 1.5.1 → 1.5.3
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/LICENSE.txt +1 -1
- package/dist/externalVersion.js +4 -4
- package/package.json +2 -2
package/LICENSE.txt
CHANGED
|
@@ -95,7 +95,7 @@ Except for Third-Party Open Source Software, the Company owns all copyrights, tr
|
|
|
95
95
|
6.9 If there are other agreements in the contract for the above rights, the contract agreement shall prevail.
|
|
96
96
|
|
|
97
97
|
====================================
|
|
98
|
-
|
|
98
|
+
7. Obligations of Commercial License
|
|
99
99
|
====================================
|
|
100
100
|
|
|
101
101
|
7.1 It is not allowed to remove or change all intellectual property statements about NocoBase in the code.
|
package/dist/externalVersion.js
CHANGED
|
@@ -8,12 +8,12 @@
|
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
module.exports = {
|
|
11
|
-
"@nocobase/client": "1.5.
|
|
12
|
-
"@nocobase/database": "1.5.
|
|
13
|
-
"@nocobase/server": "1.5.
|
|
11
|
+
"@nocobase/client": "1.5.3",
|
|
12
|
+
"@nocobase/database": "1.5.3",
|
|
13
|
+
"@nocobase/server": "1.5.3",
|
|
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.5.
|
|
18
|
+
"@nocobase/utils": "1.5.3"
|
|
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.5.
|
|
7
|
+
"version": "1.5.3",
|
|
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": "
|
|
30
|
+
"gitHead": "d509073e3f3081488d360613822c5c68222acabc"
|
|
31
31
|
}
|