shineout 1.7.0 → 1.7.1-rc.1

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.
@@ -153,7 +153,7 @@ function startOfWeek(day, options) {
153
153
 
154
154
  function toDate(day) {
155
155
  if (!day) return new Date('');
156
- if (day instanceof Date) return day;
156
+ if (day instanceof Date) return (0, _dayjs.default)(day).toDate();
157
157
  return (0, _dayjs.default)(day).toDate();
158
158
  }
159
159
 
package/css/index.js CHANGED
@@ -222,6 +222,6 @@ exports.Upload = _Upload.default;
222
222
  // Created by scripts/src-index.js.
223
223
  var _default = {
224
224
  utils: utils,
225
- version: '1.7.0'
225
+ version: '1.7.1-rc.1'
226
226
  };
227
227
  exports.default = _default;