@nocobase/plugin-graph-collection-manager 2.1.0-alpha.11 → 2.1.0-alpha.13
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/dist/externalVersion.js +5 -5
- package/package.json +2 -2
package/dist/externalVersion.js
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
module.exports = {
|
|
11
11
|
"@ant-design/icons": "5.6.1",
|
|
12
12
|
"@formily/shared": "2.3.7",
|
|
13
|
-
"@nocobase/client": "2.1.0-alpha.
|
|
13
|
+
"@nocobase/client": "2.1.0-alpha.13",
|
|
14
14
|
"react": "18.2.0",
|
|
15
15
|
"@emotion/css": "11.13.0",
|
|
16
16
|
"@formily/react": "2.3.7",
|
|
@@ -18,10 +18,10 @@ module.exports = {
|
|
|
18
18
|
"lodash": "4.17.21",
|
|
19
19
|
"react-router-dom": "6.30.1",
|
|
20
20
|
"@formily/reactive": "2.3.7",
|
|
21
|
-
"@nocobase/utils": "2.1.0-alpha.
|
|
21
|
+
"@nocobase/utils": "2.1.0-alpha.13",
|
|
22
22
|
"react-i18next": "11.18.6",
|
|
23
|
-
"@nocobase/server": "2.1.0-alpha.
|
|
24
|
-
"@nocobase/flow-engine": "2.1.0-alpha.
|
|
23
|
+
"@nocobase/server": "2.1.0-alpha.13",
|
|
24
|
+
"@nocobase/flow-engine": "2.1.0-alpha.13",
|
|
25
25
|
"ahooks": "3.7.8",
|
|
26
|
-
"@nocobase/database": "2.1.0-alpha.
|
|
26
|
+
"@nocobase/database": "2.1.0-alpha.13"
|
|
27
27
|
};
|
package/package.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"description": "An ER diagram-like tool. Currently only the Master database is supported.",
|
|
7
7
|
"description.ru-RU": "Инструмент в стиле ER-диаграммы. В настоящий момент поддерживается только основная база данных.",
|
|
8
8
|
"description.zh-CN": "类似 ER 图的工具,目前只支持主数据库。",
|
|
9
|
-
"version": "2.1.0-alpha.
|
|
9
|
+
"version": "2.1.0-alpha.13",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"main": "./dist/server/index.js",
|
|
12
12
|
"homepage": "https://docs.nocobase.com/handbook/graph-collection-manager",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"@nocobase/test": "2.x",
|
|
39
39
|
"@nocobase/utils": "2.x"
|
|
40
40
|
},
|
|
41
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "2807a8948412d9c235115a31a81a66f7c82dd173",
|
|
42
42
|
"keywords": [
|
|
43
43
|
"Data model tools"
|
|
44
44
|
]
|