@steedos/service-enterprise 2.5.14 → 2.5.16

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/package.json +10 -10
  2. package/package.service.js +4 -0
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@steedos/service-enterprise",
3
3
  "main": "package.service.js",
4
- "version": "2.5.14",
4
+ "version": "2.5.16",
5
5
  "private": false,
6
6
  "repository": "https://github.com/steedos/steedos-platform.git",
7
7
  "description": "",
@@ -12,14 +12,14 @@
12
12
  "license": "MIT",
13
13
  "dependencies": {
14
14
  "@steedos-labs/analytics": "^0.0.9",
15
- "@steedos/ee_audit-records": "2.5.14",
16
- "@steedos/ee_branding": "2.5.14",
17
- "@steedos/ee_mongodb-bi-connector": "2.5.14",
18
- "@steedos/ee_virus-scan": "2.5.14",
19
- "@steedos/plugin-dingtalk": "2.5.14",
20
- "@steedos/plugin-qywx": "2.5.14",
21
- "@steedos/plugin-welink": "2.5.14",
22
- "@steedos/service-license": "2.5.14",
15
+ "@steedos/ee_audit-records": "2.5.16",
16
+ "@steedos/ee_branding": "2.5.16",
17
+ "@steedos/ee_mongodb-bi-connector": "2.5.16",
18
+ "@steedos/ee_virus-scan": "2.5.16",
19
+ "@steedos/plugin-dingtalk": "2.5.16",
20
+ "@steedos/plugin-qywx": "2.5.16",
21
+ "@steedos/plugin-welink": "2.5.16",
22
+ "@steedos/service-license": "2.5.16",
23
23
  "mssql": "^8.1.2",
24
24
  "oracle": "^0.4.1"
25
25
  },
@@ -27,5 +27,5 @@
27
27
  "publishConfig": {
28
28
  "access": "public"
29
29
  },
30
- "gitHead": "747e1504ee6ffd25cedc5c7513e56e11203ee5a6"
30
+ "gitHead": "7afd169b46b5d9c3d55f8e41a7063bce2bd0ea7a"
31
31
  }
@@ -139,6 +139,10 @@ module.exports = {
139
139
  name: '@steedos-labs/analytics',
140
140
  enable: false
141
141
  },
142
+ {
143
+ name: '@steedos/plugin-keycloak',
144
+ enable: false
145
+ },
142
146
  ]
143
147
  })
144
148
  },