@nocobase/plugin-multi-app-share-collection 1.2.24-alpha → 1.2.25-alpha

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/LICENSE.txt CHANGED
@@ -1,4 +1,4 @@
1
- Updated Date: July 22, 2024
1
+ Updated Date: July 24, 2024
2
2
 
3
3
  NocoBase License Agreement
4
4
 
@@ -80,7 +80,7 @@ Except for Third-Party Open Source Software, the Company owns all copyrights, tr
80
80
 
81
81
  6.6 Can sell plugins developed for Software in the Marketplace.
82
82
 
83
- 6.7 Can sell or provide Upper Layer Applications developed based on Software in the form of SaaS to the public.
83
+ 6.7 Can sell Upper Layer Applications developed based on Software to Customer who has obtained a commercial license.
84
84
 
85
85
  6.8 Not restricted by the AGPL-3.0 agreement.
86
86
 
@@ -9,13 +9,13 @@
9
9
 
10
10
  module.exports = {
11
11
  "@formily/react": "2.3.0",
12
- "@nocobase/client": "1.2.24-alpha",
13
- "@nocobase/plugin-multi-app-manager": "1.2.24-alpha",
12
+ "@nocobase/client": "1.2.25-alpha",
13
+ "@nocobase/plugin-multi-app-manager": "1.2.25-alpha",
14
14
  "antd": "5.12.8",
15
15
  "react": "18.2.0",
16
- "@nocobase/utils": "1.2.24-alpha",
16
+ "@nocobase/utils": "1.2.25-alpha",
17
17
  "react-i18next": "11.18.6",
18
- "@nocobase/database": "1.2.24-alpha",
19
- "@nocobase/server": "1.2.24-alpha",
18
+ "@nocobase/database": "1.2.25-alpha",
19
+ "@nocobase/server": "1.2.25-alpha",
20
20
  "lodash": "4.17.21"
21
21
  };
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "displayName.zh-CN": "多应用数据表共享",
5
5
  "description": "",
6
6
  "description.zh-CN": "",
7
- "version": "1.2.24-alpha",
7
+ "version": "1.2.25-alpha",
8
8
  "main": "./dist/server/index.js",
9
9
  "devDependencies": {
10
10
  "@formily/react": "2.x",
@@ -23,7 +23,7 @@
23
23
  "@nocobase/test": "1.x",
24
24
  "@nocobase/utils": "1.x"
25
25
  },
26
- "gitHead": "1ccb870aa51f017ee8293c531d6124c3bfde1658",
26
+ "gitHead": "72a6f9a73afc615b7f16fac6197ad44c29bf1e0f",
27
27
  "keywords": [
28
28
  "System management"
29
29
  ]