@tachybase/module-data-source 1.0.6 → 1.0.18

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,19 +1,19 @@
1
1
  module.exports = {
2
2
  "react": "18.3.1",
3
- "@tachybase/client": "1.0.6",
4
- "@tachybase/server": "1.0.6",
3
+ "@tachybase/client": "1.0.18",
4
+ "@tachybase/server": "1.0.18",
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.0.6",
9
+ "@tachybase/schema": "1.0.18",
10
10
  "react-i18next": "15.2.0",
11
- "@tachybase/database": "1.0.6",
12
- "@tachybase/utils": "1.0.6",
13
- "@tachybase/module-acl": "1.0.6",
14
- "@tachybase/acl": "1.0.6",
11
+ "@tachybase/database": "1.0.18",
12
+ "@tachybase/utils": "1.0.18",
13
+ "@tachybase/module-acl": "1.0.18",
14
+ "@tachybase/acl": "1.0.18",
15
15
  "sequelize": "6.37.5",
16
- "@tachybase/components": "1.0.6",
16
+ "@tachybase/components": "1.0.18",
17
17
  "@dnd-kit/core": "6.3.1",
18
18
  "ahooks": "3.8.4"
19
19
  };
@@ -468,7 +468,7 @@ class PluginDataSourceManagerServer extends import_server.Plugin {
468
468
  );
469
469
  this.app.acl.registerSnippet({
470
470
  name: "pm.database-connections.collections",
471
- actions: ["collections:*", "collections.fields:*", "collectionCategories:*"]
471
+ actions: ["collections:*", "collections.fields:*", "collectionCategories:*", "dbViews:*"]
472
472
  });
473
473
  this.app.acl.allow("dataSources", "listEnabled", "loggedIn");
474
474
  this.app.acl.allow("dataSources", "get", "loggedIn");
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.0.6",
4
+ "version": "1.0.18",
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,16 +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.0.6",
22
- "@tachybase/schema": "1.0.6"
21
+ "@tachybase/components": "1.0.18",
22
+ "@tachybase/schema": "1.0.18"
23
23
  },
24
24
  "peerDependencies": {
25
- "@tachybase/acl": "1.0.6",
26
- "@tachybase/database": "1.0.6",
27
- "@tachybase/client": "1.0.6",
28
- "@tachybase/server": "1.0.6",
29
- "@tachybase/utils": "1.0.6",
30
- "@tachybase/test": "1.0.6"
25
+ "@tachybase/acl": "1.0.18",
26
+ "@tachybase/client": "1.0.18",
27
+ "@tachybase/database": "1.0.18",
28
+ "@tachybase/module-acl": "1.0.18",
29
+ "@tachybase/test": "1.0.18",
30
+ "@tachybase/server": "1.0.18",
31
+ "@tachybase/utils": "1.0.18"
31
32
  },
32
33
  "description.zh-CN": "管理数据源,包括内置的 Master 数据库,外部的数据库、API。",
33
34
  "displayName.zh-CN": "数据源管理",