@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.
Files changed (2) hide show
  1. package/LICENSE.txt +14 -15
  2. package/package.json +12 -12
package/LICENSE.txt CHANGED
@@ -1,22 +1,21 @@
1
- Steedos Licensing
1
+ # Open Source License
2
2
 
3
- SOFTWARE LICENSING
3
+ Steedos is licensed under a modified version of the Apache License 2.0, with the following additional conditions:
4
4
 
5
- To determine under which license you may use a file from the Steedos source code,
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
- If the file has no header, the following rules apply
9
- 1. enterprise features are licensed under Steedos Enterprise Terms, see License.enterprise.txt
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
- On request, licenses under different terms are available.
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
- Source code of enterprise features are files that
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
- STEEDOS TRADEMARK GUIDELINES
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
- Your use of the mark Steedos is subject to Steedos, Inc's prior written approval. For trademark approval or any questions
22
- you have about using these trademarks, please email zhuangjianguo@steedos.com
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.2",
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.2",
11
- "@steedos/service-metadata": "2.7.8-beta.2",
12
- "@steedos/service-metadata-apps": "2.7.8-beta.2",
13
- "@steedos/service-metadata-layouts": "2.7.8-beta.2",
14
- "@steedos/service-metadata-objects": "2.7.8-beta.2",
15
- "@steedos/service-metadata-permissionsets": "2.7.8-beta.2",
16
- "@steedos/service-metadata-tabs": "2.7.8-beta.2",
17
- "@steedos/service-metadata-translations": "2.7.8-beta.2",
18
- "@steedos/service-metadata-triggers": "2.7.8-beta.2",
19
- "@steedos/service-packages": "2.7.8-beta.2",
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": "d915768c87aaa7bc026623a4953d6f39c5ddace1"
30
+ "gitHead": "bde64f8e1f880f54583600a8bb0a6018f36061b7"
31
31
  }