@nocobase/plugin-multi-app-share-collection 1.4.0-alpha.20240914084300 → 1.4.0-alpha.20240914235554

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.
@@ -9,13 +9,13 @@
9
9
 
10
10
  module.exports = {
11
11
  "@formily/react": "2.3.0",
12
- "@nocobase/client": "1.4.0-alpha.20240914084300",
13
- "@nocobase/plugin-multi-app-manager": "1.4.0-alpha.20240914084300",
12
+ "@nocobase/client": "1.4.0-alpha.20240914235554",
13
+ "@nocobase/plugin-multi-app-manager": "1.4.0-alpha.20240914235554",
14
14
  "antd": "5.12.8",
15
15
  "react": "18.2.0",
16
- "@nocobase/utils": "1.4.0-alpha.20240914084300",
16
+ "@nocobase/utils": "1.4.0-alpha.20240914235554",
17
17
  "react-i18next": "11.18.6",
18
- "@nocobase/database": "1.4.0-alpha.20240914084300",
19
- "@nocobase/server": "1.4.0-alpha.20240914084300",
18
+ "@nocobase/database": "1.4.0-alpha.20240914235554",
19
+ "@nocobase/server": "1.4.0-alpha.20240914235554",
20
20
  "lodash": "4.17.21"
21
21
  };
@@ -126,7 +126,7 @@ class MultiAppShareCollectionPlugin extends import_server.Plugin {
126
126
  throw new Error("multi-app-share-collection plugin only support postgres");
127
127
  }
128
128
  const plugin = this.pm.get("multi-app-manager");
129
- if (!plugin.enabled) {
129
+ if (!(plugin == null ? void 0 : plugin.enabled)) {
130
130
  throw new Error(`${this.name} plugin need multi-app-manager plugin enabled`);
131
131
  }
132
132
  }
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "displayName.zh-CN": "多应用数据表共享",
5
5
  "description": "",
6
6
  "description.zh-CN": "",
7
- "version": "1.4.0-alpha.20240914084300",
7
+ "version": "1.4.0-alpha.20240914235554",
8
8
  "main": "./dist/server/index.js",
9
9
  "devDependencies": {
10
10
  "@formily/react": "2.x",
@@ -23,7 +23,7 @@
23
23
  "@nocobase/test": "1.x",
24
24
  "@nocobase/utils": "1.x"
25
25
  },
26
- "gitHead": "9134514363875955f57ad07a311bb84783fc3399",
26
+ "gitHead": "087d5a8106490c193d73807be04567bb1547ed7c",
27
27
  "keywords": [
28
28
  "System management"
29
29
  ]