@nocobase/plugin-graph-collection-manager 0.19.0-alpha.7 → 0.19.0-alpha.9

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.
@@ -1,7 +1,7 @@
1
1
  module.exports = {
2
2
  "@ant-design/icons": "5.2.6",
3
3
  "@formily/shared": "2.3.0",
4
- "@nocobase/client": "0.19.0-alpha.7",
4
+ "@nocobase/client": "0.19.0-alpha.9",
5
5
  "react": "18.2.0",
6
6
  "@emotion/css": "11.11.2",
7
7
  "@formily/react": "2.3.0",
@@ -9,9 +9,9 @@ module.exports = {
9
9
  "lodash": "4.17.21",
10
10
  "react-router-dom": "6.21.0",
11
11
  "@formily/reactive": "2.3.0",
12
- "@nocobase/utils": "0.19.0-alpha.7",
12
+ "@nocobase/utils": "0.19.0-alpha.9",
13
13
  "react-i18next": "11.18.6",
14
- "@nocobase/server": "0.19.0-alpha.7",
14
+ "@nocobase/server": "0.19.0-alpha.9",
15
15
  "ahooks": "3.7.8",
16
- "@nocobase/database": "0.19.0-alpha.7"
16
+ "@nocobase/database": "0.19.0-alpha.9"
17
17
  };
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@nocobase/plugin-graph-collection-manager",
3
3
  "displayName": "Graph collection manager",
4
- "displayName.zh-CN": "可视化的数据表管理",
5
- "description": "An ER diagram-like tool",
6
- "description.zh-CN": "类似 ER 图的工具",
7
- "version": "0.19.0-alpha.7",
4
+ "displayName.zh-CN": "可视化数据表管理",
5
+ "description": "An ER diagram-like tool. Currently only the Master database is supported.",
6
+ "description.zh-CN": "类似 ER 图的工具,目前只支持主数据库。",
7
+ "version": "0.19.0-alpha.9",
8
8
  "license": "AGPL-3.0",
9
9
  "main": "./dist/server/index.js",
10
10
  "homepage": "https://docs.nocobase.com/plugins/graph-collection-manager",
@@ -35,8 +35,8 @@
35
35
  "@nocobase/test": "0.x",
36
36
  "@nocobase/utils": "0.x"
37
37
  },
38
- "gitHead": "cbbfd4de14b8f73417e613af6927d2fbbdbd2b41",
38
+ "gitHead": "975f9c58a1995df6a8d7a4d191a0dc4a9769ebc5",
39
39
  "keywords": [
40
- "Data Model"
40
+ "Data model tools"
41
41
  ]
42
42
  }