@nocobase/plugin-multi-app-share-collection 1.2.3-alpha → 1.2.5-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 +3 -3
- package/dist/externalVersion.js +5 -5
- package/package.json +2 -2
package/LICENSE.txt
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
Updated Date:
|
|
1
|
+
Updated Date: June 19, 2024
|
|
2
2
|
|
|
3
3
|
NocoBase License Agreement
|
|
4
4
|
|
|
@@ -97,9 +97,9 @@ 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.
|
|
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.
|
|
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
|
|
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.2.
|
|
13
|
-
"@nocobase/plugin-multi-app-manager": "1.2.
|
|
12
|
+
"@nocobase/client": "1.2.5-alpha",
|
|
13
|
+
"@nocobase/plugin-multi-app-manager": "1.2.5-alpha",
|
|
14
14
|
"antd": "5.12.8",
|
|
15
15
|
"react": "18.2.0",
|
|
16
|
-
"@nocobase/utils": "1.2.
|
|
16
|
+
"@nocobase/utils": "1.2.5-alpha",
|
|
17
17
|
"react-i18next": "11.18.6",
|
|
18
|
-
"@nocobase/database": "1.2.
|
|
19
|
-
"@nocobase/server": "1.2.
|
|
18
|
+
"@nocobase/database": "1.2.5-alpha",
|
|
19
|
+
"@nocobase/server": "1.2.5-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.
|
|
7
|
+
"version": "1.2.5-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": "
|
|
26
|
+
"gitHead": "ca7baa2d4dffe0e2c02f676b96ff841f3ee31e7e",
|
|
27
27
|
"keywords": [
|
|
28
28
|
"System management"
|
|
29
29
|
]
|