@nocobase/plugin-field-markdown-vditor 1.2.3-alpha → 1.2.5-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: May 29, 2024
1
+ Updated Date: June 19, 2024
2
2
 
3
3
  NocoBase License Agreement
4
4
 
@@ -97,9 +97,9 @@ Except for Third-Party Open Source Software, the Company owns all copyrights, tr
97
97
 
98
98
  7.2 It is not allowed to sell, transfer, lease, share, or give away the Commercial License.
99
99
 
100
- 7.3 It is not allowed to sell, transfer, lease, share, or give away any form of no-code, zero-code, low-code platform, or developer tools developed based on Software, except for bulk licenses obtained through an Enterprise License, with the terms of bulk licensing separately agreed upon in the contract.
100
+ 7.3 It is not allowed to sell, transfer, lease, share, or give away any form of no-code, zero-code, low-code platform, or developer tools developed based on Software.
101
101
 
102
- 7.4 It is not allowed to provide any form of no-code, zero-code, low-code platform SaaS products to the public using the original or modified Software, except for bulk licenses obtained through an Enterprise License, with the terms of bulk licensing separately agreed upon in the contract.
102
+ 7.4 It is not allowed to provide any form of no-code, zero-code, low-code platform SaaS products to the public using the original or modified Software.
103
103
 
104
104
  7.5 It is not allowed to use reverse engineering, decompilation, and other means to try to discover the source code of Commercial Plugins that have not obtained source code license.
105
105
 
@@ -8,12 +8,12 @@
8
8
  */
9
9
 
10
10
  module.exports = {
11
- "@nocobase/client": "1.2.3-alpha",
12
- "@nocobase/database": "1.2.3-alpha",
13
- "@nocobase/server": "1.2.3-alpha",
11
+ "@nocobase/client": "1.2.5-alpha",
12
+ "@nocobase/database": "1.2.5-alpha",
13
+ "@nocobase/server": "1.2.5-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.3-alpha"
18
+ "@nocobase/utils": "1.2.5-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.3-alpha",
7
+ "version": "1.2.5-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": "a9167db4051c276bdad81f1a98c3d77987af983d"
30
+ "gitHead": "ca7baa2d4dffe0e2c02f676b96ff841f3ee31e7e"
31
31
  }