@nocobase/plugin-data-source-manager 1.8.0-alpha.10 → 1.8.0-alpha.11

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,14 +8,14 @@
8
8
  */
9
9
 
10
10
  module.exports = {
11
- "@nocobase/client": "1.8.0-alpha.10",
11
+ "@nocobase/client": "1.8.0-alpha.11",
12
12
  "react": "18.2.0",
13
- "@nocobase/plugin-acl": "1.8.0-alpha.10",
14
- "@nocobase/utils": "1.8.0-alpha.10",
15
- "@nocobase/server": "1.8.0-alpha.10",
16
- "@nocobase/data-source-manager": "1.8.0-alpha.10",
13
+ "@nocobase/plugin-acl": "1.8.0-alpha.11",
14
+ "@nocobase/utils": "1.8.0-alpha.11",
15
+ "@nocobase/server": "1.8.0-alpha.11",
16
+ "@nocobase/data-source-manager": "1.8.0-alpha.11",
17
17
  "lodash": "4.17.21",
18
- "@nocobase/acl": "1.8.0-alpha.10",
18
+ "@nocobase/acl": "1.8.0-alpha.11",
19
19
  "@ant-design/icons": "5.6.1",
20
20
  "antd": "5.24.2",
21
21
  "react-router-dom": "6.28.1",
@@ -23,9 +23,9 @@ module.exports = {
23
23
  "@formily/shared": "2.3.2",
24
24
  "react-i18next": "11.18.6",
25
25
  "@emotion/css": "11.13.0",
26
- "@nocobase/database": "1.8.0-alpha.10",
26
+ "@nocobase/database": "1.8.0-alpha.11",
27
27
  "sequelize": "6.35.2",
28
- "@nocobase/test": "1.8.0-alpha.10",
28
+ "@nocobase/test": "1.8.0-alpha.11",
29
29
  "@formily/antd-v5": "1.2.3",
30
30
  "@formily/core": "2.3.0",
31
31
  "@formily/reactive": "2.3.0",
@@ -179,7 +179,9 @@ var data_sources_collections_default = {
179
179
  return;
180
180
  }
181
181
  if (collections.length > import_constants.ALLOW_MAX_COLLECTIONS_COUNT) {
182
- throw new Error(`The number of collections exceeds the limit of ${import_constants.ALLOW_MAX_COLLECTIONS_COUNT}. Please remove some collections before adding new ones.`);
182
+ throw new Error(
183
+ `The number of collections exceeds the limit of ${import_constants.ALLOW_MAX_COLLECTIONS_COUNT}. Please remove some collections before adding new ones.`
184
+ );
183
185
  }
184
186
  const transaction = await ctx.db.sequelize.transaction();
185
187
  const repo = ctx.db.getRepository("dataSourcesCollections");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nocobase/plugin-data-source-manager",
3
- "version": "1.8.0-alpha.10",
3
+ "version": "1.8.0-alpha.11",
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": "31b2895b847f6998492e20bb923c2791e896951d"
20
+ "gitHead": "ca21882066ded53ac54e7340d3f5fdd2d4275a76"
21
21
  }