@steedos/steedos-plugin-schema-builder 2.1.32 → 2.1.33

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.
Files changed (2) hide show
  1. package/README.md +3 -0
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -31,3 +31,6 @@ yarn fe-build
31
31
 
32
32
  ### 了解更多
33
33
  - [开发文档](https://www.steedos.com/developer/)
34
+
35
+ ## 功能说明
36
+ - 用于生成表结构关系图
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/steedos-plugin-schema-builder",
3
- "version": "2.1.32",
3
+ "version": "2.1.33",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -25,7 +25,7 @@
25
25
  "devDependencies": {
26
26
  "@antv/g6": "^3.6.0",
27
27
  "@iarna/rtf-to-html": "^1.1.0",
28
- "@steedos/accounts": "2.1.32",
28
+ "@steedos/accounts": "2.1.33",
29
29
  "@steedos/steedos-plugin-workflow": "^2.0.8",
30
30
  "@types/react": "^16.9.22",
31
31
  "@types/react-dom": "^16.8.4",
@@ -46,7 +46,7 @@
46
46
  "react-scrollbars-custom": "^4.0.21",
47
47
  "stats": "^1.0.0",
48
48
  "stats.js": "^0.17.0",
49
- "steedos-server": "2.1.32",
49
+ "steedos-server": "2.1.33",
50
50
  "typescript": "^3.8.2",
51
51
  "unstated-next": "^1.1.0",
52
52
  "with-dnd-context": "^1.0.4",
@@ -56,5 +56,5 @@
56
56
  "resolutions": {
57
57
  "**/mongodb": "3.5.10"
58
58
  },
59
- "gitHead": "9824a14875521dca45ebba66792001d93b608e10"
59
+ "gitHead": "563087eeae39975c2254454481384b950dc9fe41"
60
60
  }