@steedos/ee_branding 2.5.2 → 2.5.4
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.
|
@@ -20,7 +20,7 @@ handler: >-
|
|
|
20
20
|
}
|
|
21
21
|
|
|
22
22
|
if (needToCheck) {
|
|
23
|
-
const allow = await ctx.broker.call(`@steedos/service-
|
|
23
|
+
const allow = await ctx.broker.call(`@steedos/service-license.isPlatformProfessional`, { spaceId });
|
|
24
24
|
if (!allow) {
|
|
25
25
|
throw new Error('need_platform_enterprise');
|
|
26
26
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@steedos/ee_branding",
|
|
3
|
-
"version": "2.5.
|
|
3
|
+
"version": "2.5.4",
|
|
4
4
|
"main": "package.service.js",
|
|
5
5
|
"scripts": {},
|
|
6
6
|
"license": "MIT",
|
|
@@ -8,5 +8,5 @@
|
|
|
8
8
|
"publishConfig": {
|
|
9
9
|
"access": "public"
|
|
10
10
|
},
|
|
11
|
-
"gitHead": "
|
|
11
|
+
"gitHead": "7f2d758e638a6313a3d1948e814305df3ae66bba"
|
|
12
12
|
}
|
package/package.service.js
CHANGED
|
@@ -31,8 +31,7 @@ module.exports = {
|
|
|
31
31
|
/**
|
|
32
32
|
* Dependencies
|
|
33
33
|
*/
|
|
34
|
-
dependencies: ['~packages-standard-objects', '~packages-@steedos/standard-space'],
|
|
35
|
-
|
|
34
|
+
dependencies: ['~packages-standard-objects', '~packages-@steedos/standard-space', '@steedos/service-license'],
|
|
36
35
|
/**
|
|
37
36
|
* Actions
|
|
38
37
|
*/
|