@nocobase/plugin-multi-app-share-collection 0.13.0-alpha.9 → 0.14.0-alpha.1

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/client.d.ts CHANGED
File without changes
package/client.js CHANGED
File without changes
@@ -0,0 +1,12 @@
1
+ module.exports = {
2
+ "@formily/react": "2.2.27",
3
+ "@nocobase/client": "0.14.0-alpha.1",
4
+ "@nocobase/plugin-multi-app-manager": "0.14.0-alpha.1",
5
+ "antd": "5.8.6",
6
+ "react": "18.2.0",
7
+ "@nocobase/utils": "0.14.0-alpha.1",
8
+ "react-i18next": "11.18.6",
9
+ "@nocobase/server": "0.14.0-alpha.1",
10
+ "lodash": "4.17.21",
11
+ "@nocobase/database": "0.14.0-alpha.1"
12
+ };
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@nocobase/plugin-multi-app-share-collection",
3
- "displayName": "multi app share collection",
4
- "displayName.zh-CN": "多应用数据共享",
5
- "description": "multi app share collection",
6
- "description.zh-CN": "多应用数据共享",
7
- "version": "0.13.0-alpha.9",
3
+ "displayName": "Multi-app share collection",
4
+ "displayName.zh-CN": "多应用数据表共享",
5
+ "description": "",
6
+ "description.zh-CN": "",
7
+ "version": "0.14.0-alpha.1",
8
8
  "main": "./dist/server/index.js",
9
9
  "devDependencies": {
10
10
  "@formily/react": "2.x",
@@ -23,5 +23,5 @@
23
23
  "@nocobase/test": "0.x",
24
24
  "@nocobase/utils": "0.x"
25
25
  },
26
- "gitHead": "ee5825377d8bec05f968a8365a0cdcd49878ada6"
26
+ "gitHead": "25841167f720207933dd49fde3b4e426048ce258"
27
27
  }
package/server.d.ts CHANGED
File without changes
package/server.js CHANGED
File without changes