@tachybase/module-data-source 1.3.11 → 1.3.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/LICENSE CHANGED
@@ -186,7 +186,7 @@
186
186
  same "printed page" as the copyright notice for easier
187
187
  identification within third-party archives.
188
188
 
189
- Copyright [2023-2024] [Tachybase team]
189
+ Copyright [2023-2025] [Tego team]
190
190
 
191
191
  Licensed under the Apache License, Version 2.0 (the "License");
192
192
  you may not use this file except in compliance with the License.
@@ -1,19 +1,19 @@
1
1
  module.exports = {
2
2
  "react": "18.3.1",
3
- "@tachybase/client": "1.3.11",
4
- "@tachybase/server": "1.3.11",
3
+ "@tachybase/client": "1.3.13",
4
+ "@tachybase/server": "1.3.13",
5
5
  "lodash": "4.17.21",
6
6
  "@ant-design/icons": "5.5.2",
7
7
  "antd": "5.22.5",
8
8
  "react-router-dom": "6.28.1",
9
- "@tachybase/schema": "1.3.11",
9
+ "@tachybase/schema": "1.3.13",
10
10
  "react-i18next": "15.2.0",
11
- "@tachybase/database": "1.3.11",
12
- "@tachybase/utils": "1.3.11",
13
- "@tachybase/module-acl": "1.3.11",
14
- "@tachybase/acl": "1.3.11",
11
+ "@tachybase/database": "1.3.13",
12
+ "@tachybase/utils": "1.3.13",
13
+ "@tachybase/module-acl": "1.3.13",
14
+ "@tachybase/acl": "1.3.13",
15
15
  "sequelize": "6.37.5",
16
- "@tachybase/components": "1.3.11",
16
+ "@tachybase/components": "1.3.13",
17
17
  "@dnd-kit/core": "6.3.1",
18
18
  "ahooks": "3.8.4"
19
19
  };
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.3.11",
4
+ "version": "1.3.13",
5
5
  "description": "Manage data sources, including the built-in Master database, external databases, APIs, etc.",
6
6
  "keywords": [
7
7
  "Data model tools"
@@ -18,17 +18,17 @@
18
18
  "react-i18next": "^15.2.0",
19
19
  "react-router-dom": "6.28.1",
20
20
  "sequelize": "^6.37.5",
21
- "@tachybase/components": "1.3.11",
22
- "@tachybase/schema": "1.3.11"
21
+ "@tachybase/components": "1.3.13",
22
+ "@tachybase/schema": "1.3.13"
23
23
  },
24
24
  "peerDependencies": {
25
- "@tachybase/acl": "1.3.11",
26
- "@tachybase/client": "1.3.11",
27
- "@tachybase/database": "1.3.11",
28
- "@tachybase/module-acl": "1.3.11",
29
- "@tachybase/server": "1.3.11",
30
- "@tachybase/test": "1.3.11",
31
- "@tachybase/utils": "1.3.11"
25
+ "@tachybase/acl": "1.3.13",
26
+ "@tachybase/client": "1.3.13",
27
+ "@tachybase/database": "1.3.13",
28
+ "@tachybase/module-acl": "1.3.13",
29
+ "@tachybase/test": "1.3.13",
30
+ "@tachybase/server": "1.3.13",
31
+ "@tachybase/utils": "1.3.13"
32
32
  },
33
33
  "description.zh-CN": "管理数据源,包括内置的 Master 数据库,外部的数据库、API。",
34
34
  "displayName.zh-CN": "数据源管理",