@nocobase/plugin-multi-app-share-collection 0.20.0-alpha.1 → 0.20.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.
@@ -1,12 +1,12 @@
1
1
  module.exports = {
2
2
  "@formily/react": "2.3.0",
3
- "@nocobase/client": "0.20.0-alpha.1",
4
- "@nocobase/plugin-multi-app-manager": "0.20.0-alpha.1",
3
+ "@nocobase/client": "0.20.0-alpha.11",
4
+ "@nocobase/plugin-multi-app-manager": "0.20.0-alpha.11",
5
5
  "antd": "5.12.8",
6
6
  "react": "18.2.0",
7
- "@nocobase/utils": "0.20.0-alpha.1",
7
+ "@nocobase/utils": "0.20.0-alpha.11",
8
8
  "react-i18next": "11.18.6",
9
- "@nocobase/database": "0.20.0-alpha.1",
10
- "@nocobase/server": "0.20.0-alpha.1",
9
+ "@nocobase/database": "0.20.0-alpha.11",
10
+ "@nocobase/server": "0.20.0-alpha.11",
11
11
  "lodash": "4.17.21"
12
12
  };
@@ -236,7 +236,7 @@ class MultiAppShareCollectionPlugin extends import_server.Plugin {
236
236
  }),
237
237
  plugins: plugins.includes("nocobase") ? ["nocobase"] : plugins,
238
238
  resourcer: {
239
- prefix: "/api"
239
+ prefix: process.env.API_BASE_PATH
240
240
  },
241
241
  logger: {
242
242
  ...mainApp.options.logger,
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "displayName.zh-CN": "多应用数据表共享",
5
5
  "description": "",
6
6
  "description.zh-CN": "",
7
- "version": "0.20.0-alpha.1",
7
+ "version": "0.20.0-alpha.11",
8
8
  "main": "./dist/server/index.js",
9
9
  "devDependencies": {
10
10
  "@formily/react": "2.x",
@@ -23,7 +23,7 @@
23
23
  "@nocobase/test": "0.x",
24
24
  "@nocobase/utils": "0.x"
25
25
  },
26
- "gitHead": "516c0b1470d77ff499f533ae6b57e4c084450ff5",
26
+ "gitHead": "ed56e8464869fefbd6e263a2358fc14930c22f96",
27
27
  "keywords": [
28
28
  "System management"
29
29
  ]