utiller 1.0.264 → 1.0.265

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.
@@ -222,7 +222,7 @@ var Utiller = /*#__PURE__*/function () {
222
222
  // 結束計時
223
223
  endTime = Date.now(); // 計算總運行時間(毫秒)
224
224
  durationInMilliseconds = endTime - startTime; // 使用 moment.duration 格式化為 hh:mm:ss.SSS
225
- duration = Moment.duration(durationInMilliseconds, "milliseconds");
225
+ duration = _moment["default"].duration(durationInMilliseconds, "milliseconds");
226
226
  hours = Math.floor(duration.asHours());
227
227
  minutes = duration.minutes();
228
228
  seconds = duration.seconds();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "utiller",
3
- "version": "1.0.264",
3
+ "version": "1.0.265",
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.263",
14
+ "utiller": "^1.0.264",
15
15
  "linepayer": "^1.0.4",
16
16
  "databazer": "^1.0.12",
17
17
  "lodash": "^4.17.20",