qmwts 1.2.5 → 1.2.6

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.
@@ -7,6 +7,7 @@ class LocalDate {
7
7
  this.date = date;
8
8
  else
9
9
  this.date = new Date();
10
+ this.date.setHours(0, 0, 0, 0); // 设定为0,否则使用time对比会出错
10
11
  }
11
12
  static now() {
12
13
  return new LocalDate();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qmwts",
3
- "version": "1.2.5",
3
+ "version": "1.2.6",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",