@nocobase/plugin-multi-app-share-collection 1.0.0-alpha.8 → 1.0.1-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/LICENSE.txt CHANGED
@@ -1,4 +1,4 @@
1
- Updated Date: March 30, 2024
1
+ Updated Date: May 29, 2024
2
2
 
3
3
  NocoBase License Agreement
4
4
 
@@ -81,7 +81,7 @@ Except for Third-Party Open Source Software, the Company owns all copyrights, tr
81
81
 
82
82
  6.6 Can remove or change the brand, name, link, version number, license, and other information about NocoBase on the Software interface.
83
83
 
84
- 6.7 Can sell plugins developed for Software in the Plugin Market or on User’s own website.
84
+ 6.7 Can sell plugins developed for Software in the Plugin Market.
85
85
 
86
86
  6.8 Can sell or provide Upper Layer Applications developed based on Software in the form of SaaS to the public.
87
87
 
@@ -97,17 +97,19 @@ Except for Third-Party Open Source Software, the Company owns all copyrights, tr
97
97
 
98
98
  7.2 It is not allowed to sell, transfer, lease, share, or give away the Commercial License.
99
99
 
100
- 7.3 It is not allowed to sell, transfer, lease, share, or give away any form of no-code, zero-code, low-code platform, or developer tools developed based on Software.
100
+ 7.3 It is not allowed to sell, transfer, lease, share, or give away any form of no-code, zero-code, low-code platform, or developer tools developed based on Software, except for bulk licenses obtained through an Enterprise License, with the terms of bulk licensing separately agreed upon in the contract.
101
101
 
102
- 7.4 It is not allowed to provide any form of no-code, zero-code, low-code platform SaaS products to the public using the original or modified Software.
102
+ 7.4 It is not allowed to provide any form of no-code, zero-code, low-code platform SaaS products to the public using the original or modified Software, except for bulk licenses obtained through an Enterprise License, with the terms of bulk licensing separately agreed upon in the contract.
103
103
 
104
104
  7.5 It is not allowed to use reverse engineering, decompilation, and other means to try to discover the source code of Commercial Plugins that have not obtained source code license.
105
105
 
106
106
  7.6 It is not allowed to disclose the source code of Commercial Plugins to any third party.
107
107
 
108
- 7.7 If there is a violation of the above obligations or the terms of this Agreement, the rights owned by the User will be immediately terminated, the paid fees will not be refunded, and the Company reserves the right to pursue the User's legal responsibility.
108
+ 7.7 It is not allowed to publicly sell plugins developed for Software outside of the Plugin Market.
109
109
 
110
- 7.8 If there are other agreements in the contract for the above obligations, the contract agreement shall prevail.
110
+ 7.8 If there is a violation of the above obligations or the terms of this Agreement, the rights owned by the User will be immediately terminated, the paid fees will not be refunded, and the Company reserves the right to pursue the User's legal responsibility.
111
+
112
+ 7.9 If there are other agreements in the contract for the above obligations, the contract agreement shall prevail.
111
113
 
112
114
  =============================================================
113
115
  8. Legal Jurisdiction, Interpretation, and Dispute Resolution
@@ -9,13 +9,13 @@
9
9
 
10
10
  module.exports = {
11
11
  "@formily/react": "2.3.0",
12
- "@nocobase/client": "1.0.0-alpha.8",
13
- "@nocobase/plugin-multi-app-manager": "1.0.0-alpha.8",
12
+ "@nocobase/client": "1.0.1-alpha.1",
13
+ "@nocobase/plugin-multi-app-manager": "1.0.1-alpha.1",
14
14
  "antd": "5.12.8",
15
15
  "react": "18.2.0",
16
- "@nocobase/utils": "1.0.0-alpha.8",
16
+ "@nocobase/utils": "1.0.1-alpha.1",
17
17
  "react-i18next": "11.18.6",
18
- "@nocobase/database": "1.0.0-alpha.8",
19
- "@nocobase/server": "1.0.0-alpha.8",
18
+ "@nocobase/database": "1.0.1-alpha.1",
19
+ "@nocobase/server": "1.0.1-alpha.1",
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.0.0-alpha.8",
7
+ "version": "1.0.1-alpha.1",
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": "3c4e978f6fc366c01621c9d625678e91f53f8662",
26
+ "gitHead": "d24aa16987a4068f857ae073fcce18f3cb490660",
27
27
  "keywords": [
28
28
  "System management"
29
29
  ]