@steedos/service-metadata-server 2.7.8-beta.2 → 2.7.8-beta.21
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 +14 -15
- package/package.json +12 -12
package/LICENSE.txt
CHANGED
|
@@ -1,22 +1,21 @@
|
|
|
1
|
-
|
|
1
|
+
# Open Source License
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Steedos is licensed under a modified version of the Apache License 2.0, with the following additional conditions:
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
please resort to the header of that file.
|
|
5
|
+
1. Steedos may be utilized commercially, including as a backend service for other applications or as an application development platform for enterprises. Should the conditions below be met, a commercial license must be obtained from the producer:
|
|
7
6
|
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
2. source code that is neither (1) is licensed under MIT, see https://opensource.org/licenses/MIT
|
|
7
|
+
a. Multi-tenant service: Unless explicitly authorized by Steedos in writing, you may not use the Steedos source code to operate a multi-tenant environment.
|
|
8
|
+
- Tenant Definition: Within the context of Steedos, one tenant corresponds to one space. The space provides a separated area for each tenant's data and configurations.
|
|
11
9
|
|
|
12
|
-
|
|
10
|
+
b. LOGO and copyright information: In the process of using Steedos's frontend, you may not remove or modify the LOGO or copyright information in the Steedos console or applications. This restriction is inapplicable to uses of Steedos that do not involve its frontend.
|
|
13
11
|
|
|
14
|
-
|
|
15
|
-
* are in folders named "ee" or start with "ee_", or in subfolders of such folders.
|
|
16
|
-
* contain the strings "ee_" in its filename name.
|
|
17
|
-
The files can be found by running the command `find . -iname ee -or -iname "*_ee*" -or -iname "*ee_*"`
|
|
12
|
+
2. As a contributor, you should agree that:
|
|
18
13
|
|
|
19
|
-
|
|
14
|
+
a. The producer can adjust the open-source agreement to be more strict or relaxed as deemed necessary.
|
|
15
|
+
b. Your contributed code may be used for commercial purposes, including but not limited to its cloud business operations.
|
|
20
16
|
|
|
21
|
-
|
|
22
|
-
|
|
17
|
+
Apart from the specific conditions mentioned above, all other rights and restrictions follow the Apache License 2.0. Detailed information about the Apache License 2.0 can be found at http://www.apache.org/licenses/LICENSE-2.0.
|
|
18
|
+
|
|
19
|
+
The interactive design of this product is protected by appearance patent.
|
|
20
|
+
|
|
21
|
+
© 2025 Steedos, Inc.
|
package/package.json
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@steedos/service-metadata-server",
|
|
3
|
-
"version": "2.7.8-beta.
|
|
3
|
+
"version": "2.7.8-beta.21",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"build": "rm -rf ./lib && tsc"
|
|
8
8
|
},
|
|
9
9
|
"dependencies": {
|
|
10
|
-
"@steedos/objectql": "2.7.8-beta.
|
|
11
|
-
"@steedos/service-metadata": "2.7.8-beta.
|
|
12
|
-
"@steedos/service-metadata-apps": "2.7.8-beta.
|
|
13
|
-
"@steedos/service-metadata-layouts": "2.7.8-beta.
|
|
14
|
-
"@steedos/service-metadata-objects": "2.7.8-beta.
|
|
15
|
-
"@steedos/service-metadata-permissionsets": "2.7.8-beta.
|
|
16
|
-
"@steedos/service-metadata-tabs": "2.7.8-beta.
|
|
17
|
-
"@steedos/service-metadata-translations": "2.7.8-beta.
|
|
18
|
-
"@steedos/service-metadata-triggers": "2.7.8-beta.
|
|
19
|
-
"@steedos/service-packages": "2.7.8-beta.
|
|
10
|
+
"@steedos/objectql": "2.7.8-beta.21",
|
|
11
|
+
"@steedos/service-metadata": "2.7.8-beta.21",
|
|
12
|
+
"@steedos/service-metadata-apps": "2.7.8-beta.21",
|
|
13
|
+
"@steedos/service-metadata-layouts": "2.7.8-beta.21",
|
|
14
|
+
"@steedos/service-metadata-objects": "2.7.8-beta.21",
|
|
15
|
+
"@steedos/service-metadata-permissionsets": "2.7.8-beta.21",
|
|
16
|
+
"@steedos/service-metadata-tabs": "2.7.8-beta.21",
|
|
17
|
+
"@steedos/service-metadata-translations": "2.7.8-beta.21",
|
|
18
|
+
"@steedos/service-metadata-triggers": "2.7.8-beta.21",
|
|
19
|
+
"@steedos/service-packages": "2.7.8-beta.21",
|
|
20
20
|
"lodash": "^4.17.21",
|
|
21
21
|
"underscore": "1.13.4"
|
|
22
22
|
},
|
|
@@ -27,5 +27,5 @@
|
|
|
27
27
|
"publishConfig": {
|
|
28
28
|
"access": "public"
|
|
29
29
|
},
|
|
30
|
-
"gitHead": "
|
|
30
|
+
"gitHead": "bde64f8e1f880f54583600a8bb0a6018f36061b7"
|
|
31
31
|
}
|