@steedos/ee_branding 2.5.4 → 2.5.6

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.
@@ -1,4 +1,5 @@
1
1
  name: spaces_branding_check
2
+ hidden: true
2
3
  listenTo: spaces
3
4
  when:
4
5
  - beforeInsert
package/package.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "name": "@steedos/ee_branding",
3
- "version": "2.5.4",
3
+ "description": "自定义品牌",
4
+ "version": "2.5.6",
4
5
  "main": "package.service.js",
5
6
  "scripts": {},
6
7
  "license": "MIT",
@@ -8,5 +9,5 @@
8
9
  "publishConfig": {
9
10
  "access": "public"
10
11
  },
11
- "gitHead": "7f2d758e638a6313a3d1948e814305df3ae66bba"
12
+ "gitHead": "d18d2f0abad13f403dc5649c551eccd145b5dd55"
12
13
  }
@@ -24,7 +24,7 @@ module.exports = {
24
24
  packageInfo: {
25
25
  path: __dirname,
26
26
  name: packageName,
27
- isPackage: false
27
+ isPackage: true
28
28
  },
29
29
  },
30
30