utiller 1.0.143 → 1.0.146

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.
@@ -48,7 +48,7 @@ Pooller 有以下特點:
48
48
  6.可以設定taskFailHandler, 這樣遇到錯誤就不會停掉poollers
49
49
  *
50
50
  */
51
- var SPECIFICITY_DEBUG = true;
51
+ var SPECIFICITY_DEBUG = false;
52
52
 
53
53
  var _run = new WeakMap();
54
54
 
@@ -1344,6 +1344,11 @@ var Utiller = /*#__PURE__*/function () {
1344
1344
  value: function getTodayTimeFormat(ts) {
1345
1345
  return (0, _moment["default"])(ts ? ts : undefined).format("YYYY-MM-DD");
1346
1346
  }
1347
+ }, {
1348
+ key: "getECPayCurrentTimeFormat",
1349
+ value: function getECPayCurrentTimeFormat(ts) {
1350
+ return (0, _moment["default"])(ts ? ts : undefined).format("YYYY/MM/DD HH:mm:ss");
1351
+ }
1347
1352
  /** 取得 YYY-MM-DD-HH-mm-ss */
1348
1353
 
1349
1354
  }, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "utiller",
3
- "version": "1.0.143",
3
+ "version": "1.0.146",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -11,7 +11,7 @@
11
11
  "license": "ISC",
12
12
  "dependencies": {
13
13
  "configerer": "^1.0.11",
14
- "utiller": "^1.0.142",
14
+ "utiller": "^1.0.145",
15
15
  "linepayer": "^1.0.4",
16
16
  "databazer": "^1.0.11",
17
17
  "lodash": "^4.17.20",