@steedos/ee_branding 2.2.52-beta.22 → 2.2.52-beta.26

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 ADDED
@@ -0,0 +1,24 @@
1
+ Steedos Licensing
2
+
3
+ SOFTWARE LICENSING
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.
7
+
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
11
+
12
+ On request, licenses under different terms are available.
13
+
14
+ Project templates can be found in the folders steedos-projects/
15
+
16
+ Source code of enterprise features are files that
17
+ * are in folders named "ee" or start with "ee_", or in subfolders of such folders.
18
+ * contain the strings "ee_" in its filename name.
19
+ The files can be found by running the command `find . -iname ee -or -iname "*_ee*" -or -iname "*ee_*"`
20
+
21
+ STEEDOS TRADEMARK GUIDELINES
22
+
23
+ Your use of the mark Steedos is subject to Steedos, Inc's prior written approval. For trademark approval or any questions
24
+ you have about using these trademarks, please email zhuangjianguo@steedos.com
@@ -2,7 +2,7 @@
2
2
  * @Author: sunhaolin@hotoa.com
3
3
  * @Date: 2022-07-01 14:07:26
4
4
  * @LastEditors: sunhaolin@hotoa.com
5
- * @LastEditTime: 2022-07-01 14:30:18
5
+ * @LastEditTime: 2022-07-01 14:57:56
6
6
  * @Description:
7
7
  */
8
8
  'use strict'
@@ -27,7 +27,7 @@ async function checkIsEnterprise(triggerContext) {
27
27
  if (needToCheck) {
28
28
  const allow = await isPlatformEnterPrise(spaceId)
29
29
  if (!allow) {
30
- throw new Error('need_platfrom_enterprise');
30
+ throw new Error('need_platform_enterprise');
31
31
  }
32
32
  }
33
33
  }
@@ -27,4 +27,4 @@ fields:
27
27
  groups:
28
28
  branding: Branding
29
29
  CustomLabels:
30
- need_platfrom_enterprise: Only the enterprise version can change the logo
30
+ need_platform_enterprise: Only the enterprise version can change the logo
@@ -27,4 +27,4 @@ fields:
27
27
  groups:
28
28
  branding: 自定义品牌
29
29
  CustomLabels:
30
- need_platfrom_enterprise: 只有企业版才能更改Logo
30
+ need_platform_enterprise: 只有企业版才能更改Logo
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/ee_branding",
3
- "version": "2.2.52-beta.22",
3
+ "version": "2.2.52-beta.26",
4
4
  "main": "package.service.js",
5
5
  "scripts": {},
6
6
  "license": "MIT",
@@ -10,5 +10,6 @@
10
10
  },
11
11
  "dependencies": {
12
12
  "@steedos/license": "2.2.5"
13
- }
14
- }
13
+ },
14
+ "gitHead": "2b297f58c1f1be52bf2290f7b7d8ea5db5c903fc"
15
+ }