@nocobase/plugin-graph-collection-manager 1.4.0-alpha.5 → 1.4.0-alpha.7

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,11 +1,30 @@
1
- # graph-collection-manager
1
+ # NocoBase
2
2
 
3
- English | [中文](./README.zh-CN.md)
3
+ <video width="100%" controls>
4
+ <source src="https://static-docs.nocobase.com/NocoBase0510.mp4" type="video/mp4">
5
+ </video>
4
6
 
5
- ## 安装激活
6
7
 
7
- ```bash
8
- yarn pm enable graph-collection-manager
9
- ```
8
+ ## What is NocoBase
10
9
 
11
- ## 使用方法
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
@@ -10,7 +10,7 @@
10
10
  module.exports = {
11
11
  "@ant-design/icons": "5.2.6",
12
12
  "@formily/shared": "2.3.2",
13
- "@nocobase/client": "1.4.0-alpha.5",
13
+ "@nocobase/client": "1.4.0-alpha.7",
14
14
  "react": "18.2.0",
15
15
  "@emotion/css": "11.13.0",
16
16
  "@formily/react": "2.3.0",
@@ -18,9 +18,9 @@ module.exports = {
18
18
  "lodash": "4.17.21",
19
19
  "react-router-dom": "6.21.0",
20
20
  "@formily/reactive": "2.3.0",
21
- "@nocobase/utils": "1.4.0-alpha.5",
21
+ "@nocobase/utils": "1.4.0-alpha.7",
22
22
  "react-i18next": "11.18.6",
23
- "@nocobase/server": "1.4.0-alpha.5",
23
+ "@nocobase/server": "1.4.0-alpha.7",
24
24
  "ahooks": "3.7.8",
25
- "@nocobase/database": "1.4.0-alpha.5"
25
+ "@nocobase/database": "1.4.0-alpha.7"
26
26
  };
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "displayName.zh-CN": "可视化数据表管理",
5
5
  "description": "An ER diagram-like tool. Currently only the Master database is supported.",
6
6
  "description.zh-CN": "类似 ER 图的工具,目前只支持主数据库。",
7
- "version": "1.4.0-alpha.5",
7
+ "version": "1.4.0-alpha.7",
8
8
  "license": "AGPL-3.0",
9
9
  "main": "./dist/server/index.js",
10
10
  "homepage": "https://docs.nocobase.com/handbook/graph-collection-manager",
@@ -35,7 +35,7 @@
35
35
  "@nocobase/test": "1.x",
36
36
  "@nocobase/utils": "1.x"
37
37
  },
38
- "gitHead": "101d541ccb57037bb28c11a0c33b56266da1840b",
38
+ "gitHead": "52bb98fe5fd95cc25baeaaef5aeae9cdd1a0e2fa",
39
39
  "keywords": [
40
40
  "Data model tools"
41
41
  ]
package/README.zh-CN.md DELETED
@@ -1,11 +0,0 @@
1
- # graph-collection-manager
2
-
3
- [English](./README.md) | 中文
4
-
5
- ## 安装激活
6
-
7
- ```bash
8
- yarn pm enable graph-collection-manager
9
- ```
10
-
11
- ## 使用方法