@nocobase/plugin-field-markdown-vditor 1.2.24-alpha → 1.2.26-alpha

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 CHANGED
@@ -1,4 +1,4 @@
1
- Updated Date: July 22, 2024
1
+ Updated Date: July 24, 2024
2
2
 
3
3
  NocoBase License Agreement
4
4
 
@@ -80,7 +80,7 @@ Except for Third-Party Open Source Software, the Company owns all copyrights, tr
80
80
 
81
81
  6.6 Can sell plugins developed for Software in the Marketplace.
82
82
 
83
- 6.7 Can sell or provide Upper Layer Applications developed based on Software in the form of SaaS to the public.
83
+ 6.7 Can sell Upper Layer Applications developed based on Software to Customer who has obtained a commercial license.
84
84
 
85
85
  6.8 Not restricted by the AGPL-3.0 agreement.
86
86
 
@@ -8,12 +8,12 @@
8
8
  */
9
9
 
10
10
  module.exports = {
11
- "@nocobase/client": "1.2.24-alpha",
12
- "@nocobase/database": "1.2.24-alpha",
13
- "@nocobase/server": "1.2.24-alpha",
11
+ "@nocobase/client": "1.2.26-alpha",
12
+ "@nocobase/database": "1.2.26-alpha",
13
+ "@nocobase/server": "1.2.26-alpha",
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.2.24-alpha"
18
+ "@nocobase/utils": "1.2.26-alpha"
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.2.24-alpha",
7
+ "version": "1.2.26-alpha",
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": "1ccb870aa51f017ee8293c531d6124c3bfde1658"
30
+ "gitHead": "a463b25b4f7de08f71f43a22cb6171f0a58aa66a"
31
31
  }