doomiwork 4.0.1 → 4.0.2

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.
@@ -18,9 +18,10 @@ class Database {
18
18
  /**
19
19
  * @param {{ trace: (arg0: string, arg1: any, arg2: string, arg3: any) => void; error: (arg0: string, arg1: any) => void; }} logUtility
20
20
  */
21
- set logger(logUtility){
22
- this.logger = logUtility;//logHelper.getInstance().getLogger("framework");
23
- }
21
+ // set logger(logUtility){
22
+ // console.log('logUtility',logUtility)
23
+ // this.logger = logUtility;//logHelper.getInstance().getLogger("framework");
24
+ // }
24
25
  /**
25
26
  * 防Sql注入进行编码
26
27
  * @param {*} value
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "doomiwork",
3
- "version": "4.0.1",
3
+ "version": "4.0.2",
4
4
  "description": "doomisoft nodejs web framework",
5
5
  "main": "index.js",
6
6
  "scripts": {