@nocobase/plugin-data-source-manager 1.4.0-alpha.20241020033334 → 1.4.0-alpha.20241023053303

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.
@@ -8,11 +8,11 @@
8
8
  */
9
9
 
10
10
  module.exports = {
11
- "@nocobase/client": "1.4.0-alpha.20241020033334",
11
+ "@nocobase/client": "1.4.0-alpha.20241023053303",
12
12
  "react": "18.2.0",
13
- "@nocobase/plugin-acl": "1.4.0-alpha.20241020033334",
14
- "@nocobase/utils": "1.4.0-alpha.20241020033334",
15
- "@nocobase/server": "1.4.0-alpha.20241020033334",
13
+ "@nocobase/plugin-acl": "1.4.0-alpha.20241023053303",
14
+ "@nocobase/utils": "1.4.0-alpha.20241023053303",
15
+ "@nocobase/server": "1.4.0-alpha.20241023053303",
16
16
  "lodash": "4.17.21",
17
17
  "@ant-design/icons": "5.2.6",
18
18
  "antd": "5.12.8",
@@ -21,10 +21,10 @@ module.exports = {
21
21
  "react-i18next": "11.18.6",
22
22
  "@formily/react": "2.3.0",
23
23
  "@emotion/css": "11.13.0",
24
- "@nocobase/database": "1.4.0-alpha.20241020033334",
25
- "@nocobase/acl": "1.4.0-alpha.20241020033334",
24
+ "@nocobase/database": "1.4.0-alpha.20241023053303",
25
+ "@nocobase/acl": "1.4.0-alpha.20241023053303",
26
26
  "sequelize": "6.35.2",
27
- "@nocobase/test": "1.4.0-alpha.20241020033334",
27
+ "@nocobase/test": "1.4.0-alpha.20241023053303",
28
28
  "@formily/antd-v5": "1.1.9",
29
29
  "@formily/core": "2.3.0",
30
30
  "@formily/reactive": "2.3.0",
@@ -100,7 +100,8 @@ class DataSourceModel extends import_database.Model {
100
100
  const dataSource = app.dataSourceManager.factory.create(type, {
101
101
  ...createOptions,
102
102
  name: dataSourceKey,
103
- logger: app.logger.child({ dataSourceKey })
103
+ logger: app.logger.child({ dataSourceKey }),
104
+ sqlLogger: app.sqlLogger.child({ dataSourceKey })
104
105
  });
105
106
  if (loadAtAfterStart) {
106
107
  dataSource.on("loadMessage", ({ message }) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nocobase/plugin-data-source-manager",
3
- "version": "1.4.0-alpha.20241020033334",
3
+ "version": "1.4.0-alpha.20241023053303",
4
4
  "main": "dist/server/index.js",
5
5
  "displayName": "Data source manager",
6
6
  "displayName.zh-CN": "数据源管理",
@@ -17,5 +17,5 @@
17
17
  "keywords": [
18
18
  "Data model tools"
19
19
  ],
20
- "gitHead": "e99a8cf94fd0cf26db7fe7f82745d6345d80c48b"
20
+ "gitHead": "7c6272531f271094ddac219755ac898dd33ff5ab"
21
21
  }
File without changes