@steedos/service-enterprise 2.5.24 → 2.5.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.
Files changed (2) hide show
  1. package/package.json +12 -11
  2. package/package.service.js +6 -2
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.24",
4
+ "version": "2.5.26",
5
5
  "private": false,
6
6
  "repository": "https://github.com/steedos/steedos-platform.git",
7
7
  "description": "",
@@ -12,15 +12,16 @@
12
12
  "license": "MIT",
13
13
  "dependencies": {
14
14
  "@steedos-labs/analytics": "^0.0.12",
15
- "@steedos/ee_audit-records": "2.5.24",
16
- "@steedos/ee_branding": "2.5.24",
17
- "@steedos/ee_mongodb-bi-connector": "2.5.24",
18
- "@steedos/ee_virus-scan": "2.5.24",
19
- "@steedos/plugin-dingtalk": "2.5.24",
20
- "@steedos/plugin-keycloak": "2.5.24",
21
- "@steedos/plugin-qywx": "2.5.24",
22
- "@steedos/plugin-welink": "2.5.24",
23
- "@steedos/service-license": "2.5.24",
15
+ "@steedos/ee_audit-records": "2.5.26",
16
+ "@steedos/ee_branding": "2.5.26",
17
+ "@steedos/ee_mongodb-bi-connector": "2.5.26",
18
+ "@steedos/ee_virus-scan": "2.5.26",
19
+ "@steedos/plugin-dingtalk": "2.5.26",
20
+ "@steedos/plugin-keycloak": "2.5.26",
21
+ "@steedos/plugin-qywx": "2.5.26",
22
+ "@steedos/plugin-welink": "2.5.26",
23
+ "@steedos/print-template": "2.5.26",
24
+ "@steedos/service-license": "2.5.26",
24
25
  "mssql": "^8.1.2",
25
26
  "oracle": "^0.4.1"
26
27
  },
@@ -28,5 +29,5 @@
28
29
  "publishConfig": {
29
30
  "access": "public"
30
31
  },
31
- "gitHead": "580ee7d8a956c8e54b34e3168b04ae4788b3507e"
32
+ "gitHead": "4cf6d0ff2d6cc721210490f3b1c86b5c86d9a9bd"
32
33
  }
@@ -1,8 +1,8 @@
1
1
  /*
2
2
  * @Author: baozhoutao@steedos.com
3
3
  * @Date: 2023-05-17 15:06:55
4
- * @LastEditors: baozhoutao@steedos.com
5
- * @LastEditTime: 2023-12-11 10:57:20
4
+ * @LastEditors: 孙浩林 sunhaolin@steedos.com
5
+ * @LastEditTime: 2024-01-02 13:27:53
6
6
  * @Description:
7
7
  */
8
8
  "use strict";
@@ -143,6 +143,10 @@ module.exports = {
143
143
  name: '@steedos/plugin-keycloak',
144
144
  enable: false
145
145
  },
146
+ {
147
+ name: '@steedos/print-template',
148
+ enable: false
149
+ },
146
150
  ]
147
151
  })
148
152
  },