@tachybase/plugin-multi-app-share-collection 1.3.23 → 1.3.24

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,11 +1,11 @@
1
1
  module.exports = {
2
2
  "react": "18.3.1",
3
- "@tachybase/client": "1.3.23",
4
- "@tachybase/module-multi-app": "1.3.23",
5
- "@tachybase/schema": "1.3.43",
3
+ "@tachybase/client": "1.3.24",
4
+ "@tachybase/module-multi-app": "1.3.24",
5
+ "@tachybase/schema": "1.3.49",
6
6
  "antd": "5.22.5",
7
- "@tego/client": "1.3.43",
7
+ "@tego/client": "1.3.49",
8
8
  "lodash": "4.17.21",
9
9
  "react-i18next": "15.2.0",
10
- "@tego/server": "1.3.43"
10
+ "@tego/server": "1.3.49"
11
11
  };
@@ -245,7 +245,6 @@ class MultiAppShareCollectionPlugin extends import_server.Plugin {
245
245
  "header.x-app"
246
246
  ]
247
247
  }
248
- // pmSock: resolve(process.cwd(), 'storage', `${appName}.sock`),
249
248
  };
250
249
  });
251
250
  multiAppManager.setAppDbCreator(async (app) => {
package/package.json CHANGED
@@ -1,24 +1,24 @@
1
1
  {
2
2
  "name": "@tachybase/plugin-multi-app-share-collection",
3
3
  "displayName": "Multi-app share collection",
4
- "version": "1.3.23",
4
+ "version": "1.3.24",
5
5
  "description": "Multi-app share collection",
6
6
  "keywords": [
7
7
  "System management"
8
8
  ],
9
9
  "main": "./dist/server/index.js",
10
10
  "devDependencies": {
11
- "@tachybase/schema": "^1.3.43",
12
- "@tachybase/test": "^1.3.43",
13
- "@tego/client": "^1.3.43",
14
- "@tego/server": "^1.3.43",
11
+ "@tachybase/schema": "^1.3.49",
12
+ "@tachybase/test": "^1.3.49",
13
+ "@tego/client": "^1.3.49",
14
+ "@tego/server": "^1.3.49",
15
15
  "@types/lodash": "^4.17.20",
16
16
  "antd": "5.22.5",
17
17
  "lodash": "4.17.21",
18
18
  "react": "18.3.1",
19
19
  "react-i18next": "15.2.0",
20
- "@tachybase/client": "1.3.23",
21
- "@tachybase/module-multi-app": "1.3.23"
20
+ "@tachybase/client": "1.3.24",
21
+ "@tachybase/module-multi-app": "1.3.24"
22
22
  },
23
23
  "description.zh-CN": "多应用数据共享",
24
24
  "displayName.zh-CN": "多应用数据共享"