utiller 1.0.355 → 1.0.356

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.
@@ -4103,7 +4103,8 @@ var Utiller = /*#__PURE__*/function () {
4103
4103
  return (0, _momentTimezone["default"])(str.split("(")[0], "YYYY/MM/DD");
4104
4104
  }).thru(function (m) {
4105
4105
  return end ? m.endOf("day") : m.startOf("day");
4106
- }).format("YYYYMMDDHHmmss"));
4106
+ }).value() // 取出 moment 物件
4107
+ .format("YYYYMMDDHHmmss"));
4107
4108
  }
4108
4109
  }]);
4109
4110
  }();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "utiller",
3
- "version": "1.0.355",
3
+ "version": "1.0.356",
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.354",
14
+ "utiller": "^1.0.355",
15
15
  "linepayer": "^1.0.4",
16
16
  "databazer": "^1.0.12",
17
17
  "lodash": "^4.17.20",