@tachybase/plugin-multi-app-share-collection 1.1.27 → 1.1.31

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,12 +1,12 @@
1
1
  module.exports = {
2
2
  "react": "18.3.1",
3
- "@tachybase/client": "1.1.27",
4
- "@tachybase/module-multi-app": "1.1.27",
5
- "@tachybase/schema": "1.1.27",
3
+ "@tachybase/client": "1.1.31",
4
+ "@tachybase/module-multi-app": "1.1.31",
5
+ "@tachybase/schema": "1.1.31",
6
6
  "antd": "5.22.5",
7
- "@tachybase/utils": "1.1.27",
7
+ "@tachybase/utils": "1.1.31",
8
8
  "react-i18next": "15.2.0",
9
- "@tachybase/database": "1.1.27",
10
- "@tachybase/server": "1.1.27",
9
+ "@tachybase/database": "1.1.31",
10
+ "@tachybase/server": "1.1.31",
11
11
  "lodash": "4.17.21"
12
12
  };
@@ -230,7 +230,7 @@ class MultiAppShareCollectionPlugin extends import_server.Plugin {
230
230
  application_name: `tachybase.${appName}`
231
231
  }
232
232
  }),
233
- plugins: plugins.includes("tachybase") ? ["tachybase"] : plugins,
233
+ plugins: plugins.includes("tachybase") ? [import_server.PluginPresets] : plugins,
234
234
  resourcer: {
235
235
  prefix: process.env.API_BASE_PATH
236
236
  },
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tachybase/plugin-multi-app-share-collection",
3
3
  "displayName": "Multi-app share collection",
4
- "version": "1.1.27",
4
+ "version": "1.1.31",
5
5
  "description": "Multi-app share collection",
6
6
  "keywords": [
7
7
  "System management"
@@ -13,18 +13,18 @@
13
13
  "lodash": "4.17.21",
14
14
  "react": "~18.3.1",
15
15
  "react-i18next": "^15.2.0",
16
- "@tachybase/schema": "1.1.27"
16
+ "@tachybase/schema": "1.1.31"
17
17
  },
18
18
  "peerDependencies": {
19
- "@tachybase/client": "1.1.27",
20
- "@tachybase/module-collection": "1.1.27",
21
- "@tachybase/module-error-handler": "1.1.27",
22
- "@tachybase/module-user": "1.1.27",
23
- "@tachybase/module-multi-app": "1.1.27",
24
- "@tachybase/test": "1.1.27",
25
- "@tachybase/server": "1.1.27",
26
- "@tachybase/utils": "1.1.27",
27
- "@tachybase/database": "1.1.27"
19
+ "@tachybase/client": "1.1.31",
20
+ "@tachybase/database": "1.1.31",
21
+ "@tachybase/module-collection": "1.1.31",
22
+ "@tachybase/module-error-handler": "1.1.31",
23
+ "@tachybase/module-multi-app": "1.1.31",
24
+ "@tachybase/module-user": "1.1.31",
25
+ "@tachybase/test": "1.1.31",
26
+ "@tachybase/utils": "1.1.31",
27
+ "@tachybase/server": "1.1.31"
28
28
  },
29
29
  "description.zh-CN": "多应用数据共享",
30
30
  "displayName.zh-CN": "多应用数据共享",