@tachybase/module-data-source 1.6.1 → 1.6.4
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 +7 -7
package/dist/externalVersion.js
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
module.exports = {
|
|
2
2
|
"react": "18.3.1",
|
|
3
|
-
"@tachybase/client": "1.6.
|
|
4
|
-
"@tego/server": "1.6.
|
|
3
|
+
"@tachybase/client": "1.6.4",
|
|
4
|
+
"@tego/server": "1.6.2",
|
|
5
5
|
"lodash": "4.17.21",
|
|
6
6
|
"@ant-design/icons": "6.1.0",
|
|
7
7
|
"antd": "5.22.5",
|
|
8
8
|
"react-router-dom": "6.28.1",
|
|
9
|
-
"@tachybase/schema": "1.6.
|
|
9
|
+
"@tachybase/schema": "1.6.2",
|
|
10
10
|
"react-i18next": "16.2.1",
|
|
11
|
-
"@tachybase/module-acl": "1.6.
|
|
11
|
+
"@tachybase/module-acl": "1.6.4",
|
|
12
12
|
"sequelize": "6.37.5",
|
|
13
|
-
"@tego/client": "1.6.
|
|
13
|
+
"@tego/client": "1.6.2",
|
|
14
14
|
"@dnd-kit/core": "6.3.1",
|
|
15
15
|
"ahooks": "3.9.0"
|
|
16
16
|
};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tachybase/module-data-source",
|
|
3
3
|
"displayName": "Data source manager",
|
|
4
|
-
"version": "1.6.
|
|
4
|
+
"version": "1.6.4",
|
|
5
5
|
"description": "Manage data sources, including the built-in Master database, external databases, APIs, etc.",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"Data model tools"
|
|
@@ -10,10 +10,10 @@
|
|
|
10
10
|
"devDependencies": {
|
|
11
11
|
"@ant-design/icons": "^6.1.0",
|
|
12
12
|
"@dnd-kit/core": "^6.3.1",
|
|
13
|
-
"@tachybase/schema": "1.6.
|
|
14
|
-
"@tachybase/test": "1.6.
|
|
15
|
-
"@tego/client": "1.6.
|
|
16
|
-
"@tego/server": "1.6.
|
|
13
|
+
"@tachybase/schema": "1.6.2",
|
|
14
|
+
"@tachybase/test": "1.6.2",
|
|
15
|
+
"@tego/client": "1.6.2",
|
|
16
|
+
"@tego/server": "1.6.2",
|
|
17
17
|
"@types/lodash": "^4.17.20",
|
|
18
18
|
"ahooks": "^3.9.0",
|
|
19
19
|
"antd": "5.22.5",
|
|
@@ -22,8 +22,8 @@
|
|
|
22
22
|
"react-i18next": "16.2.1",
|
|
23
23
|
"react-router-dom": "6.28.1",
|
|
24
24
|
"sequelize": "6.37.5",
|
|
25
|
-
"@tachybase/client": "1.6.
|
|
26
|
-
"@tachybase/module-acl": "1.6.
|
|
25
|
+
"@tachybase/client": "1.6.4",
|
|
26
|
+
"@tachybase/module-acl": "1.6.4"
|
|
27
27
|
},
|
|
28
28
|
"description.zh-CN": "管理数据源,包括内置的 Master 数据库,外部的数据库、API。",
|
|
29
29
|
"displayName.zh-CN": "数据源管理",
|