doomiwork 4.1.4 → 4.1.5

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "doomiwork",
3
- "version": "4.1.4",
3
+ "version": "4.1.5",
4
4
  "description": "doomisoft nodejs web framework",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -17,7 +17,7 @@
17
17
  "express": "^4.17.1",
18
18
  "moment": "^2.29.4",
19
19
  "mysql": "^2.18.1",
20
- "node-uuid": "^1.4.8",
21
- "node-xlsx": "^0.24.0"
20
+ "node-xlsx": "^0.24.0",
21
+ "uuid": "^11.1.0"
22
22
  }
23
23
  }
@@ -1,7 +1,7 @@
1
1
  const xlsx = require('node-xlsx');
2
2
  const fs = require('fs');
3
3
  const path = require('path');
4
- const uuid = require('node-uuid');
4
+ const uuid = require('uuid');
5
5
  class ExcelUtility {
6
6
  constructor() {
7
7
  this.exportFolder = path.join(process.cwd(), '/public/excel/');
@@ -2,7 +2,7 @@
2
2
  /**
3
3
  * 解析上下文中对应dataconfig文件中的一些变量解析
4
4
  */
5
- const uuid = require('node-uuid');
5
+ const uuid = require('uuid');
6
6
  const moment = require('moment')
7
7
  /*
8
8
  * 从上下文 解析关键字