@nocobase/plugin-multi-app-share-collection 1.9.9 → 1.9.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.
- package/dist/externalVersion.js +5 -5
- package/package.json +4 -2
package/dist/externalVersion.js
CHANGED
|
@@ -9,13 +9,13 @@
|
|
|
9
9
|
|
|
10
10
|
module.exports = {
|
|
11
11
|
"@formily/react": "2.3.0",
|
|
12
|
-
"@nocobase/client": "1.9.
|
|
13
|
-
"@nocobase/plugin-multi-app-manager": "1.9.
|
|
12
|
+
"@nocobase/client": "1.9.11",
|
|
13
|
+
"@nocobase/plugin-multi-app-manager": "1.9.11",
|
|
14
14
|
"antd": "5.24.2",
|
|
15
15
|
"react": "18.2.0",
|
|
16
|
-
"@nocobase/utils": "1.9.
|
|
16
|
+
"@nocobase/utils": "1.9.11",
|
|
17
17
|
"react-i18next": "11.18.6",
|
|
18
|
-
"@nocobase/database": "1.9.
|
|
19
|
-
"@nocobase/server": "1.9.
|
|
18
|
+
"@nocobase/database": "1.9.11",
|
|
19
|
+
"@nocobase/server": "1.9.11",
|
|
20
20
|
"lodash": "4.17.21"
|
|
21
21
|
};
|
package/package.json
CHANGED
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nocobase/plugin-multi-app-share-collection",
|
|
3
3
|
"displayName": "Multi-app share collection",
|
|
4
|
+
"displayName.ru-RU": "Совместное использование коллекций приложениями",
|
|
4
5
|
"displayName.zh-CN": "多应用数据表共享",
|
|
5
6
|
"description": "",
|
|
7
|
+
"description.ru-RU": "Обеспечивает совместное использование коллекций между несколькими приложениями.",
|
|
6
8
|
"description.zh-CN": "",
|
|
7
|
-
"version": "1.9.
|
|
9
|
+
"version": "1.9.11",
|
|
8
10
|
"main": "./dist/server/index.js",
|
|
9
11
|
"devDependencies": {
|
|
10
12
|
"@formily/react": "2.x",
|
|
@@ -23,7 +25,7 @@
|
|
|
23
25
|
"@nocobase/test": "1.x",
|
|
24
26
|
"@nocobase/utils": "1.x"
|
|
25
27
|
},
|
|
26
|
-
"gitHead": "
|
|
28
|
+
"gitHead": "4844b555506125e161cc34b2f6bc9f758b7f2dff",
|
|
27
29
|
"keywords": [
|
|
28
30
|
"System management"
|
|
29
31
|
]
|