@tachybase/plugin-multi-app-share-collection 1.6.4 → 1.6.6
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.
- package/dist/externalVersion.js +2 -2
- package/package.json +3 -3
package/dist/externalVersion.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
module.exports = {
|
|
2
2
|
"react": "18.3.1",
|
|
3
|
-
"@tachybase/client": "1.6.
|
|
4
|
-
"@tachybase/module-multi-app": "1.6.
|
|
3
|
+
"@tachybase/client": "1.6.6",
|
|
4
|
+
"@tachybase/module-multi-app": "1.6.6",
|
|
5
5
|
"@tachybase/schema": "1.6.2",
|
|
6
6
|
"antd": "5.22.5",
|
|
7
7
|
"@tego/client": "1.6.2",
|
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.6.
|
|
4
|
+
"version": "1.6.6",
|
|
5
5
|
"description": "Multi-app share collection",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"System management"
|
|
@@ -17,8 +17,8 @@
|
|
|
17
17
|
"lodash": "4.17.21",
|
|
18
18
|
"react": "18.3.1",
|
|
19
19
|
"react-i18next": "16.2.1",
|
|
20
|
-
"@tachybase/client": "1.6.
|
|
21
|
-
"@tachybase/module-multi-app": "1.6.
|
|
20
|
+
"@tachybase/client": "1.6.6",
|
|
21
|
+
"@tachybase/module-multi-app": "1.6.6"
|
|
22
22
|
},
|
|
23
23
|
"description.zh-CN": "多应用数据共享",
|
|
24
24
|
"displayName.zh-CN": "多应用数据共享"
|