@tachybase/plugin-multi-app-share-collection 0.23.18 → 0.23.20

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,2 +1 @@
1
- import React from 'react';
2
- export declare const MultiAppShareCollectionProvider: (props: any) => React.JSX.Element;
1
+ export declare const MultiAppShareCollectionProvider: (props: any) => import("react/jsx-runtime").JSX.Element;
@@ -1,12 +1,12 @@
1
1
  module.exports = {
2
2
  "react": "18.3.1",
3
- "@tachybase/client": "0.23.18",
4
- "@tachybase/module-multi-app": "0.23.18",
5
- "@tachybase/schema": "0.23.18",
3
+ "@tachybase/client": "0.23.20",
4
+ "@tachybase/module-multi-app": "0.23.20",
5
+ "@tachybase/schema": "0.23.20",
6
6
  "antd": "5.22.5",
7
- "@tachybase/utils": "0.23.18",
7
+ "@tachybase/utils": "0.23.20",
8
8
  "react-i18next": "15.2.0",
9
- "@tachybase/database": "0.23.18",
10
- "@tachybase/server": "0.23.18",
9
+ "@tachybase/database": "0.23.20",
10
+ "@tachybase/server": "0.23.20",
11
11
  "lodash": "4.17.21"
12
12
  };
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": "0.23.18",
4
+ "version": "0.23.20",
5
5
  "description": "",
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": "0.23.18"
16
+ "@tachybase/schema": "0.23.20"
17
17
  },
18
18
  "peerDependencies": {
19
- "@tachybase/client": "0.23.18",
20
- "@tachybase/database": "0.23.18",
21
- "@tachybase/module-collection": "0.23.18",
22
- "@tachybase/module-multi-app": "0.23.18",
23
- "@tachybase/module-error-handler": "0.23.18",
24
- "@tachybase/module-user": "0.23.18",
25
- "@tachybase/server": "0.23.18",
26
- "@tachybase/utils": "0.23.18",
27
- "@tachybase/test": "0.23.18"
19
+ "@tachybase/client": "0.23.20",
20
+ "@tachybase/database": "0.23.20",
21
+ "@tachybase/module-collection": "0.23.20",
22
+ "@tachybase/module-error-handler": "0.23.20",
23
+ "@tachybase/module-multi-app": "0.23.20",
24
+ "@tachybase/module-user": "0.23.20",
25
+ "@tachybase/server": "0.23.20",
26
+ "@tachybase/utils": "0.23.20",
27
+ "@tachybase/test": "0.23.20"
28
28
  },
29
29
  "description.zh-CN": "多应用数据共享",
30
30
  "displayName.zh-CN": "多应用数据共享",